Open Rutor

Доступ к сайту Rutor

What is Open Rutor?

Open Rutor is a Chrome extension developed by rutor, and its main feature is "Доступ к сайту Rutor".

Extension Screenshots

screenshot

Download Open Rutor Extension CRX File

Download Open Rutor 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

                        Если заблокировали доступ к Rutor в вашей стране, Вы всегда можете воспользоваться бесплатным расширениям Сhrome Open Rutor. Просто активируйте и посещайте любимый сайт без каких либо ограничений. Вам не нужно думать как разблокировать Рутор, расширения все сделает за Вас.                    

Extension Basic Information

Name Open Rutor Open Rutor
ID hmaojdmkfpabaobdpoimoiglejggmckc
Official URL https://chrome.google.com/webstore/detail/open-rutor/hmaojdmkfpabaobdpoimoiglejggmckc
Description Доступ к сайту Rutor
File Size 5.64 KB
Installation Count 3,000
Current Version 1.1
Last Updated 2019-04-02
Publish Date 2019-04-02
Rating 1.50/5 Total 10 Ratings
Developer rutor
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Rutor",
    "version": "1.1",
    "description": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0430\u0439\u0442\u0443 Rutor",
    "background": {
        "scripts": [
            "rutor.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0430\u0439\u0442\u0443 Rutor",
        "default_icon": "icon.png",
        "default_popup": "rutor.html"
    },
    "permissions": [
        "proxy"
    ]
}