Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Fbclid Remover là gì?

Fbclid Remover là một tiện ích mở rộng Chrome được phát triển bởi unknown, và tính năng chính của nó là "Removes Fbclid when copying addresses for sharing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fbclid Remover

Tải xuống các tệp mở rộng Fbclid Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fbclid Remover Fbclid Remover
ID cjbkbpgglhgohpelagbaebbmhjlckgoe
URL Chính Thức https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe
Mô tả Removes Fbclid when copying addresses for sharing.
Kích Thước Tệp 9.56 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-12-14
Ngày Phát Hành 2019-12-14
Nhà Phát Triển unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}