Like I Give a Fuck
Changes every 'Like' button and text field to 'Give a fuck' on Facebook
Like I Give a Fuckとは何ですか?
Like I Give a Fuckはfabsrcによって開発されたChromeの拡張機能で、その主な機能は「Changes every 'Like' button and text field to 'Give a fuck' on Facebook」です。
拡張機能のスクリーンショット
Like I Give a Fuck拡張機能のCRXファイルをダウンロード
Like I Give a Fuck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every day millions of "likes" are given on Facebook. But how many people really like what they "like" on Facebook? "Liking" something has become a synonym for acknowledging something. You either "like" or you don't care – to say it in other words: either you give a fuck or you don't. This browser extension fixes the mismatch of "like" and like by changing every occurrence of "Like" to "Give a Fuck" on Facebook.
拡張機能の基本情報
名前 | |
ID | ohfpnpgiljfbmnibfpoieckbmhaagogf |
公式URL | https://chrome.google.com/webstore/detail/like-i-give-a-fuck/ohfpnpgiljfbmnibfpoieckbmhaagogf |
説明 | Changes every 'Like' button and text field to 'Give a fuck' on Facebook |
ファイルサイズ | 11.88 KB |
インストール数 | 433 |
現在のバージョン | 1.2.4 |
最終更新日 | 2021-06-10 |
公開日 | 2020-05-01 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | fabsrc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://fabsrc.github.io/like-i-give-a-fuck/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Like I Give a Fuck", "description": "Changes every 'Like' button and text field to 'Give a fuck' on Facebook", "version": "1.2.4", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "applications": { "gecko": { "id": "{82CEEC65-D441-4F66-A31C-42DB4267155C}" } }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "main.js" ] } ] } |