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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}