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".
扩展基本信息
名称 | Super High School Level Browser Addon |
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 |
电子邮箱 | [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" } |