TomatoFlix
Add RottenTomatoes ratings to Netflix
Vad är TomatoFlix?
TomatoFlix är en Chrome-tillägg utvecklad av http://heatherrivers.com, och dess huvudfunktion är "Add RottenTomatoes ratings to Netflix".
Tilläggsskärmbilder
Ladda ner TomatoFlix-förlängningens CRX-fil
Ladda ner TomatoFlix-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
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.
Grundläggande Information om Tillägg
Namn | |
ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
Officiell webbadress | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
Beskrivning | Add RottenTomatoes ratings to Netflix |
Filstorlek | 83.15 KB |
Antal Installationer | 107 |
Aktuell Version | 2.1.2 |
Senast Uppdaterad | 2014-09-28 |
Publiceringsdatum | 2014-09-28 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | http://heatherrivers.com |
Betalningssätt | free |
Tilläggswebbplats | http://heatherrivers.com/projects/tomatoflix |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TomatoFlix", "version": "2.1.2", "description": "Add RottenTomatoes ratings to Netflix", "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "*:\/\/*.netflix.com\/*", "*:\/\/api.rottentomatoes.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-1.7.1.min.js", "mustache.js", "tomatoflix-compiled.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "content.css", "img\/external.png", "img\/poster-default-30.png", "img\/rating-certified-fresh-16.png", "img\/rating-fresh-16.png", "img\/rating-rotten-16.png", "img\/rating-upright-16.png", "img\/rating-spilled-16.png" ], "manifest_version": 2 } |