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 là gì?
I don't care about your likes là một tiện ích mở rộng Chrome được phát triển bởi http://www.miltonlaufer.com.ar, và tính năng chính của nó là "Read social media without paying attention to the addictive aspect of it".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng I don't care about your likes
Tải xuống các tệp mở rộng I don't care about your likes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hides the likes and notifications on Facebook (you can select which want to receive). NEW VERSION with options and "no change settings" timer!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gikbfkplonaggpdlollhdgbinhbcedip |
URL Chính Thức | https://chrome.google.com/webstore/detail/i-dont-care-about-your-li/gikbfkplonaggpdlollhdgbinhbcedip |
Mô tả | Read social media without paying attention to the addictive aspect of it |
Kích Thước Tệp | 12.23 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2017-10-12 |
Ngày Phát Hành | 2017-10-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://www.miltonlaufer.com.ar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |