BetaSeries Extension

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

BetaSeries Extensionとは何ですか?

BetaSeries Extensionはhttps://betaseries.comによって開発されたChromeの拡張機能で、その主な機能は「Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BetaSeries Extension拡張機能のCRXファイルをダウンロード

BetaSeries Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BetaSeries Extension BetaSeries Extension
ID hnadkcjplcnokhkcfpdfdblojaceajcp
公式URL https://chromewebstore.google.com/detail/betaseries-extension/hnadkcjplcnokhkcfpdfdblojaceajcp
説明 Connect your SVOD platforms to synchronize your episodes seen on BetaSeries.
ファイルサイズ 783 KB
インストール数 7,544
現在のバージョン 2.2.4
最終更新日 2024-01-22
公開日 2020-10-13
評価 3.00/5 合計 5 レビュー
開発者 https://betaseries.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.betaseries.com
ヘルプページのURL https://www.betaseries.com
プライバシーポリシーページのURL https://www.betaseries.com/donnees
対応言語 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'"
    }
}