Datagator: fight back against online trackers

Get rewarded for cleaning up the internet

Datagator: fight back against online trackersคืออะไร?

Datagator: fight back against online trackers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joindatagator และคุณลักษณะหลักของมันคือ "Get rewarded for cleaning up the internet"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Datagator: fight back against online trackers

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

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

                        Datagator detects companies spying on you online, and takes legal action to stop their harmful behaviour. When we win, you’ll receive the majority the penalties or damages we might secure for you.

✔️ Reclaim the internet – Take action against privacy violators to create a more private future.
✔️ Add and forget – The only thing you need to do is add Datagator to Chrome, we’ll do the rest. 
✔️ Built-in privacy – All browsing data is analysed on your computer. Datagator can only access data that you choose to share.                    

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

ชื่อ Datagator: fight back against online trackers Datagator: fight back against online trackers
ID gdjmnodaeipepkjeginembcopiobhigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/datagator-fight-back-agai/gdjmnodaeipepkjeginembcopiobhigg
คำอธิบาย Get rewarded for cleaning up the internet
ขนาดไฟล์ 620 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 0.0.40
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2024-02-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา joindatagator
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.joindatagator.com/
URL หน้าช่วยเหลือ https://www.joindatagator.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.joindatagator.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Datagator",
    "description": "Get rewarded for cleaning up the internet",
    "name": "Datagator: fight back against online trackers",
    "version": "0.0.40",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/ui\/popup\/index.html",
        "default_title": "Datagator",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/content-script\/index.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "options_ui": {
        "page": "src\/ui\/pages\/index.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index-twbbC0Qk.js",
                "assets\/lodash-ZAS_rkG8.js",
                "assets\/materialui-mE2NdLB6.js",
                "assets\/react-qR1tMwQR.js",
                "assets\/src\/entries\/content-script\/index-mL75xCfz.js",
                "assets\/tldts-f-1wzFtE.js",
                "src\/ui\/pages\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}