BTS to BTR
I don't know why I made this so don't ask
什么是BTS to BTR?
BTS to BTR是由etoile开发的Chrome扩展程序,该扩展的主要功能是“I don't know why I made this so don't ask”。
扩展截图
下载BTS to BTR扩展crx文件
下载BTS to BTR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
replaces all instances of BTS with the hit boy band Big Time Rush and its members
扩展基本信息
名称 | BTS to BTR |
ID | nnnmoopekfbojekobhegamcpaaficncf |
官方URL | https://chromewebstore.google.com/detail/bts-to-btr/nnnmoopekfbojekobhegamcpaaficncf |
简介 | I don't know why I made this so don't ask |
文件大小 | 30.48 KB |
安装次数 | 95 |
当前版本 | 0.1.1 |
更新时间 | 2017-10-08 |
上架时间 | 2017-10-08 |
评分 | 5.00/5 共9次评分 |
开发者 | etoile |
付费类型 | free |
扩展官网 | https://twitter.com/lesbiantifa |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTS to BTR", "description": "I don't know why I made this so don't ask", "version": "0.1.1", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |