StopFB

Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs

StopFBคืออะไร?

StopFB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stopfbext และคุณลักษณะหลักของมันคือ "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs"

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

screenshot

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

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

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

                        Stop Facebook from tracking pages that you visit and share by removing tracking IDs from URLs.  This extension removes the "fbclid" and "gclid" arguments from all URLs to prevent Facebook and Google from tracking your browsing.                    

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

ชื่อ StopFB StopFB
ID ideekmlpolffjogehcjblcoajcnieeho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stopfb/ideekmlpolffjogehcjblcoajcnieeho
คำอธิบาย Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs
ขนาดไฟล์ 7.27 KB
จำนวนการติดตั้ง 238
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-04-13
วันที่เผยแพร่ 2019-04-09
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา stopfbext
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StopFB",
    "author": "Robert La Ferla",
    "version": "1.2",
    "description": "Stop Facebook and Google from tracking pages that you visit and share by removing tracking IDs (fbclid and gclid) from URLs",
    "permissions": [
        "webNavigation",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}