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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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\/"
    ]
}