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 擴展基本資訊
| 名稱 | |
| ID | nnnmoopekfbojekobhegamcpaaficncf |
| 官方網址 | 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"
}
]
} | |