Clid Remover

Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.

Clid Removerคืออะไร?

Clid Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vemu และคุณลักษณะหลักของมันคือ "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad."

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

screenshot

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

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

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

                        When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.                    

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

ชื่อ Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
คำอธิบาย Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
ขนาดไฟล์ 17.82 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2020-06-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Vemu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xVemu/clid-remover
URL หน้าช่วยเหลือ https://github.com/xVemu/clid-remover/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clid Remover",
    "version": "1.3",
    "description": "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.",
    "manifest_version": 3,
    "author": "Vemu (Kamil Kras)",
    "icons": {
        "16": "img\/16x.png",
        "24": "img\/24x.png",
        "32": "img\/32x.png",
        "48": "img\/48x.png",
        "64": "img\/64x.png",
        "128": "img\/128x.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}