Suberflix

Add Subtitles To Streaming Movies And Series

What is Suberflix?

Suberflix is a Chrome extension developed by https://suberflix.com, and its main feature is "Add Subtitles To Streaming Movies And Series".

Extension Screenshots

screenshot

Download Suberflix Extension CRX File

Download Suberflix 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

                        Suberflix allows you to add subtitles in any language to your favorite online movies. 
Also compatible with Netflix!                    

Extension Basic Information

Name Suberflix Suberflix
ID lbbbhedjbckmeifebijaidgiccifohfd
Official URL https://chromewebstore.google.com/detail/suberflix/lbbbhedjbckmeifebijaidgiccifohfd
Description Add Subtitles To Streaming Movies And Series
File Size 524 KB
Installation Count 1,670
Current Version 2.0.3
Last Updated 2020-04-02
Publish Date 2020-04-01
Rating 3.47/5 Total 19 Ratings
Developer https://suberflix.com
Email [email protected]
Payment Type free
Extension Website https://suberflix.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Suberflix",
    "description": "Add Subtitles To Streaming Movies And Series",
    "version": "2.0.3",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        ""
    ],
    "web_accessible_resources": [
        "js\/search.js",
        "search.html",
        "settings.html"
    ]
}