autobleep

Automatically restarts playback for bleep.com audio previews.

Was ist autobleep?

autobleep ist eine Chrome-Erweiterung, die von lorgle-smopf entwickelt wurde, und ihr Hauptmerkmal ist "Automatically restarts playback for bleep.com audio previews.".

Erweiterungsscreenshots

screenshot

autobleep-Erweiterungs-CRX-Datei herunterladen

Laden Sie autobleep-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name autobleep autobleep
ID ijhbooiefoodjdnpbpapdkmhlklcekbg
Offizielle URL https://chromewebstore.google.com/detail/autobleep/ijhbooiefoodjdnpbpapdkmhlklcekbg
Beschreibung Automatically restarts playback for bleep.com audio previews.
Dateigröße 17.04 KB
Installationsanzahl 42
Aktuelle Version 0.0.2.0
Letztes Update 2014-08-04
Veröffentlichungsdatum 2014-08-03
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler lorgle-smopf
Zahlungsart free
Unterstützte Sprachen 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'"
}