Like I Give a Fuck

Changes every 'Like' button and text field to 'Give a fuck' on Facebook

Cos'è Like I Give a Fuck?

Like I Give a Fuck è un'estensione di Chrome sviluppata da fabsrc, e la sua funzione principale è "Changes every 'Like' button and text field to 'Give a fuck' on Facebook".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Like I Give a Fuck

Scarica i file di estensione Like I Give a Fuck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Like I Give a Fuck Like I Give a Fuck
ID ohfpnpgiljfbmnibfpoieckbmhaagogf
URL Ufficiale https://chrome.google.com/webstore/detail/like-i-give-a-fuck/ohfpnpgiljfbmnibfpoieckbmhaagogf
Descrizione Changes every 'Like' button and text field to 'Give a fuck' on Facebook
Dimensione del File 11.88 KB
Conteggio Installazioni 433
Versione Corrente 1.2.4
Ultimo Aggiornamento 2021-06-10
Data di Pubblicazione 2020-05-01
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore fabsrc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://fabsrc.github.io/like-i-give-a-fuck/
Lingue Supportate 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"
            ]
        }
    ]
}