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 |
电子邮箱 | [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" } } |