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”。
擴展截圖
下載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 |
ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
官方網址 | 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" ] } |