autobleep
Automatically restarts playback for bleep.com audio previews.
What is autobleep?
autobleep is a Chrome extension developed by lorgle-smopf, and its main feature is "Automatically restarts playback for bleep.com audio previews.".
Extension Screenshots
Download autobleep Extension CRX File
Download autobleep extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | autobleep |
ID | ijhbooiefoodjdnpbpapdkmhlklcekbg |
Official URL | https://chromewebstore.google.com/detail/autobleep/ijhbooiefoodjdnpbpapdkmhlklcekbg |
Description | Automatically restarts playback for bleep.com audio previews. |
File Size | 17.04 KB |
Installation Count | 42 |
Current Version | 0.0.2.0 |
Last Updated | 2014-08-04 |
Publish Date | 2014-08-03 |
Rating | 4.50/5 Total 6 Ratings |
Developer | lorgle-smopf |
Payment Type | free |
Supported Languages | 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'" } |