synccit for reddit

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

What is synccit for reddit?

synccit for reddit is a Chrome extension developed by https://synccit.com, and its main feature is "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".

Extension Screenshots

screenshot

Download synccit for reddit Extension CRX File

Download synccit for reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name synccit for reddit synccit for reddit
ID djgggkkgpoeknlpdllmhdagbfnhaigmd
Official URL https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd
Description synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
File Size 41.26 KB
Installation Count 2,189
Current Version 16
Last Updated 2019-08-13
Publish Date 2019-08-12
Rating 3.19/5 Total 43 Ratings
Developer https://synccit.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}