2ch-caster

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

¿Qué es 2ch-caster?

2ch-caster es una extensión de Chrome desarrollada por b0r3d0mness, y su función principal es "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 2ch-caster

Descarga archivos de extensión 2ch-caster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
URL Oficial https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
Descripción 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Tamaño del Archivo 18.75 KB
Cantidad de Instalaciones 24
Versión Actual 1.3.0
Última Actualización 2016-01-19
Fecha de Publicación 2016-01-19
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador b0r3d0mness
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}