Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Wat is Letterboxd + The Pirate Bay links?
Letterboxd + The Pirate Bay links is een Chrome-extensie ontwikkeld door Andreas P, en de belangrijkste functie is "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Letterboxd + The Pirate Bay links
Download Letterboxd + The Pirate Bay links-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
Creates links for searching The Pirate Bay for the currently selected film's title.
Basisinformatie over de Extensie
Naam | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Officiële URL | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Beschrijving | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
Bestandsgrootte | 276 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.0.4 |
Laatst Bijgewerkt | 2012-10-07 |
Publicatiedatum | 2012-10-07 |
Beoordeling | 1.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Andreas P |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |