I don't care about your likes
Read social media without paying attention to the addictive aspect of it
ما هو I don't care about your likes؟
I don't care about your likes هو إضافة Chrome تم تطويرها بواسطة http://www.miltonlaufer.com.ar، والميزة الرئيسية لها هي "Read social media without paying attention to the addictive aspect of it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I don't care about your likes
قم بتنزيل ملفات الامتداد I don't care about your likes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
معلومات أساسية عن التمديد
الاسم | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
الوصف | Read social media without paying attention to the addictive aspect of it |
حجم الملف | 12.23 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2017-10-12 |
تاريخ النشر | 2017-10-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://www.miltonlaufer.com.ar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I don't care about your likes", "description": "Read social media without paying attention to the addictive aspect of it", "version": "0.1.6", "manifest_version": 2, "options_page": "options.html", "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "author": "@fracasamejor", "icons": { "128": "icon128.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "myscript_idontcare.js" ] } ] } |