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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}