2ch-caster

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

Hvad er 2ch-caster?

2ch-caster er en Chrome-udvidelse udviklet af b0r3d0mness, og dens hovedfunktion er "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download 2ch-caster-udvidelses-CRX-fil

Download 2ch-caster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn 2ch-caster 2ch-caster
ID ademcdacngafppceeajjbhagmmaphgdi
Officiel URL https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi
Beskrivelse 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Filstørrelse 18.75 KB
Antal Installationer 24
Nuværende Version 1.3.0
Senest Opdateret 2016-01-19
Udgivelsesdato 2016-01-19
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler b0r3d0mness
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}