Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Apa itu Fbclid Remover?

Fbclid Remover adalah ekstensi Chrome yang dikembangkan oleh unknown, dan fitur utamanya adalah "Removes Fbclid when copying addresses for sharing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fbclid Remover

Unduh file ekstensi Fbclid Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fbclid Remover Fbclid Remover
ID cjbkbpgglhgohpelagbaebbmhjlckgoe
URL Resmi https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe
Deskripsi Removes Fbclid when copying addresses for sharing.
Ukuran File 9.56 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-12-14
Tanggal Publikasi 2019-12-14
Pengembang unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}