Letterboxd + The Pirate Bay links

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

Qu'est-ce que Letterboxd + The Pirate Bay links ?

Letterboxd + The Pirate Bay links est une extension Chrome développée par Andreas P, et sa fonction principale est "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Letterboxd + The Pirate Bay links

Téléchargez les fichiers d'extension Letterboxd + The Pirate Bay links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Letterboxd + The Pirate Bay links Letterboxd + The Pirate Bay links
ID mcpgmhfmelmnjlifeagccnhfdpmbmppl
URL Officiel 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
Taille du Fichier 276 KB
Nombre d'Installations 22
Version Actuelle 1.0.0.4
Dernière Mise à Jour 2012-10-07
Date de Publication 2012-10-07
Évaluation 1.00/5 Total 4 Évaluations
Développeur Andreas P
Type de Paiement free
Langues Prises en Charge 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"
    ]
}