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是由http://www.miltonlaufer.com.ar開發的Chrome擴展程式,該擴展的主要功能是“Read social media without paying attention to the addictive aspect of it”。
擴展截圖
下載I don't care about your likes擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |