The Pirate Bay torrent search

A pirate's way to search a torrent by selecting text!

Vad är The Pirate Bay torrent search?

The Pirate Bay torrent search är en Chrome-tillägg utvecklad av Rich Art, och dess huvudfunktion är "A pirate's way to search a torrent by selecting text!".

Tilläggsskärmbilder

screenshot

Ladda ner The Pirate Bay torrent search-förlängningens CRX-fil

Ladda ner The Pirate Bay torrent search-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

                        This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay.                    

Grundläggande Information om Tillägg

Namn The Pirate Bay torrent search The Pirate Bay torrent search
ID bjkpenmobbeedaclipgbebdkkhdcndka
Officiell webbadress https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka
Beskrivning A pirate's way to search a torrent by selecting text!
Filstorlek 43.49 KB
Antal Installationer 5,505
Aktuell Version 0.5.2
Senast Uppdaterad 2016-10-03
Publiceringsdatum 2016-10-03
Betyg 4.13/5 Totalt 15 Betyg
Utvecklare Rich Art
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Pirate Bay torrent search",
    "author": "Richard van Goch",
    "description": "A pirate's way to search a torrent by selecting text!",
    "version": "0.5.2",
    "short_name": "TPB search",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}