Access to Odnoklassniki

Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.

什么是Access to Odnoklassniki?

Access to Odnoklassniki是由OKDayDeveloper开发的Chrome扩展程序,该扩展的主要功能是“Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.”。

扩展截图

screenshot

下载Access to Odnoklassniki扩展crx文件

下载Access to Odnoklassniki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Safe access to blocked websites.

After installing the extension you no longer need to change your IP address to log-in to your favorite web-site.

To select another IP address, click on the extension icon, which will open a new tab loaded with a new IP.

We request access to all urls because our extension is using dynamic and constantly extended list of websites we proxy. You can always send us any domain you want to add to list of unblocked websites and we will implement this within short; e-mail us to: [email protected]                    

扩展基本信息

名称 Access to Odnoklassniki Access to Odnoklassniki
ID ccaieagllbdljoabpdjiafjedojoejcl
官方URL https://chromewebstore.google.com/detail/access-to-odnoklassniki/ccaieagllbdljoabpdjiafjedojoejcl
简介 Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.
文件大小 790 KB
安装次数 5,151
当前版本 0.2.5
更新时间 2024-01-18
上架时间 2021-01-12
评分 3.56/5 共9次评分
开发者 OKDayDeveloper
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/accesstoodnoklassniki
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.2.5",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/ok_16.png",
            "128": "img\/ok_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "128": "img\/ok_128.png",
        "16": "img\/ok_16.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "proxy",
        "storage",
        "management"
    ]
}