Like I Give a Fuck
Changes every 'Like' button and text field to 'Give a fuck' on Facebook
O que é Like I Give a Fuck?
Like I Give a Fuck é uma extensão do Chrome desenvolvida por fabsrc, e sua principal característica é "Changes every 'Like' button and text field to 'Give a fuck' on Facebook".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Like I Give a Fuck
Baixe arquivos de extensão Like I Give a Fuck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ohfpnpgiljfbmnibfpoieckbmhaagogf |
URL Oficial | https://chrome.google.com/webstore/detail/like-i-give-a-fuck/ohfpnpgiljfbmnibfpoieckbmhaagogf |
Descrição | Changes every 'Like' button and text field to 'Give a fuck' on Facebook |
Tamanho do Arquivo | 11.88 KB |
Contagem de Instalações | 433 |
Versão Atual | 1.2.4 |
Última Atualização | 2021-06-10 |
Data de Publicação | 2020-05-01 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | fabsrc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://fabsrc.github.io/like-i-give-a-fuck/ |
Idiomas Suportados | 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" ] } ] } |