synccit for reddit

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

Apa itu synccit for reddit?

synccit for reddit adalah ekstensi Chrome yang dikembangkan oleh https://synccit.com, dan fitur utamanya adalah "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi synccit for reddit

Unduh file ekstensi synccit for reddit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama synccit for reddit synccit for reddit
ID djgggkkgpoeknlpdllmhdagbfnhaigmd
URL Resmi https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd
Deskripsi synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Ukuran File 41.26 KB
Jumlah Instalasi 2,189
Versi Saat Ini 16
Terakhir Diperbarui 2019-08-13
Tanggal Publikasi 2019-08-12
Penilaian 3.19/5 Total 43 Penilaian
Pengembang https://synccit.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}