Anonine Proxy

Anonine Proxy

Anonine Proxy क्या है?

Anonine Proxy vpnonlinesales द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anonine Proxy"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Anonine Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Meet Anonine Chrome Extension - easy way to connect to everything you need from your Google Chrome.

Try to use Anonine Chrome Extension right now and you will be pleasantly surprised by the speed, convenience and ease of using.

Our advantages:

✓ Global Network.
We provide more than 45 servers coverage 35 countries of the world in our Chrome Extension.

✓ Faster for services
Our Chrome Extension is better and faster than VPN for services (Netflix, Amazon Prime, etc.).

✓ Faster Connection
We have even chosen to not set any speed restrictions. That only can occur will be geographic or encryption-based.

✓ Strict no logs policy
We don't ask for personal information nor log any of your online activity.

✓ Customer Support
Our highly professional personnel are available for all our users 24/7 and are ready to resolve any your problem asap!

✓ 7-day money back guarantee
Try Chrome Extension for 7 days and get a full refund if you are not delighted — no questions asked.                    

एक्सटेंशन की मूल जानकारी

नाम Anonine Proxy Anonine Proxy
ID ghlhknlbgiefmfnbpjcgikhhgoobocen
आधिकारिक URL https://chrome.google.com/webstore/detail/anonine-proxy/ghlhknlbgiefmfnbpjcgikhhgoobocen
विवरण Anonine Proxy
फ़ाइल का आकार 2.55 MB
स्थापना संख्या 374
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2019-09-01
प्रकाशन तिथि 2019-09-01
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर vpnonlinesales
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://anonine.com
सहायता पृष्ठ URL https://anonine.com/contact
गोपनीयता नीति पृष्ठ URL https://anonine.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonine Proxy",
    "short_name": "Proxy",
    "description": "Anonine Proxy",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Anonine Proxy",
        "default_icon": {
            "128": "images\/toolbar\/icon_inactive\/icon_inactive-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "commands": {
        "next-connection-status": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Switch to the next proxy mock mode in the list"
        }
    },
    "version": "0.1.4",
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}