2chmon
2ch.hk bookmarks monitor.
What is 2chmon?
2chmon is a Chrome extension developed by dvachmonitor, and its main feature is "2ch.hk bookmarks monitor.".
Extension Screenshots
Download 2chmon Extension CRX File
Download 2chmon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1.1.0 Добавление и удаление тредов из попапа Остановка и запуск мониторинга Новый интерфейс Хоткеи Удалил функцию импорта 1.0.10 Автоматический скроллинг к первому непрочитанному посту 1.0.9 Автоматический скроллинг в конец треда 1.0.8 Убрал ненужное разрешение 1.0.7 Пофиксил кодировку в opera next 1.0.6 Пофиксил http в https Замечательное расширение подгрузит твое избранное с 2ch.hk и будет мониторить его в фоне даже при закрытом дваче и уведомлять о новых постах. Удалять и добавлять треды стандартными методами двача (звездочка возле тредов и меню "избранное"). Сорцы: https://github.com/dvachtools/dvachmonitor/ Мыло для связи: [email protected]
Extension Basic Information
Name | |
ID | pabmeaclcedipfkkgnhkhohmgoajnbfm |
Official URL | https://chrome.google.com/webstore/detail/2chmon/pabmeaclcedipfkkgnhkhohmgoajnbfm |
Description | 2ch.hk bookmarks monitor. |
File Size | 418 KB |
Installation Count | 16 |
Current Version | 1.1.0 |
Last Updated | 2015-05-07 |
Publish Date | 2015-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dvachmonitor |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2chmon", "description": "2ch.hk bookmarks monitor.", "version": "1.1.0", "permissions": [ "http:\/\/2ch.hk\/", "https:\/\/2ch.hk\/", "storage", "background", "alarms" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/2ch.hk\/*", "https:\/\/2ch.hk\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "libs\/underscore.js", "libs\/Immutable.js", "tools.js", "background.js" ] }, "web_accessible_resources": [ "libs\/underscore.js", "hook.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |