2ch-caster

2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!

2ch-casterคืออะไร?

2ch-caster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b0r3d0mness และคุณลักษณะหลักของมันคือ "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2ch-caster

ดาวน์โหลดไฟล์ส่วนขยาย 2ch-caster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
คำอธิบาย 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
ขนาดไฟล์ 18.75 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2016-01-19
วันที่เผยแพร่ 2016-01-19
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา b0r3d0mness
ประเภทการชำระเงิน free
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ch-caster",
    "version": "1.3.0",
    "description": "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications.\nMiss no thread, anonymous!",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "tts",
        "http:\/\/2ch.hk\/"
    ]
}