Fbclid Remover
Removes Fbclid when copying addresses for sharing.
ما هو Fbclid Remover؟
Fbclid Remover هو إضافة Chrome تم تطويرها بواسطة unknown، والميزة الرئيسية لها هي "Removes Fbclid when copying addresses for sharing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fbclid Remover
قم بتنزيل ملفات الامتداد Fbclid Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |