Netflix Rate
Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Vad är Netflix Rate?
Netflix Rate är en Chrome-tillägg utvecklad av https://netflix.burtonthird.com, och dess huvudfunktion är "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".
Tilläggsskärmbilder
Ladda ner Netflix Rate-förlängningens CRX-fil
Ladda ner Netflix Rate-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
Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings.
Note: This extension is not affiliated with Netflix in any way.
International Users:
Only English movie titles work currently, translation may be in a future update. Grundläggande Information om Tillägg
| Namn | |
| ID | cofjbfnpecflopfknbpnhhpnegbflfph |
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph |
| Beskrivning | Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage. |
| Filstorlek | 247 KB |
| Antal Installationer | 1,259 |
| Aktuell Version | 1.3.47 |
| Senast Uppdaterad | 2015-04-17 |
| Publiceringsdatum | 2015-04-16 |
| Betyg | 2.86/5 Totalt 36 Betyg |
| Utvecklare | https://netflix.burtonthird.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://netflix.burtonthird.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"libs\/jquery-2.0.3.min.js",
"libs\/bootstrap.min.js",
"js\/ratings.js"
],
"matches": [
"http:\/\/*.netflix.com\/*",
"https:\/\/*.netflix.com\/*"
]
}
],
"description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.",
"icons": {
"128": "img\/icon_128.png",
"48": "img\/icon_48.png"
},
"manifest_version": 2,
"name": "Netflix Rate",
"permissions": [
"storage",
"http:\/\/www.omdbapi.com\/*",
"http:\/\/*.netflix.com\/*",
"https:\/\/*.netflix.com\/*",
"http:\/\/netflix.burtonthird.com\/*",
"http:\/\/api.themoviedb.org\/*",
"https:\/\/byroredux-metacritic.p.mashape.com\/*",
"http:\/\/api.rottentomatoes.com\/*"
],
"short_name": "Netflix Rate",
"version": "1.3.47",
"web_accessible_resources": [
"css\/ratings.css",
"img\/imdbSprite.png",
"img\/tomatoSprite.png"
]
} | |