synccit for reddit

synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices

Co je synccit for reddit?

synccit for reddit je rozšíření Chrome vyvinuté https://synccit.com, a jeho hlavní funkcí je „synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření synccit for reddit

Stáhněte si soubory rozšíření synccit for reddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Create an account at https://synccit.com.

synccit syncs your reddit.com viewed links and comment between browsers and devices.

A synccit account is required for this to function. After creating and account, add a device, install this plugin (if not already installed), and enter your username and device code when you first visit reddit.com.                    

Základní Informace o Rozšíření

Název synccit for reddit synccit for reddit
ID djgggkkgpoeknlpdllmhdagbfnhaigmd
Oficiální URL https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd
Popis synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Velikost souboru 41.26 KB
Počet instalací 2,189
Aktuální Verze 16
Poslední Aktualizace 2019-08-13
Datum Vydání 2019-08-12
Hodnocení 3.19/5 Celkem 43 Hodnocení
Vývojář https://synccit.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "synccit.user.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices",
    "name": "synccit for reddit",
    "version": "16",
    "short_name": "synccit",
    "permissions": [
        "*:\/\/reddit.com\/*",
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.synccit.com\/*",
        "storage"
    ]
}