Linux To GNU Plus Linux

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

Was ist Linux To GNU Plus Linux?

Linux To GNU Plus Linux ist eine Chrome-Erweiterung, die von Ryanteck entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'linux' with 'GNU Plus Linux'.".

Erweiterungsscreenshots

screenshot
screenshot

Linux To GNU Plus Linux-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linux To GNU Plus Linux-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Offizielle URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Beschreibung Replaces the text 'linux' with 'GNU Plus Linux'.
Dateigröße 3.46 KB
Installationsanzahl 223
Aktuelle Version 1.2
Letztes Update 2021-11-29
Veröffentlichungsdatum 2021-11-28
Entwickler Ryanteck
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ryanteck/linux-to-gnulinux
URL der Datenschutzrichtlinien-Seite https://ryanteck.uk/chrome-dev-tools-privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}