SubToTechnoblade

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

什麼是SubToTechnoblade?

SubToTechnoblade是由Lurk開發的Chrome擴展程式,該擴展的主要功能是“Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!”。

擴展截圖

screenshot

下載SubToTechnoblade擴展crx文件

下載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
官方網址 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"
    }
}