IMSLP impatience
Skip the 15 second wait time on imslp with this simple extension!
什么是IMSLP impatience?
IMSLP impatience是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Skip the 15 second wait time on imslp with this simple extension!”。
扩展截图
下载IMSLP impatience扩展crx文件
下载IMSLP impatience扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension skips the 15 second wait time on IMSLP.
扩展基本信息
名称 | IMSLP impatience |
ID | emdlcbabhommgkpbobhamnjppplhpgbj |
官方URL | https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj |
简介 | Skip the 15 second wait time on imslp with this simple extension! |
文件大小 | 3.14 KB |
安装次数 | 138 |
当前版本 | 0.0.0.2 |
更新时间 | 2018-09-26 |
上架时间 | 2018-09-26 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMSLP impatience", "version": "0.0.0.2", "description": "Skip the 15 second wait time on imslp with this simple extension!", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*" ], "js": [ "script.js" ] } ] } |