synccit for reddit
synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Cos'è synccit for reddit?
synccit for reddit è un'estensione di Chrome sviluppata da https://synccit.com, e la sua funzione principale è "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione synccit for reddit
Scarica i file di estensione synccit for reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | synccit for reddit |
ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
URL Ufficiale | https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd |
Descrizione | synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices |
Dimensione del File | 41.26 KB |
Conteggio Installazioni | 2,189 |
Versione Corrente | 16 |
Ultimo Aggiornamento | 2019-08-13 |
Data di Pubblicazione | 2019-08-12 |
Valutazione | 3.19/5 Totale 43 Valutazioni |
Sviluppatore | https://synccit.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |