synccit for reddit
synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Was ist synccit for reddit?
synccit for reddit ist eine Chrome-Erweiterung, die von https://synccit.com entwickelt wurde, und ihr Hauptmerkmal ist "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".
Erweiterungsscreenshots
synccit for reddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie synccit for reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
| Offizielle URL | https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd |
| Beschreibung | synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices |
| Dateigröße | 41.26 KB |
| Installationsanzahl | 2,189 |
| Aktuelle Version | 16 |
| Letztes Update | 2019-08-13 |
| Veröffentlichungsdatum | 2019-08-12 |
| Bewertung | 3.19/5 Insgesamt 43 Bewertungen |
| Entwickler | https://synccit.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |