synccit for reddit

synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices

ما هو synccit for reddit؟

synccit for reddit هو إضافة Chrome تم تطويرها بواسطة https://synccit.com، والميزة الرئيسية لها هي "synccit syncs reddit.com visited links and viewed comments syncing across browsers and devices".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة synccit for reddit

قم بتنزيل ملفات الامتداد synccit for reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    ]
}