Letterboxd Enhanced
User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*
Wat is Letterboxd Enhanced?
Letterboxd Enhanced is een Chrome-extensie ontwikkeld door Hunter Ruth, en de belangrijkste functie is "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*".
Extensie Screenshots
Download het CRX-bestand van de extensie Letterboxd Enhanced
Download Letterboxd Enhanced-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
Basisinformatie over de Extensie
| Naam | |
| ID | jbfocblhjmlekemmngloodkpeocfkabc |
| Officiële URL | https://chromewebstore.google.com/detail/letterboxd-enhanced/jbfocblhjmlekemmngloodkpeocfkabc |
| Beschrijving | User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON* |
| Bestandsgrootte | 43.15 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 3.12 |
| Laatst Bijgewerkt | 2017-02-16 |
| Publicatiedatum | 2017-02-16 |
| Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Hunter Ruth |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Letterboxd Enhanced",
"description": "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*",
"version": "3.12",
"permissions": [
"https:\/\/letterboxd.com\/*",
"storage"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Letterboxd Avg Score",
"default_popup": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/letterboxd.com\/*"
],
"js": [
"lib\/jquery-2.1.4.min.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |