autobleep

Automatically restarts playback for bleep.com audio previews.

O que é autobleep?

autobleep é uma extensão do Chrome desenvolvida por lorgle-smopf, e sua principal característica é "Automatically restarts playback for bleep.com audio previews.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão autobleep

Baixe arquivos de extensão autobleep no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome autobleep autobleep
ID ijhbooiefoodjdnpbpapdkmhlklcekbg
URL Oficial https://chromewebstore.google.com/detail/autobleep/ijhbooiefoodjdnpbpapdkmhlklcekbg
Descrição Automatically restarts playback for bleep.com audio previews.
Tamanho do Arquivo 17.04 KB
Contagem de Instalações 42
Versão Atual 0.0.2.0
Última Atualização 2014-08-04
Data de Publicação 2014-08-03
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor lorgle-smopf
Tipo de Pagamento free
Idiomas Suportados 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'"
}