Linux To GNU Plus Linux

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

Wat is Linux To GNU Plus Linux?

Linux To GNU Plus Linux is een Chrome-extensie ontwikkeld door Ryanteck, en de belangrijkste functie is "Replaces the text 'linux' with 'GNU Plus Linux'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linux To GNU Plus Linux

Download Linux To GNU Plus Linux-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Officiële URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Beschrijving Replaces the text 'linux' with 'GNU Plus Linux'.
Bestandsgrootte 3.46 KB
Aantal Installaties 223
Huidige Versie 1.2
Laatst Bijgewerkt 2021-11-29
Publicatiedatum 2021-11-28
Ontwikkelaar Ryanteck
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ryanteck/linux-to-gnulinux
URL van de Privacybeleid Pagina https://ryanteck.uk/chrome-dev-tools-privacy-policy
Ondersteunde Talen 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"
        }
    ]
}