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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में synccit for reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | synccit for reddit |
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 |
ईमेल | [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" ] } |