Stream Locker

Block annoying popups and load streaming sites videos in the lightweight native HTML5 player.

Stream Locker란 무엇입니까?

Stream Locker은(는) Marco Bonelli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block annoying popups and load streaming sites videos in the lightweight native HTML5 player."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Stream Locker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stream Locker helps you avoid the pain of watching videos in sites with clumsy players you're not familiar with and full of annoying ads and popups. Whenever you visit a blacklisted streaming site, any annoying popup is automatically blocked, and as soon as you get to the video, if compatible with HTML5, it is captured by Stream Locker and loaded in the lightweight native player of your browser, full size, in a new page without any additional element but the player, and with a set of intuitive keyboard shortcuts to play, pause, fast-forward, change volume, etc. Try Stream Locker out, and you'll never want to watch another stream online without it!

Player keyboard/mouse shortcuts:
space or mouse left click: play/pause.
F or mouse double left click: toggle full screen.
+ or mouse scroll up: volume +5%.
- or mouse scroll down: volume -5%.
→: skip forward 10 seconds.
←: skip backward 10 seconds.
↑: skip forward 30 seconds.
↓: skip backward 30 seconds.                    

확장 프로그램 기본 정보

이름 Stream Locker Stream Locker
ID dendgcjgnbappncfobbbocpkcahhkajm
공식 URL https://chromewebstore.google.com/detail/stream-locker/dendgcjgnbappncfobbbocpkcahhkajm
설명 Block annoying popups and load streaming sites videos in the lightweight native HTML5 player.
파일 크기 142 KB
설치 횟수 403
현재 버전 1.1.1
최근 업데이트 2019-05-26
출시 날짜 2019-05-26
개발자 Marco Bonelli
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mebeim/stream-locker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "58.0.3029.81",
    "browser_action": {
        "default_title": "Stream Locker",
        "default_popup": "src\/popup\/popup.html"
    },
    "name": "Stream Locker",
    "author": "Marco Bonelli",
    "icons": {
        "19": "resources\/images\/icons\/19.png",
        "128": "resources\/images\/icons\/128.png",
        "38": "resources\/images\/icons\/38.png",
        "64": "resources\/images\/icons\/64.png",
        "16": "resources\/images\/icons\/16.png"
    },
    "background": {
        "scripts": [
            "src\/scripts\/my_log.js",
            "src\/scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/github.com\/mebeim\/stream-locker",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        ""
    ],
    "description": "Block annoying popups and load streaming sites videos in the lightweight native HTML5 player."
}