Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "AwesomeYouTube_icon_128.png", "default_title": "Click to start", "default_popup": "popup.html" }, "author": "Furkan OZBEK", "content_scripts": [ { "css": [], "js": [ "content.js", "js\/jquery.js", "js\/jquery.hotkeys.js", "\/js\/jquery.hoverIntent.js", "\/src\/dom-selector.js", "\/src\/highlighter.js", "\/src\/jquery.ct.js", "\/js\/main.js", "popup.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "description": "View youtube thumbnails, Move 1 frame at a time through a YouTube video and take a screenshot, Make your youtube awesome.", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "16": "AwesomeYouTube_icon_16.png", "48": "AwesomeYouTube_icon_48.png", "128": "AwesomeYouTube_icon_128.png" }, "manifest_version": 3, "name": "AwesomeTube: YouTube Frame Control, Screenshots & Playback Speed Tools", "permissions": [ "scripting", "activeTab", "tabs", "downloads", "storage" ], "version": "2.0.1", "web_accessible_resources": [ { "resources": [ "**.css", "**.html", "**.js", "**.png", "**.gif", "**.map" ], "matches": [ "*:\/\/*\/*" ] } ] }