Linux To GNU Plus Linux

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

Apa itu Linux To GNU Plus Linux?

Linux To GNU Plus Linux adalah ekstensi Chrome yang dikembangkan oleh Ryanteck, dan fitur utamanya adalah "Replaces the text 'linux' with 'GNU Plus Linux'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Linux To GNU Plus Linux

Unduh file ekstensi Linux To GNU Plus Linux dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
URL Resmi https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
Deskripsi Replaces the text 'linux' with 'GNU Plus Linux'.
Ukuran File 3.46 KB
Jumlah Instalasi 223
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-11-29
Tanggal Publikasi 2021-11-28
Pengembang Ryanteck
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ryanteck/linux-to-gnulinux
URL Halaman Kebijakan Privasi https://ryanteck.uk/chrome-dev-tools-privacy-policy
Bahasa yang Didukung 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"
        }
    ]
}