Boostflix

Netflix Booster

What is Boostflix?

Boostflix is a Chrome extension developed by onurgule, and its main feature is "Netflix Booster".

Extension Screenshots

screenshot
screenshot
screenshot

Download Boostflix Extension CRX File

Download Boostflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Boostflix Boostflix
ID lclkjhbaaobacpcegdniijkhedeafche
Official URL https://chromewebstore.google.com/detail/boostflix/lclkjhbaaobacpcegdniijkhedeafche
Description Netflix Booster
File Size 42.01 KB
Installation Count 29
Current Version 1.0.2
Last Updated 2020-09-22
Publish Date 2020-08-25
Rating 4.88/5 Total 8 Ratings
Developer onurgule
Email [email protected]
Payment Type free
Supported Languages 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
}