Super High School Level Browser Addon
Replaces all instances of "Ultimate" with "Super High School Level."
Super High School Level Browser Addonとは何ですか?
Super High School Level Browser Addonはdecumosによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of "Ultimate" with "Super High School Level."」です。
拡張機能のスクリーンショット
Super High School Level Browser Addon拡張機能のCRXファイルをダウンロード
Super High School Level Browser Addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces all instances of "Super High School Level" with "Super High School Level."
Inspired by Danganronpa game franchise and "Drumpfinator". 拡張機能の基本情報
| 名前 | |
| ID | bjildicncaekjoiiamclbglmfnepoldc |
| 公式URL | https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc |
| 説明 | Replaces all instances of "Ultimate" with "Super High School Level." |
| ファイルサイズ | 3.67 KB |
| インストール数 | 39 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-09-08 |
| 公開日 | 2019-09-07 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | decumos |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_title": "Super High School Level Browser Addon"
},
"content_scripts": [
{
"js": [
"data\/content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"description": "Replaces all instances of \"Ultimate\" with \"Super High School Level.\"",
"manifest_version": 2,
"name": "Super High School Level Browser Addon",
"permissions": [
"tabs"
],
"version": "1.0"
} | |