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 |
| 公式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"
}
]
} | |