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