Linux To GNU Plus Linux

Replaces the text 'linux' with 'GNU Plus Linux'.

Cos'è Linux To GNU Plus Linux?

Linux To GNU Plus Linux è un'estensione di Chrome sviluppata da Ryanteck, e la sua funzione principale è "Replaces the text 'linux' with 'GNU Plus Linux'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Linux To GNU Plus Linux

Scarica i file di estensione Linux To GNU Plus Linux 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

                        This add-on replaces all instances of "Linux" with "GNU Plus Linux", allowing you to fully embrace the meme of "It's actually GNU Plus Linux" to it's fullest.

A clone of the Cloud To Butt Plugin it simply changes Linux to GNU Plus Linux.

Weather it's Linus Sebastian moaning about GNU Plus Linux, or Linus Torvolds saying Fsck You Nvidia for not supporting GNU Plus Linux.

This add-on will be sure to give you a laugh.                    

Informazioni di Base sull'Estensione

Nome Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
URL Ufficiale https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Descrizione Replaces the text 'linux' with 'GNU Plus Linux'.
Dimensione del File 3.46 KB
Conteggio Installazioni 223
Versione Corrente 1.2
Ultimo Aggiornamento 2021-11-29
Data di Pubblicazione 2021-11-28
Sviluppatore Ryanteck
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ryanteck/linux-to-gnulinux
URL della Pagina della Politica sulla Privacy https://ryanteck.uk/chrome-dev-tools-privacy-policy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linux To GNU Plus Linux",
    "version": "1.2",
    "description": "Replaces the text 'linux' with 'GNU Plus Linux'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}