Stream Locker

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

Stream Locker क्या है?

Stream Locker Marco Bonelli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block annoying popups and load streaming sites videos in the lightweight native HTML5 player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stream Locker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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."
}