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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |