Assiste Comigo

Watch movies, series and anime with the ones you like.

什么是Assiste Comigo?

Assiste Comigo是由https://assistecomigo.live开发的Chrome扩展程序,该扩展的主要功能是“Watch movies, series and anime with the ones you like.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Assiste Comigo扩展crx文件

下载Assiste Comigo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Assiste Comigo will help you and your friends watch the videos you like the most, together and in sync, without worries.
Just create a session and send the link to your friends. The extension will automatically synchronize the play, pause and advance between all sessions in real time.

Check the platforms that the extension currently supports on the Assiste Comigo website.                    

扩展基本信息

名称 Assiste Comigo Assiste Comigo
ID piheldmfeoihbaeckmhdmbjbidbdbfgl
官方URL https://chromewebstore.google.com/detail/assiste-comigo/piheldmfeoihbaeckmhdmbjbidbdbfgl
简介 Watch movies, series and anime with the ones you like.
文件大小 219 KB
安装次数 75
当前版本 1.1.1
更新时间 2021-03-22
上架时间 2021-01-28
评分 5.00/5 共4次评分
开发者 https://assistecomigo.live
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "1.1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": ".\/icons\/ac16.png",
        "32": ".\/icons\/ac32.png",
        "48": ".\/icons\/ac48.png",
        "128": ".\/icons\/ac128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "__MSG_appTitle__",
        "default_icon": ".\/icons\/ac48.png",
        "default_popup": ".\/popupViews\/homepageView\/homepage.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.primevideo.com\/*",
            "*:\/\/*.viki.com\/*",
            "*:\/\/mubi.com\/*",
            "*:\/\/*.anitube.site\/*",
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.crunchyroll.com\/*",
            "*:\/\/*.vimeo.com\/*",
            "*:\/\/*.netflix.com\/*",
            "*:\/\/tv.apple.com\/*",
            "*:\/\/goyabu.com\/*",
            "*:\/\/4anime.to\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/libs\/socket.io.js",
                ".\/utils\/workerUtils.js",
                ".\/utils\/socket.js",
                ".\/content\/content.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.viki.com\/*",
                "*:\/\/mubi.com\/*",
                "*:\/\/*.anitube.site\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.crunchyroll.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/tv.apple.com\/*",
                "*:\/\/goyabu.com\/*",
                "*:\/\/4anime.to\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/htmlVideoController.js",
                "content\/youtube.js",
                "content\/anitube.js",
                "content\/netflix.js",
                "content\/appletv.js",
                "content\/crunchyroll.js",
                "content\/disney.js",
                "content\/globoplay.js",
                "content\/hulu.js",
                "content\/primevideo.js",
                "content\/telecine.js",
                "content\/viki.js",
                "content\/mubi.js",
                "content\/vimeo.js",
                "content\/goyabu.js",
                "content\/4anime.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.viki.com\/*",
                "*:\/\/mubi.com\/*",
                "*:\/\/*.anitube.site\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.crunchyroll.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/tv.apple.com\/*",
                "*:\/\/goyabu.com\/*",
                "*:\/\/4anime.to\/*"
            ]
        }
    ],
    "manifest_version": 3
}