Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Was ist Letterboxd + The Pirate Bay links?
Letterboxd + The Pirate Bay links ist eine Chrome-Erweiterung, die von Andreas P entwickelt wurde, und ihr Hauptmerkmal ist "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".
Erweiterungsscreenshots
Letterboxd + The Pirate Bay links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Letterboxd + The Pirate Bay links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Creates links for searching The Pirate Bay for the currently selected film's title.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Offizielle URL | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Beschreibung | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
Dateigröße | 276 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0.0.4 |
Letztes Update | 2012-10-07 |
Veröffentlichungsdatum | 2012-10-07 |
Bewertung | 1.00/5 Insgesamt 4 Bewertungen |
Entwickler | Andreas P |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |