Show IMDB on Netflix.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"default_locale": "en",
"name": "__MSG_AppName__",
"description": "__MSG_AppDescription__",
"version": "1.0.1",
"browser_action": {
"default_title": "Netflix Rating",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "images/netflix-16.png",
"32": "images/netflix-32.png",
"48": "images/netflix-48.png",
"64": "images/netflix-64.png",
"128": "images/netflix-128.png"
},
"background": {
"scripts": [
"js/update-conf.js",
"js/update.js",
"js/background.js"
]
},
"container": [
"GOOGLE_DRIVE"
],
"offline_enabled": true,
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}