Accel VPN

Private Chrome VPN From Accel Solution to Access Certain Website As reddit.com, zqscore.com, and qzscore.com.

Accel VPNคืออะไร?

Accel VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Accel Solution และคุณลักษณะหลักของมันคือ "Private Chrome VPN From Accel Solution to Access Certain Website As reddit.com, zqscore.com, and qzscore.com."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accel VPN

ดาวน์โหลดไฟล์ส่วนขยาย Accel VPN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Private Extension will secure the connection from user into some specific website or web portal, where all traffic into that website already secure with SSL VPN Services. All Specific website that use and share this Extension already on the same platform and share the same info in order term and regulation, when they user use this Extension.

Access Certain Website As reddit.com, zqscore.com, qzscore.com.

Then, Is VPN access certain Website only and not all website blocked from ISP.

Shortcut Keyboard:
Ctrl + Shift + X -> Refresh Whitelist
Ctrl + Shift + Z -> Open Pop Up Extension

Note: 
Added js script content to all http and https websites, but it is not dangerous because it only adds the "VPNInstalled" Class to check whether the user has installed our add-ons or not.

Privacy Policy : 

https://www.freeprivacypolicy.com/live/65f24408-f34a-46eb-8d6e-d7604210dbc2                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Accel VPN Accel VPN
ID hghhhfmjdmdgfjnpkmfbelagbdcjamek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/accel-vpn/hghhhfmjdmdgfjnpkmfbelagbdcjamek
คำอธิบาย Private Chrome VPN From Accel Solution to Access Certain Website As reddit.com, zqscore.com, and qzscore.com.
ขนาดไฟล์ 86.5 KB
จำนวนการติดตั้ง 1,832
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-11-16
วันที่เผยแพร่ 2022-11-16
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Accel Solution
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://accelvpn.azsolusindo.info/secure
URL หน้าช่วยเหลือ http://accelvpn.azsolusindo.info/secure
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/65f24408-f34a-46eb-8d6e-d7604210dbc2
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accel VPN",
    "short_name": "A VPN",
    "description": "Private Chrome VPN From Accel Solution to Access Certain Website As reddit.com, zqscore.com, and qzscore.com.",
    "version": "1.2.0",
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "cookies",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "JS\/jquery.min.js",
            "JS\/fingerprint2.js",
            "JS\/setting.js",
            "JS\/chromefunction.js",
            "JS\/makefunction.js",
            "JS\/offlinefunction.js",
            "JS\/doFunction.js",
            "JS\/background.js"
        ]
    },
    "icons": {
        "16": "IMG\/16AVPN.png",
        "32": "IMG\/32AVPN.png",
        "48": "IMG\/48AVPN.png",
        "128": "IMG\/128AVPN.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "IMG\/16AVPNoff.png",
            "32": "IMG\/32AVPN.png",
            "48": "IMG\/48AVPN.png",
            "128": "IMG\/128AVPN.png"
        },
        "default_title": "Accel VPN",
        "default_popup": "popup.html"
    },
    "commands": {
        "refresh-list": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            },
            "description": "Refresh List"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "Open Pop Up Toogle On Off"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "JS\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}