BetaSeries Extension

Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.

What is BetaSeries Extension?

BetaSeries Extension is a Chrome extension developed by https://betaseries.com, and its main feature is "Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BetaSeries Extension Extension CRX File

Download BetaSeries Extension 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

                        In its ten years of existence, BetaSeries has become the best ally for your series: manage your schedule, share your last watched episodes, and discover new ones... All this surrounded by the biggest French-speaking community of movies and series.

Thanks to this extension for Google Chrome, BetaSeries syncs with your SVOD platforms and automatically marks your last watched episodes on your account!

The extension is currently compatible with Netflix.                    

Extension Basic Information

Name BetaSeries Extension BetaSeries Extension
ID hnadkcjplcnokhkcfpdfdblojaceajcp
Official URL https://chromewebstore.google.com/detail/betaseries-extension/hnadkcjplcnokhkcfpdfdblojaceajcp
Description Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.
File Size 783 KB
Installation Count 7,544
Current Version 2.2.4
Last Updated 2024-01-22
Publish Date 2020-10-13
Rating 3.00/5 Total 5 Ratings
Developer https://betaseries.com
Email [email protected]
Payment Type free
Extension Website https://www.betaseries.com
Help Page URL https://www.betaseries.com
Privacy Policy Page URL https://www.betaseries.com/donnees
Supported Languages de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name_extension__",
    "version": "2.2.4",
    "description": "__MSG_description_extension__",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "default_locale": "fr",
    "action": [],
    "permissions": [
        "cookies",
        "tabs",
        "activeTab",
        "storage",
        "alarms",
        "scripting"
    ],
    "icons": {
        "16": "src\/images\/16.png",
        "32": "src\/images\/32.png",
        "48": "src\/images\/48.png",
        "96": "src\/images\/96.png",
        "128": "src\/images\/128.png"
    },
    "host_permissions": [
        "*:\/\/*.netflix.com\/",
        "*:\/\/*.betaseries.com\/",
        "*:\/\/*.primevideo.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.betaseries.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*"
            ],
            "resources": [
                "notif.js",
                "notif.html",
                "notifContainerRemove.js",
                "src\/images\/*",
                "logo.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.betaseries.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*"
            ],
            "resources": [
                "assets\/notifContainer.js.b330e11a.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "resources": [
                "assets\/constant.a653a6c4.js",
                "assets\/injectNetflix.js.7a3a4627.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/notifContainer.js-loader.c5e689ca.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.betaseries.com\/*",
                "*:\/\/*.primevideo.com\/*"
            ],
            "media": []
        },
        {
            "js": [
                "assets\/injectNetflix.js-loader.4aa86ef0.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "media": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}