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 |
官方網址 | 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'" } |