Linux To GNU Plus Linux

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

Co to jest Linux To GNU Plus Linux?

Linux To GNU Plus Linux to rozszerzenie Chrome opracowane przez Ryanteck, a jego główną funkcją jest „Replaces the text 'linux' with 'GNU Plus Linux'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Linux To GNU Plus Linux

Pobierz pliki rozszerzeń Linux To GNU Plus Linux w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
Oficjalny URL https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Opis Replaces the text 'linux' with 'GNU Plus Linux'.
Rozmiar pliku 3.46 KB
Liczba instalacji 223
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-11-29
Data Publikacji 2021-11-28
Deweloper Ryanteck
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ryanteck/linux-to-gnulinux
Adres URL Strony Polityki Prywatności https://ryanteck.uk/chrome-dev-tools-privacy-policy
Obsługiwane Języki 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"
        }
    ]
}