synccit for reddit

synccit for reddit

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

Merlin
Additional files are visible only to premium users

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"
  ]
}