synccit for reddit
synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
synccit for reddit là gì?
synccit for reddit là một tiện ích mở rộng Chrome được phát triển bởi https://synccit.com, và tính năng chính của nó là "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng synccit for reddit
Tải xuống các tệp mở rộng synccit for reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | synccit for reddit |
ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
URL Chính Thức | https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd |
Mô tả | synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices |
Kích Thước Tệp | 41.26 KB |
Số Lần Cài Đặt | 2,189 |
Phiên Bản Hiện Tại | 16 |
Cập Nhật Lần Cuối | 2019-08-13 |
Ngày Phát Hành | 2019-08-12 |
Đánh Giá | 3.19/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | https://synccit.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |