SubToTechnoblade

Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!

ما هو SubToTechnoblade؟

SubToTechnoblade هو إضافة Chrome تم تطويرها بواسطة Lurk، والميزة الرئيسية لها هي "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!".

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

screenshot

تحميل ملف CRX للإضافة SubToTechnoblade

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

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

                        Subscribe to TECHNOBLADE!!!!! This is a completely free chrome extension, no string attached. This chrome extension causes random Technoblade related phrases to pop up on your screen in different colors. It will also make a little image of Technoblade to float along the border of the screen. If you click the chrome extension multiple times, more phrases show up and more images pop up. If you really are moved to support me though, you can subscribe to youtube channel Lurk:https://www.youtube.com/channel/UCS-x7lD-CSnoc8ejgxrEntQ!                    

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

الاسم SubToTechnoblade SubToTechnoblade
ID ljflgeihgcakjnhfnnjppnfkmckijlhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/subtotechnoblade/ljflgeihgcakjnhfnnjppnfkmckijlhh
الوصف Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!
حجم الملف 34.9 KB
عدد التثبيتات 199
النسخة الحالية 0.1.9
آخر تحديث 2021-03-16
تاريخ النشر 2021-03-16
تقييم 5.00/5 مجموع تقييمات 4
المطور Lurk
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SubToTechnoblade",
    "description": "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!",
    "version": "0.1.9",
    "icons": {
        "48": "img\/doge.png",
        "128": "img\/doge.png"
    },
    "background": {
        "scripts": [
            "run.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Techno go",
        "default_icon": "img\/doge.png"
    }
}