Reaction Remover
A quick and easy tool to remove reactions from Facebook.
ما هو Reaction Remover؟
Reaction Remover هو إضافة Chrome تم تطويرها بواسطة randolphriback، والميزة الرئيسية لها هي "A quick and easy tool to remove reactions from Facebook.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reaction Remover
قم بتنزيل ملفات الامتداد Reaction Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.
معلومات أساسية عن التمديد
الاسم | Reaction Remover |
ID | dfiapeofdbbemafjadbomikmdlgkihjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn |
الوصف | A quick and easy tool to remove reactions from Facebook. |
حجم الملف | 21.25 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-08-25 |
تاريخ النشر | 2021-08-25 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | randolphriback |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://wpvip.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reaction Remover", "description": "A quick and easy tool to remove reactions from Facebook.", "version": "1.2", "icons": { "128": "png128.png" }, "background": { "persistent": true, "page": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/inject.js", "js\/normalize.js" ], "all_frames": false } ], "browser_action": { "default_icon": "pngegg.png", "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/web.facebook.com\/*", "https:\/\/web.facebook.com\/*" ] } |