Anonine Proxy

Anonine Proxy

什麼是Anonine Proxy?

Anonine Proxy是由vpnonlinesales開發的Chrome擴展程式,該擴展的主要功能是“Anonine Proxy”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Anonine Proxy擴展crx文件

下載Anonine Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}