Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Fbclid Remover क्या है?

Fbclid Remover unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Fbclid when copying addresses for sharing."।

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

screenshot

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

crx प्रारूप में Fbclid Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fbclid is not bad.
But when you share a URL with your friends, you may want to share a short address without fbclid.
Then use this extension to refine your address and share it with your friends.                    

एक्सटेंशन की मूल जानकारी

नाम Fbclid Remover Fbclid Remover
ID cjbkbpgglhgohpelagbaebbmhjlckgoe
आधिकारिक URL https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe
विवरण Removes Fbclid when copying addresses for sharing.
फ़ाइल का आकार 9.56 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-12-14
प्रकाशन तिथि 2019-12-14
डेवलपर unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fbclid Remover",
    "description": "Removes Fbclid when copying addresses for sharing.",
    "version": "1.0.0",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "Fbclid Remover",
        "default_popup": "exec.html"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}