Linux To GNU Plus Linux

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

Vad är Linux To GNU Plus Linux?

Linux To GNU Plus Linux är en Chrome-tillägg utvecklad av Ryanteck, och dess huvudfunktion är "Replaces the text 'linux' with 'GNU Plus Linux'.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Linux To GNU Plus Linux-förlängningens CRX-fil

Ladda ner Linux To GNU Plus Linux-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Officiell webbadress https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Beskrivning Replaces the text 'linux' with 'GNU Plus Linux'.
Filstorlek 3.46 KB
Antal Installationer 223
Aktuell Version 1.2
Senast Uppdaterad 2021-11-29
Publiceringsdatum 2021-11-28
Utvecklare Ryanteck
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ryanteck/linux-to-gnulinux
URL till Sekretesspolicy Sidan https://ryanteck.uk/chrome-dev-tools-privacy-policy
Stödda Språk 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"
        }
    ]
}