BetaSeries Extension

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

BetaSeries Extensionคืออะไร?

BetaSeries Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://betaseries.com และคุณลักษณะหลักของมันคือ "Connect your SVOD platforms to synchronize your episodes seen on BetaSeries."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetaSeries Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
    }
}