TorrentsFinder - поиск торрентов

Официальное расширение поможет найти нужный файл в 2 клика.

What is TorrentsFinder - поиск торрентов?

TorrentsFinder - поиск торрентов is a Chrome extension developed by pchelkakat3, and its main feature is "Официальное расширение поможет найти нужный файл в 2 клика.".

Extension Screenshots

screenshot

Download TorrentsFinder - поиск торрентов Extension CRX File

Download TorrentsFinder - поиск торрентов extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Официальное расширение позволяет быстро находить файлы на популярных торрент трекерах. Регулярное обновление доменов позволяет забыть о поиске "зеркал" для сайтов.                    

Extension Basic Information

Name TorrentsFinder - поиск торрентов TorrentsFinder - поиск торрентов
ID jaknblnfhaadbcmamahgeckgcbjiacff
Official URL https://chrome.google.com/webstore/detail/torrentsfinder-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D1%82%D0%BE%D1%80%D1%80/jaknblnfhaadbcmamahgeckgcbjiacff
Description Официальное расширение поможет найти нужный файл в 2 клика.
File Size 32.92 KB
Installation Count 472
Current Version 1.0
Last Updated 2018-01-09
Publish Date 2018-01-06
Rating 1.50/5 Total 2 Ratings
Developer pchelkakat3
Payment Type free
Supported Languages ru
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "kp.js"
            ],
            "matches": [
                "http:\/\/*.kinopoisk.ru\/*",
                "https:\/\/*.kinopoisk.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "nnm_club.html"
    ],
    "description": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0439\u0442\u0438 \u043d\u0443\u0436\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0432 2 \u043a\u043b\u0438\u043a\u0430.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "TorrentsFinder - \u043f\u043e\u0438\u0441\u043a \u0442\u043e\u0440\u0440\u0435\u043d\u0442\u043e\u0432",
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "*:\/\/*\/*"
    ],
    "short_name": "TorrentFinder",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}