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 |
公式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 |
Eメール | [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" ] } ] } |