TomatoFlix
Add RottenTomatoes ratings to Netflix
Was ist TomatoFlix?
TomatoFlix ist eine Chrome-Erweiterung, die von http://heatherrivers.com entwickelt wurde, und ihr Hauptmerkmal ist "Add RottenTomatoes ratings to Netflix".
Erweiterungsscreenshots
TomatoFlix-Erweiterungs-CRX-Datei herunterladen
Laden Sie TomatoFlix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
| Offizielle URL | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
| Beschreibung | Add RottenTomatoes ratings to Netflix |
| Dateigröße | 83.15 KB |
| Installationsanzahl | 107 |
| Aktuelle Version | 2.1.2 |
| Letztes Update | 2014-09-28 |
| Veröffentlichungsdatum | 2014-09-28 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | http://heatherrivers.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://heatherrivers.com/projects/tomatoflix |
| Unterstützte Sprachen | 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
} | |