Boostflix

Netflix Booster

Boostflix क्या है?

Boostflix onurgule द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netflix Booster"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Boostflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Netflix Booster

You can speed up your watching time. 
If you are watching something on Netflix with subtitles, you can turn on "Subtitle Slow" and fast movie will slow down while somebody is speaking.

You can turn on Auto Skip Intro!

New Shortcuts
N - Next Episode
Q - Quit Movie (Back)

Also you can buy us a coffee :)                    

एक्सटेंशन की मूल जानकारी

नाम Boostflix Boostflix
ID lclkjhbaaobacpcegdniijkhedeafche
आधिकारिक URL https://chromewebstore.google.com/detail/boostflix/lclkjhbaaobacpcegdniijkhedeafche
विवरण Netflix Booster
फ़ाइल का आकार 42.01 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-09-22
प्रकाशन तिथि 2020-08-25
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर onurgule
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boostflix",
    "version": "1.0.2",
    "description": "Netflix Booster",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/videospeed16.png",
            "32": "images\/videospeed32.png",
            "64": "images\/videospeed64.png",
            "128": "images\/videospeed128.png"
        }
    },
    "icons": {
        "16": "images\/videospeed16.png",
        "32": "images\/videospeed32.png",
        "64": "images\/videospeed64.png",
        "128": "images\/videospeed128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}