Gone Secure Browsing

Alerts users when visiting unsafe websites and blocks cookies and trackers

Gone Secure Browsingคืออะไร?

Gone Secure Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdGone Ad-Blocker และคุณลักษณะหลักของมันคือ "Alerts users when visiting unsafe websites and blocks cookies and trackers"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gone Secure Browsing

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

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

                        Secure Browsing

Get real-time warnings of malicious and unsafe websites, block trackers, and cookies with Gone Secure browsing.
Gone Secure Browsing is exactly the tool you need to avoid stumbling across unsafe websites that may be categorized as malicious, phishing, or malware. It also stops various trackers from monitoring you as you browse, and can block websites from storing cookies on your computer.

BENEFITS
=========
√	Get real-time alerts of malicious, phishing, and malware websites as you browse.
√	Choose which sites you deem safe with our white listing feature.
√	Protects you from trackers monitoring your every move.
√	Block websites from storing cookies on your device.
√	Enjoy priority customer support.

Enjoy a Free 7-day trial and low pricing options after your trial ends - https://gonesecurebrowsing.com/securebrowsing/upgrade
Gone Secure Browsing works in the background without interrupting your internet life.
Just click on "Add to Chrome" to start your 7-day trial for free! The trial version of Gone Secure Browsing will show periodic reminders allowing you to upgrade.
You can remove the extension at any time.
By downloading and installing this extension, you agree to our EULA at https://gonesecurebrowsing.com/securebrowsing/eula and our Privacy Policy https://gonesecurebrowsing.com/securebrowsing/privacy.

This service is sold by Gone Software Ltd.                    

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

ชื่อ Gone Secure Browsing Gone Secure Browsing
ID heoeeenanimdkbogdekheedimaidbfkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gone-secure-browsing/heoeeenanimdkbogdekheedimaidbfkj
คำอธิบาย Alerts users when visiting unsafe websites and blocks cookies and trackers
ขนาดไฟล์ 405 KB
จำนวนการติดตั้ง 296
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-01-29
วันที่เผยแพร่ 2022-11-21
ผู้พัฒนา AdGone Ad-Blocker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gonesecurebrowsing.com
URL หน้าช่วยเหลือ https://gonesecurebrowsing.com/securebrowsing/contact
URL หน้านโยบายความเป็นส่วนตัว https://adgone.org/adblocker/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gone Secure Browsing",
    "version": "1.0.3",
    "description": "Alerts users when visiting unsafe websites and blocks cookies and trackers",
    "icons": {
        "16": "icons\/icon_active_16.png",
        "32": "icons\/icon_active_32.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png",
                "img\/rocket_icon.png",
                "img\/shield_icon.png",
                "img\/bug_icon.png",
                "icons\/icon_active_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Gone Secure Browsing",
        "default_popup": "popups\/popup.html"
    },
    "declarative_net_request": {
        "rule_resources": []
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*.gonesecurebrowsing.com\/*",
        "*:\/\/*.adgone.org\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "history",
        "cookies",
        "alarms",
        "contentSettings",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}