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!".
Снимки экрана расширения
Скачать файл CRX расширения 2ch-caster
Скачайте файлы расширений 2ch-caster в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
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\/" ] } |