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 |
电子邮箱 | [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" ] } ] } |