synccit for reddit

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

什么是synccit for reddit?

synccit for reddit是由https://synccit.com开发的Chrome扩展程序,该扩展的主要功能是“synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices”。

扩展截图

screenshot

下载synccit for reddit扩展crx文件

下载synccit for reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 synccit for reddit synccit for reddit
ID djgggkkgpoeknlpdllmhdagbfnhaigmd
官方URL https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd
简介 synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
文件大小 41.26 KB
安装次数 2,189
当前版本 16
更新时间 2019-08-13
上架时间 2019-08-12
评分 3.19/5 共43次评分
开发者 https://synccit.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}