synccit for reddit
synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Wat is synccit for reddit?
synccit for reddit is een Chrome-extensie ontwikkeld door https://synccit.com, en de belangrijkste functie is "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".
Extensie Screenshots
Download het CRX-bestand van de extensie synccit for reddit
Download synccit for reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
| Officiële URL | https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd |
| Beschrijving | synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices |
| Bestandsgrootte | 41.26 KB |
| Aantal Installaties | 2,189 |
| Huidige Versie | 16 |
| Laatst Bijgewerkt | 2019-08-13 |
| Publicatiedatum | 2019-08-12 |
| Beoordeling | 3.19/5 Totaal 43 Beoordelingen |
| Ontwikkelaar | https://synccit.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |