Netflix IMDB top 250
Removes all movies that aren't in the IMDB top 250 from Netflix.
Vad är Netflix IMDB top 250?
Netflix IMDB top 250 är en Chrome-tillägg utvecklad av angusbayley, och dess huvudfunktion är "Removes all movies that aren't in the IMDB top 250 from Netflix.".
Tilläggsskärmbilder
Ladda ner Netflix IMDB top 250-förlängningens CRX-fil
Ladda ner Netflix IMDB top 250-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.
- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back
Simples. Grundläggande Information om Tillägg
| Namn | |
| ID | akeiblobkickpakkbjgalaklelbicgaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj |
| Beskrivning | Removes all movies that aren't in the IMDB top 250 from Netflix. |
| Filstorlek | 15.41 KB |
| Antal Installationer | 98 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-11-20 |
| Publiceringsdatum | 2014-11-20 |
| Betyg | 3.00/5 Totalt 3 Betyg |
| Utvecklare | angusbayley |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix IMDB top 250",
"version": "1.0",
"description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
"background": {
"page": "background.html",
"persistent": false
},
"page_action": {
"default_icon": "icon.png",
"default_title": "Cull all movies not in the IMDB top 250!"
},
"permissions": [
"declarativeContent",
"http:\/\/www.imdb.com\/*",
"*:\/\/*.netflix.com\/*"
],
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 2
} | |