Cydog Toolkit

This extension is a toolkit for users that do not use Cydog Browser-related services to encourage good browsing habits.

Cydog Toolkitคืออะไร?

Cydog Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mdbench และคุณลักษณะหลักของมันคือ "This extension is a toolkit for users that do not use Cydog Browser-related services to encourage good browsing habits."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Cydog Toolkit contains a user agent switcher where you can enable privacy-focused user agents. These privacy-focused user agents only give information about your browser that is minimally necessary to render web content, withholding information that can be used to compromise your privacy.

This toolkit also allows you to disable cookie pop-ups so you can explore websites privately first and accept the cookies only after you have established it as a trusted website. Our toolkit gives you quick shortcuts so you can clear cookies, sessions, and local storage on your browser, making your web experience safer by allowing you to leverage browser security and rendering processes faster. We also include two security modes. First, our upgrade to HTTPSecure mode automatically forces non-secure connections to be upgraded to their secure counterpart. This reduces fraud, phishing, and other forms of insidious hacking. Second, we have released to initial ultra security browsing mode. It has been designed for maximum compatibility and makes it extremely difficult to attack you on the web-pages you visit so you can experience the web with all the joy of a happy Webfarer destined to explore.

Want to know more about Cydog Browser? Visit our website at: cydogbrowser.com                    

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

ชื่อ Cydog Toolkit Cydog Toolkit
ID ibhpnkdhocnpbfdbgdihikhapmigokdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cydog-toolkit/ibhpnkdhocnpbfdbgdihikhapmigokdn
คำอธิบาย This extension is a toolkit for users that do not use Cydog Browser-related services to encourage good browsing habits.
ขนาดไฟล์ 876 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2022-02-23
วันที่เผยแพร่ 2021-05-04
ผู้พัฒนา mdbench
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cydogbrowser.com
URL หน้าช่วยเหลือ https://cydogbrowser.com/contact-us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cydog Toolkit",
    "author": "Matthew Benchimol",
    "description": "This extension is a toolkit for users that do not use Cydog Browser-related services to encourage good browsing habits.",
    "version": "1.1.5",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png",
        "default_title": "Cydog is here to help."
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logo-icon-16.png",
        "48": "logo-icon-48.png",
        "128": "logo-icon-128.png"
    }
}