2ch-helper
Облегчение взаимодействия с имиджбордой 2ch.hk.
2ch-helper란 무엇입니까?
2ch-helper은(는) Amaimersion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Облегчение взаимодействия с имиджбордой 2ch.hk."입니다.
확장 프로그램 스크린샷
2ch-helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
2ch-helper – это расширение для браузера, которое призвано облегчить взаимодействие с имиджбордой 2ch.hk. Все функции, которые способно выполнить это расширение, Вы могли бы произвести и вручную, но 2ch-helper автоматизирует этот процесс и делает времяпровождение на уютном дваче во много-много раз приятнее.
확장 프로그램 기본 정보
이름 | 2ch-helper |
ID | cdbeejpneccnfkmmmefieghgffglidmm |
공식 URL | https://chromewebstore.google.com/detail/2ch-helper/cdbeejpneccnfkmmmefieghgffglidmm |
설명 | Облегчение взаимодействия с имиджбордой 2ch.hk. |
파일 크기 | 140 KB |
설치 횟수 | 261 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2019-01-18 |
출시 날짜 | 2019-01-18 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Amaimersion |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/Amaimersion/2ch-helper |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2ch-helper", "short_name": "2ch-helper", "version": "1.2.1", "description": "\u041e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u0438\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0438\u043c\u0438\u0434\u0436\u0431\u043e\u0440\u0434\u043e\u0439 2ch.hk.", "author": "Sergey Kuznetsov", "homepage_url": "https:\/\/github.com\/Amaimersion\/2ch-helper", "options_ui": { "page": "\/interface\/html\/settings.html", "open_in_tab": true, "chrome_style": true }, "browser_action": { "default_title": "2ch-helper", "default_popup": "\/interface\/html\/popup.html", "default_icon": { "16": "\/interface\/icons\/logo\/logo-16.png", "32": "\/interface\/icons\/logo\/logo-32.png", "48": "\/interface\/icons\/logo\/logo-48.png", "128": "\/interface\/icons\/logo\/logo-128.png" } }, "icons": { "16": "\/interface\/icons\/logo\/logo-16.png", "32": "\/interface\/icons\/logo\/logo-32.png", "48": "\/interface\/icons\/logo\/logo-48.png", "128": "\/interface\/icons\/logo\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/2ch.hk\/*", "*:\/\/2ch.pm\/*", "*:\/\/2ch.re\/*", "*:\/\/2ch.tf\/*", "*:\/\/2ch.wf\/*", "*:\/\/2ch.yt\/*" ], "js": [ "\/interaction\/js\/content.min.js" ] }, { "matches": [ "*:\/\/2ch.hk\/*\/res\/*", "*:\/\/2ch.pm\/*\/res\/*", "*:\/\/2ch.re\/*\/res\/*", "*:\/\/2ch.tf\/*\/res\/*", "*:\/\/2ch.wf\/*\/res\/*", "*:\/\/2ch.yt\/*\/res\/*" ], "css": [ "\/interaction\/css\/custom-thread.css" ] } ], "background": { "scripts": [ "\/interaction\/js\/background.min.js" ], "persistent": false }, "permissions": [ "storage", "downloads", "activeTab", "notifications", "*:\/\/2ch.hk\/*", "*:\/\/2ch.pm\/*", "*:\/\/2ch.re\/*", "*:\/\/2ch.tf\/*", "*:\/\/2ch.wf\/*", "*:\/\/2ch.yt\/*" ], "web_accessible_resources": [ "interaction\/assets\/*" ], "version_name": "1.2.1", "optional_permissions": [ "pageCapture" ] } |