Access to Odnoklassniki

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

Wat is Access to Odnoklassniki?

Access to Odnoklassniki is een Chrome-extensie ontwikkeld door OKDayDeveloper, en de belangrijkste functie is "Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Access to Odnoklassniki

Download Access to Odnoklassniki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Access to Odnoklassniki Access to Odnoklassniki
ID ccaieagllbdljoabpdjiafjedojoejcl
Officiële URL https://chromewebstore.google.com/detail/access-to-odnoklassniki/ccaieagllbdljoabpdjiafjedojoejcl
Beschrijving Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc.
Bestandsgrootte 790 KB
Aantal Installaties 5,151
Huidige Versie 0.2.5
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2021-01-12
Beoordeling 3.56/5 Totaal 9 Beoordelingen
Ontwikkelaar OKDayDeveloper
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/accesstoodnoklassniki
Ondersteunde Talen 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"
    ]
}