Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Vad är Fbclid Remover?

Fbclid Remover är en Chrome-tillägg utvecklad av unknown, och dess huvudfunktion är "Removes Fbclid when copying addresses for sharing.".

Tilläggsskärmbilder

screenshot

Ladda ner Fbclid Remover-förlängningens CRX-fil

Ladda ner Fbclid Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fbclid Remover Fbclid Remover
ID cjbkbpgglhgohpelagbaebbmhjlckgoe
Officiell webbadress https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe
Beskrivning Removes Fbclid when copying addresses for sharing.
Filstorlek 9.56 KB
Antal Installationer 34
Aktuell Version 1.0.0
Senast Uppdaterad 2019-12-14
Publiceringsdatum 2019-12-14
Utvecklare unknown
Betalningssätt free
Stödda Språk 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"
    ]
}