Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Cos'è Letterboxd + The Pirate Bay links?
Letterboxd + The Pirate Bay links è un'estensione di Chrome sviluppata da Andreas P, e la sua funzione principale è "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Letterboxd + The Pirate Bay links
Scarica i file di estensione Letterboxd + The Pirate Bay links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Creates links for searching The Pirate Bay for the currently selected film's title.
Informazioni di Base sull'Estensione
Nome | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
URL Ufficiale | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Descrizione | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
Dimensione del File | 276 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0.0.4 |
Ultimo Aggiornamento | 2012-10-07 |
Data di Pubblicazione | 2012-10-07 |
Valutazione | 1.00/5 Totale 4 Valutazioni |
Sviluppatore | Andreas P |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd + The Pirate Bay links", "version": "1.0.0.4", "manifest_version": 2, "description": "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/letterboxd.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "tbp-icon.png" ] } |