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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}