autobleep
Automatically restarts playback for bleep.com audio previews.
autobleepとは何ですか?
autobleepはlorgle-smopfによって開発されたChromeの拡張機能で、その主な機能は「Automatically restarts playback for bleep.com audio previews.」です。
拡張機能のスクリーンショット
autobleep拡張機能のCRXファイルをダウンロード
autobleep拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bleep.com is a wonderful online music store with a unique selection of contemporary and historic music. Although the website lets you preview entire tracks, it also pauses your preview every thirty seconds. Often, thirty seconds is not enough time to get a real feel for a track, and the interrupted flow can be extremely frustrating. autobleep automatically restarts the preview for you, so you don't have to look through your million and a half tabs to find and click the play button again. Update - 8/3/2014 - Works with new version of Bleep.com!
拡張機能の基本情報
名前 | autobleep |
ID | ijhbooiefoodjdnpbpapdkmhlklcekbg |
公式URL | https://chromewebstore.google.com/detail/autobleep/ijhbooiefoodjdnpbpapdkmhlklcekbg |
説明 | Automatically restarts playback for bleep.com audio previews. |
ファイルサイズ | 17.04 KB |
インストール数 | 42 |
現在のバージョン | 0.0.2.0 |
最終更新日 | 2014-08-04 |
公開日 | 2014-08-03 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | lorgle-smopf |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "autobleep", "version": "0.0.2.0", "manifest_version": 2, "description": "Automatically restarts playback for bleep.com audio previews.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.bleep.com\/*", "*:\/\/bleep.com\/*" ], "js": [ "autobleep.js" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |