autobleep

Automatically restarts playback for bleep.com audio previews.

Cos'è autobleep?

autobleep è un'estensione di Chrome sviluppata da lorgle-smopf, e la sua funzione principale è "Automatically restarts playback for bleep.com audio previews.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione autobleep

Scarica i file di estensione autobleep in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome autobleep autobleep
ID ijhbooiefoodjdnpbpapdkmhlklcekbg
URL Ufficiale https://chromewebstore.google.com/detail/autobleep/ijhbooiefoodjdnpbpapdkmhlklcekbg
Descrizione Automatically restarts playback for bleep.com audio previews.
Dimensione del File 17.04 KB
Conteggio Installazioni 42
Versione Corrente 0.0.2.0
Ultimo Aggiornamento 2014-08-04
Data di Pubblicazione 2014-08-03
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore lorgle-smopf
Tipo di Pagamento free
Lingue Supportate 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'"
}