Watch your videos in full screen with one click on the full screen button
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"default_locale": "en",
"short_name": "Full screen your Videos",
"version": "1.1",
"description": "__MSG_application_description__",
"name": "__MSG_application_title__",
"icons": {
"16": "icons/icons8-analyze-16.png",
"32": "icons/icons8-analyze-32.png",
"48": "icons/icons8-analyze-48.png",
"64": "icons/icons8-analyze-64.png",
"128": "icons/icons8-analyze-128.png"
},
"browser_action": {
"default_icon": {
"16": "icons/icons8-analyze-16.png",
"32": "icons/icons8-analyze-32.png",
"48": "icons/icons8-analyze-48.png",
"64": "icons/icons8-analyze-64.png",
"128": "icons/icons8-analyze-128.png"
}
},
"container": [
"GOOGLE_DRIVE"
],
"offline_enabled": true,
"background": {
"scripts": [
"background.js",
"js/update-conf.js",
"js/update.js"
]
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}