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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}