Access to Odnoklassniki

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

Was ist Access to Odnoklassniki?

Access to Odnoklassniki ist eine Chrome-Erweiterung, die von OKDayDeveloper entwickelt wurde, und ihr Hauptmerkmal ist "Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.".

Erweiterungsscreenshots

screenshot

Access to Odnoklassniki-Erweiterungs-CRX-Datei herunterladen

Laden Sie Access to Odnoklassniki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Access to Odnoklassniki Access to Odnoklassniki
ID ccaieagllbdljoabpdjiafjedojoejcl
Offizielle URL https://chromewebstore.google.com/detail/access-to-odnoklassniki/ccaieagllbdljoabpdjiafjedojoejcl
Beschreibung Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.
Dateigröße 790 KB
Installationsanzahl 5,151
Aktuelle Version 0.2.5
Letztes Update 2024-01-18
Veröffentlichungsdatum 2021-01-12
Bewertung 3.56/5 Insgesamt 9 Bewertungen
Entwickler OKDayDeveloper
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/accesstoodnoklassniki
Unterstützte Sprachen 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"
    ]
}