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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |