synccit for reddit
synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices
Hvad er synccit for reddit?
synccit for reddit er en Chrome-udvidelse udviklet af https://synccit.com, og dens hovedfunktion er "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".
Udvidelsesskærmbilleder
Download synccit for reddit-udvidelses-CRX-fil
Download synccit for reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | synccit for reddit |
ID | djgggkkgpoeknlpdllmhdagbfnhaigmd |
Officiel URL | https://chromewebstore.google.com/detail/synccit-for-reddit/djgggkkgpoeknlpdllmhdagbfnhaigmd |
Beskrivelse | synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices |
Filstørrelse | 41.26 KB |
Antal Installationer | 2,189 |
Nuværende Version | 16 |
Senest Opdateret | 2019-08-13 |
Udgivelsesdato | 2019-08-12 |
Bedømmelse | 3.19/5 Samlet 43 Bedømmelser |
Udvikler | https://synccit.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |