2ch-caster
2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!
Apa itu 2ch-caster?
2ch-caster adalah ekstensi Chrome yang dikembangkan oleh b0r3d0mness, dan fitur utamanya adalah "2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 2ch-caster
Unduh file ekstensi 2ch-caster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ademcdacngafppceeajjbhagmmaphgdi |
URL Resmi | https://chrome.google.com/webstore/detail/2ch-caster/ademcdacngafppceeajjbhagmmaphgdi |
Deskripsi | 2ch-caster will notify you about new threads on 2ch.hk via pop-up notifications. Miss no thread, anonymous! |
Ukuran File | 18.75 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.3.0 |
Terakhir Diperbarui | 2016-01-19 |
Tanggal Publikasi | 2016-01-19 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | b0r3d0mness |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |