Linux To GNU Plus Linux

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

ما هو Linux To GNU Plus Linux؟

Linux To GNU Plus Linux هو إضافة Chrome تم تطويرها بواسطة Ryanteck، والميزة الرئيسية لها هي "Replaces the text 'linux' with 'GNU Plus Linux'.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Linux To GNU Plus Linux

قم بتنزيل ملفات الامتداد Linux To GNU Plus Linux بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Linux To GNU Plus Linux Linux To GNU Plus Linux
ID omeepfgdlegjlladiknpdjjihddpajkp
عنوان URL الرسمي https://chromewebstore.google.com/detail/linux-to-gnu-plus-linux/omeepfgdlegjlladiknpdjjihddpajkp
الوصف Replaces the text 'linux' with 'GNU Plus Linux'.
حجم الملف 3.46 KB
عدد التثبيتات 223
النسخة الحالية 1.2
آخر تحديث 2021-11-29
تاريخ النشر 2021-11-28
المطور Ryanteck
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ryanteck/linux-to-gnulinux
عنوان صفحة سياسة الخصوصية https://ryanteck.uk/chrome-dev-tools-privacy-policy
اللغات المدعومة 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"
        }
    ]
}