The Pirate Bay torrent search

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

Что такое The Pirate Bay torrent search?

The Pirate Bay torrent search - это расширение Chrome, разработанное Rich Art, и его основная функция - "A pirate's way to search a torrent by selecting text!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Pirate Bay torrent search

Скачайте файлы расширений The Pirate Bay torrent search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название The Pirate Bay torrent search The Pirate Bay torrent search
ID bjkpenmobbeedaclipgbebdkkhdcndka
Официальный URL https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka
Описание A pirate's way to search a torrent by selecting text!
Размер файла 43.49 KB
Количество установок 5,505
Текущая Версия 0.5.2
Последнее Обновление 2016-10-03
Дата публикации 2016-10-03
Рейтинг 4.13/5 Всего 15 оценок
Разработчик Rich Art
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}