Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
What is Letterboxd + The Pirate Bay links?
Letterboxd + The Pirate Bay links is a Chrome extension developed by Andreas P, and its main feature is "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".
Extension Screenshots
Download Letterboxd + The Pirate Bay links Extension CRX File
Download Letterboxd + The Pirate Bay links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Creates links for searching The Pirate Bay for the currently selected film's title.
Extension Basic Information
Name | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Official URL | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
Description | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
File Size | 276 KB |
Installation Count | 22 |
Current Version | 1.0.0.4 |
Last Updated | 2012-10-07 |
Publish Date | 2012-10-07 |
Rating | 1.00/5 Total 4 Ratings |
Developer | Andreas P |
Payment Type | free |
Supported Languages | 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" ] } |