TomatoFlix
Add RottenTomatoes ratings to Netflix
Qu'est-ce que TomatoFlix ?
TomatoFlix est une extension Chrome développée par http://heatherrivers.com, et sa fonction principale est "Add RottenTomatoes ratings to Netflix".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TomatoFlix
Téléchargez les fichiers d'extension TomatoFlix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.
Informations de Base sur l'Extension
Nom | |
ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
URL Officiel | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
Description | Add RottenTomatoes ratings to Netflix |
Taille du Fichier | 83.15 KB |
Nombre d'Installations | 107 |
Version Actuelle | 2.1.2 |
Dernière Mise à Jour | 2014-09-28 |
Date de Publication | 2014-09-28 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | http://heatherrivers.com |
Type de Paiement | free |
Site Web de l'Extension | http://heatherrivers.com/projects/tomatoflix |
Langues Prises en Charge | 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 } |