Letterboxd + The Pirate Bay links

Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com

Vad är Letterboxd + The Pirate Bay links?

Letterboxd + The Pirate Bay links är en Chrome-tillägg utvecklad av Andreas P, och dess huvudfunktion är "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".

Tilläggsskärmbilder

screenshot

Ladda ner Letterboxd + The Pirate Bay links-förlängningens CRX-fil

Ladda ner Letterboxd + The Pirate Bay links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Creates links for searching The Pirate Bay for the currently selected film's title.                    

Grundläggande Information om Tillägg

Namn Letterboxd + The Pirate Bay links Letterboxd + The Pirate Bay links
ID mcpgmhfmelmnjlifeagccnhfdpmbmppl
Officiell webbadress https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl
Beskrivning Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Filstorlek 276 KB
Antal Installationer 22
Aktuell Version 1.0.0.4
Senast Uppdaterad 2012-10-07
Publiceringsdatum 2012-10-07
Betyg 1.00/5 Totalt 4 Betyg
Utvecklare Andreas P
Betalningssätt free
Stödda Språk 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"
    ]
}