UnlikeForever
Removes the ability to like things on facebook.
UnlikeForeverとは何ですか?
UnlikeForeverはuduran12によって開発されたChromeの拡張機能で、その主な機能は「Removes the ability to like things on facebook.」です。
UnlikeForever拡張機能のCRXファイルをダウンロード
UnlikeForever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
拡張機能の基本情報
名前 | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
公式URL | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
説明 | Removes the ability to like things on facebook. |
ファイルサイズ | 5.52 KB |
インストール数 | 43 |
現在のバージョン | 1.1 |
最終更新日 | 2017-10-30 |
公開日 | 2017-10-30 |
開発者 | uduran12 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |