Watch In Sync

Watch movies with your friends synchronously!

什麼是Watch In Sync?

Watch In Sync是由ozanbaskan7開發的Chrome擴展程式,該擴展的主要功能是“Watch movies with your friends synchronously!”。

擴展截圖

screenshot

下載Watch In Sync擴展crx文件

下載Watch In Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can watch movies on every page you want with your friends synchronously using this extension! 

Just download the extension with your friends, connect to the same session and go to the web page you want to watch a movie. Click the video frame you want to watch in sync, after clicking when red the frame around the video disappears the sync is on! You can pause and play the video and watch with your friends at the same time.                    

擴展基本資訊

名稱 Watch In Sync Watch In Sync
ID cbcplomcajikifbdopphkbhpkciokcmo
官方網址 https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo
簡介 Watch movies with your friends synchronously!
檔案大小 32.25 KB
安裝次數 25
目前版本 0.1
更新時間 2021-11-01
上架時間 2021-10-31
評分 5.00/5 共 3 次評分
開發者 ozanbaskan7
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch In Sync",
    "description": "Watch movies with your friends synchronously!",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}