Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

Vad är Sync Video for Chrome?

Sync Video for Chrome är en Chrome-tillägg utvecklad av Bas van den Brink, och dess huvudfunktion är "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".

Tilläggsskärmbilder

screenshot

Ladda ner Sync Video for Chrome-förlängningens CRX-fil

Ladda ner Sync Video for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

Grundläggande Information om Tillägg

Namn Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
Officiell webbadress https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
Beskrivning Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Filstorlek 9.64 KB
Antal Installationer 63
Aktuell Version 1.0
Senast Uppdaterad 2018-12-22
Publiceringsdatum 2018-12-21
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Bas van den Brink
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}