{ "manifest_version": 3, "name": "Video Auto Fullscreen", "version": "1.0", "description": "Automatically fullscreen videos when they start playing.", "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": ["https://tv.cctv.com/*"], "js": ["content.js"] } ] }