Clid Remover

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

Clid Remover क्या है?

Clid Remover Vemu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clid Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}