iCheckNetflixPlus
Searches Netflix for movies in iCheckMovies top lists.
Co je iCheckNetflixPlus?
iCheckNetflixPlus je rozšíření Chrome vyvinuté Gavin Harrison, a jeho hlavní funkcí je „Searches Netflix for movies in iCheckMovies top lists.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření iCheckNetflixPlus
Stáhněte si soubory rozšíření iCheckNetflixPlus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Adds links to Netflix pages for the unchecked movies in iCheckMovies.com top lists, movie pages and search pages. Must be logged into netflix.com for the extension to work. If a movie is not found, or not available, links to the Netflix search page, or Netflix movie page are still added. Update 3.0.1 (12/20/2014) Added links to /movies/unchecked/ Update 3.0 (12/16/2014) Complete re-write.
Základní Informace o Rozšíření
Název | iCheckNetflixPlus |
ID | jeinanillnkehhekcipjggepagfdkpjb |
Oficiální URL | https://chromewebstore.google.com/detail/ichecknetflixplus/jeinanillnkehhekcipjggepagfdkpjb |
Popis | Searches Netflix for movies in iCheckMovies top lists. |
Velikost souboru | 277 KB |
Počet instalací | 76 |
Aktuální Verze | 3.0.1 |
Poslední Aktualizace | 2014-12-21 |
Datum Vydání | 2014-12-20 |
Hodnocení | 3.25/5 Celkem 4 Hodnocení |
Vývojář | Gavin Harrison |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iCheckNetflixPlus", "version": "3.0.1", "description": "Searches Netflix for movies in iCheckMovies top lists.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/jquery\/dist\/jquery.min.map", "bower_components\/underscore\/underscore-min.js", "bower_components\/underscore\/underscore-min.map" ], "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.icheckmovies.com\/lists\/*" ], "css": [ "list.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "list.js" ] }, { "matches": [ "https:\/\/www.icheckmovies.com\/movies\/unchecked\/*" ], "css": [ "list.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "list.js" ] }, { "matches": [ "https:\/\/www.icheckmovies.com\/movies\/*" ], "css": [ "movie.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "movie.js" ] } ], "permissions": [ "https:\/\/www.icheckmovies.com\/*", "http:\/\/www.icheckmovies.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |