Linux To GNU Plus Linux

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

What is Linux To GNU Plus Linux?

Linux To GNU Plus Linux is a Chrome extension developed by Ryanteck, and its main feature is "Replaces the text 'linux' with 'GNU Plus Linux'.".

Extension Screenshots

screenshot
screenshot

Download Linux To GNU Plus Linux Extension CRX File

Download Linux To GNU Plus Linux extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Official URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Description Replaces the text 'linux' with 'GNU Plus Linux'.
File Size 3.46 KB
Installation Count 223
Current Version 1.2
Last Updated 2021-11-29
Publish Date 2021-11-28
Developer Ryanteck
Email [email protected]
Payment Type free
Extension Website https://github.com/ryanteck/linux-to-gnulinux
Privacy Policy Page URL https://ryanteck.uk/chrome-dev-tools-privacy-policy
Supported Languages 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"
        }
    ]
}