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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |