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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}