autobleep

Automatically restarts playback for bleep.com audio previews.

ما هو autobleep؟

autobleep هو إضافة Chrome تم تطويرها بواسطة lorgle-smopf، والميزة الرئيسية لها هي "Automatically restarts playback for bleep.com audio previews.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة autobleep

قم بتنزيل ملفات الامتداد autobleep بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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