Letterboxd Rotten Tomatoes Addon
Adds Rotten Tomatoes features to Letterboxd.com
Wat is Letterboxd Rotten Tomatoes Addon?
Letterboxd Rotten Tomatoes Addon is een Chrome-extensie ontwikkeld door WilliamWelsh, en de belangrijkste functie is "Adds Rotten Tomatoes features to Letterboxd.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Letterboxd Rotten Tomatoes Addon
Download Letterboxd Rotten Tomatoes Addon-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 will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages. Basisinformatie over de Extensie
| Naam | |
| ID | gbagfhlcandjadfocmenciejcgncjmfd |
| Officiële URL | https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd |
| Beschrijving | Adds Rotten Tomatoes features to Letterboxd.com |
| Bestandsgrootte | 22.73 KB |
| Aantal Installaties | 283 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2019-01-22 |
| Publicatiedatum | 2019-01-21 |
| Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | WilliamWelsh |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
| Help Pagina-URL | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Letterboxd Rotten Tomatoes Addon",
"version": "1.9",
"description": "Adds Rotten Tomatoes features to Letterboxd.com",
"permissions": [
"https:\/\/www.omdbapi.com\/*",
"https:\/\/www.rottentomatoes.com\/m\/*"
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/film\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |