Кинопоиск торрента: rutracker.org, rutor.info

Расширение добавляет кнопки поиска торрента на страницу фильма на kinopoisk.ru

What is Кинопоиск торрента: rutracker.org, rutor.info?

Кинопоиск торрента: rutracker.org, rutor.info is a Chrome extension developed by Beat'yall, and its main feature is "Расширение добавляет кнопки поиска торрента на страницу фильма на kinopoisk.ru".

Extension Screenshots

screenshot
screenshot

Download Кинопоиск торрента: rutracker.org, rutor.info Extension CRX File

Download Кинопоиск торрента: rutracker.org, rutor.info 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

                        Расширение добавляет кнопки поиска торрента на сайтах rutracker.org и rutor.info на страницу фильма на kinopoisk.ru                    

Extension Basic Information

Name Кинопоиск торрента: rutracker.org, rutor.info Кинопоиск торрента: rutracker.org, rutor.info
ID idmjeohbkcljnhfpoolmfcmnecdlhelc
Official URL https://chromewebstore.google.com/detail/%D0%BA%D0%B8%D0%BD%D0%BE%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D1%82%D0%BE%D1%80%D1%80%D0%B5%D0%BD%D1%82%D0%B0-rutrac/idmjeohbkcljnhfpoolmfcmnecdlhelc
Description Расширение добавляет кнопки поиска торрента на страницу фильма на kinopoisk.ru
File Size 48.49 KB
Installation Count 1,227
Current Version 1.22
Last Updated 2021-12-30
Publish Date 2020-04-26
Rating 4.55/5 Total 11 Ratings
Developer Beat'yall
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u041a\u0438\u043d\u043e\u043f\u043e\u0438\u0441\u043a \u0442\u043e\u0440\u0440\u0435\u043d\u0442\u0430: rutracker.org, rutor.info",
    "version": "1.22",
    "short_name": "kinotorrentpoisk",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043d\u043e\u043f\u043a\u0438 \u043f\u043e\u0438\u0441\u043a\u0430 \u0442\u043e\u0440\u0440\u0435\u043d\u0442\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0444\u0438\u043b\u044c\u043c\u0430 \u043d\u0430 kinopoisk.ru",
    "author": "Beat'yall ([email protected])",
    "icons": {
        "128": "img\/128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/www.kinopoisk.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.jpg"
    ]
}