Linux To GNU Plus Linux

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

Hvad er Linux To GNU Plus Linux?

Linux To GNU Plus Linux er en Chrome-udvidelse udviklet af Ryanteck, og dens hovedfunktion er "Replaces the text 'linux' with 'GNU Plus Linux'.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Linux To GNU Plus Linux-udvidelses-CRX-fil

Download Linux To GNU Plus Linux-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Officiel URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Beskrivelse Replaces the text 'linux' with 'GNU Plus Linux'.
Filstørrelse 3.46 KB
Antal Installationer 223
Nuværende Version 1.2
Senest Opdateret 2021-11-29
Udgivelsesdato 2021-11-28
Udvikler Ryanteck
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ryanteck/linux-to-gnulinux
URL til Fortrolighedspolitik Side https://ryanteck.uk/chrome-dev-tools-privacy-policy
Understøttede Sprog 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"
        }
    ]
}