Anonymous Button

Open pages anonymously in one click!

Anonymous Buttonคืออะไร?

Anonymous Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Utilities For Life และคุณลักษณะหลักของมันคือ "Open pages anonymously in one click!"

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

screenshot

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

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

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

                        Do you want to use VPN for specific websites only? Do you want to switch VPN in one click? Want to open a specific  website anonymously? Website or URL is not opening?
Not a problem. Anonymous Button solves it! This extension is for you!

How it works?
- Enter the URL you want.
- Click "Anonymous" button in the browser panel! 
- Proxy VPN os ON!

Just click again to turn it OFF!

Browse and surf anonymously only where and when you want! 

Many people surf the web under the illusion that their actions are private and anonymous. Unfortunately, this is not the way it is. Every time you visit a website, you leave a calling card that reveals where you are coming from, what kind of computer you use, and other details. And some keep logs of all your visits forever, so that they can catch you! 


This service allows you to surf the web without revealing any personal information. It is fast, it is easy, and it is free!

Be aware! Chrome incognito mode is collecting some of your data!


We do not collect any of your data!

To make it work, Anonymous Button uses best and  free and fresh 3rd party proxies and VPN services.                    

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

ชื่อ Anonymous Button Anonymous Button
ID deiafejpkkabdfkhhnmdfbndgnckgldj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anonymous-button/deiafejpkkabdfkhhnmdfbndgnckgldj
คำอธิบาย Open pages anonymously in one click!
ขนาดไฟล์ 221 KB
จำนวนการติดตั้ง 36,443
เวอร์ชันปัจจุบัน 4.0.0.2
อัปเดตครั้งล่าสุด 2023-09-23
วันที่เผยแพร่ 2023-02-21
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Utilities For Life
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://bit.ly/3RYjS6m
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "files\/background.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "tabs",
        "proxy",
        "storage",
        "unlimitedStorage",
        "cookies",
        "webRequestAuthProvider",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "files\/sandbox.html"
        ]
    },
    "version": "4.0.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "files\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}