StalkerMode
Disables/Hides fb social activity buttons (like, comment, share, add etc)
ما هو StalkerMode؟
StalkerMode هو إضافة Chrome تم تطويرها بواسطة tsleeve، والميزة الرئيسية لها هي "Disables/Hides fb social activity buttons (like, comment, share, add etc)".
تحميل ملف CRX للإضافة StalkerMode
قم بتنزيل ملفات الامتداد StalkerMode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Prevents clicking of social activity buttons when stalking people on fb. When clicked on, it disables like, comment, share, add friend, post on timeline etc buttons and removes your hanging comment inputbox under posts. You have to press the icon for each fb tab you want to secure. It can handle multiple tabs at the same time. (So, if you want to return to normal, just open a new tab)
معلومات أساسية عن التمديد
الاسم | StalkerMode |
ID | hcipoaecncpapgbpkofhdbmmpajiaelj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stalkermode/hcipoaecncpapgbpkofhdbmmpajiaelj |
الوصف | Disables/Hides fb social activity buttons (like, comment, share, add etc) |
حجم الملف | 68.21 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2016-12-31 |
تاريخ النشر | 2016-12-31 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | tsleeve |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StalkerMode", "version": "0.0.6", "manifest_version": 2, "description": "Disables\/Hides fb social activity buttons (like, comment, share, add etc)", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Click to activate for each fb Tab", "default_icon": "no-facebook-like.png" }, "permissions": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*", "tabs" ] } |