autobleep

Automatically restarts playback for bleep.com audio previews.

什么是autobleep?

autobleep是由lorgle-smopf开发的Chrome扩展程序,该扩展的主要功能是“Automatically restarts playback for bleep.com audio previews.”。

扩展截图

screenshot

下载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 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'"
}