Access to Odnoklassniki

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

Access to Odnoklassniki क्या है?

Access to Odnoklassniki OKDayDeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and safe access to blocked websites. Supported Odnoklassniki, Vkontakte, Yandex, Mailru, Kinopoisk, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Access to Odnoklassniki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}