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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}