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
Eメール [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
}