TomatoFlix
Add RottenTomatoes ratings to Netflix
Wat is TomatoFlix?
TomatoFlix is een Chrome-extensie ontwikkeld door http://heatherrivers.com, en de belangrijkste functie is "Add RottenTomatoes ratings to Netflix".
Extensie Screenshots
Download het CRX-bestand van de extensie TomatoFlix
Download TomatoFlix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.
Basisinformatie over de Extensie
Naam | |
ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
Officiële URL | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
Beschrijving | Add RottenTomatoes ratings to Netflix |
Bestandsgrootte | 83.15 KB |
Aantal Installaties | 107 |
Huidige Versie | 2.1.2 |
Laatst Bijgewerkt | 2014-09-28 |
Publicatiedatum | 2014-09-28 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://heatherrivers.com |
Betalingswijze | free |
Extensiewebsite | http://heatherrivers.com/projects/tomatoflix |
Ondersteunde Talen | 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 } |