Letterboxd + The Pirate Bay links

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

Apa itu Letterboxd + The Pirate Bay links?

Letterboxd + The Pirate Bay links adalah ekstensi Chrome yang dikembangkan oleh Andreas P, dan fitur utamanya adalah "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Letterboxd + The Pirate Bay links

Unduh file ekstensi Letterboxd + The Pirate Bay links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Letterboxd + The Pirate Bay links Letterboxd + The Pirate Bay links
ID mcpgmhfmelmnjlifeagccnhfdpmbmppl
URL Resmi https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl
Deskripsi Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Ukuran File 276 KB
Jumlah Instalasi 22
Versi Saat Ini 1.0.0.4
Terakhir Diperbarui 2012-10-07
Tanggal Publikasi 2012-10-07
Penilaian 1.00/5 Total 4 Penilaian
Pengembang Andreas P
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}