Homestuck Companion
Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.
Homestuck Companion란 무엇입니까?
Homestuck Companion은(는) Homestuck Companion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed."입니다.
확장 프로그램 스크린샷
Homestuck Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Homestuck Companion displays all existing commentary for Homestuck (up to the end of Disc 2, two thirds through ACT 5 ACT 2), complete commentary for Problem Sleuth and enables keyboard navigation for all adventures on the site. It also links your browser to the Unofficial Homestuck Collection (https://bambosh.github.io/unofficial-homestuck-collection/), redirecting Homestuck.com links to the appropriate collection URL in real time. You can use the Homestuck Commentary extension (https://homestuck.net/collection.html) to get the ultimate experience. To see the in-browser commentary: just go to a supported URL like "https://www.homestuck.com/problem-sleuth/10" or "https://www.homestuck.com/story/513" and behold the commentary. Use the extension options in order to disable commentary display, if you just want the controls. Keyboard controls (arrow keys for changing pages, right ctrl key for opening/closing pesterlogs) work on every page of every adventure except Bard Quest.
확장 프로그램 기본 정보
이름 | Homestuck Companion |
ID | iflmcpajnjgcmfcdlokppahkgkolmcfd |
공식 URL | https://chromewebstore.google.com/detail/homestuck-companion/iflmcpajnjgcmfcdlokppahkgkolmcfd |
설명 | Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed. |
파일 크기 | 649 KB |
설치 횟수 | 1,594 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-02-24 |
출시 날짜 | 2020-04-06 |
평점 | 4.50/5 총 16 개의 평점 |
개발자 | Homestuck Companion |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://homestuck.net/companion.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds commentary and improves Homestuck.com, and redirects its links to The Unofficial Homestuck Collection, if installed.", "manifest_version": 2, "name": "Homestuck Companion", "version": "2.0", "homepage_url": "https:\/\/homestuck.net\/companion.html", "icons": { "48": "icons\/border-48.png" }, "background": { "scripts": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js", "installation.js" ] }, "web_accessible_resources": [ "commentary.json" ], "content_scripts": [ { "matches": [ "*:\/\/www.homestuck.com\/story", "*:\/\/www.homestuck.com\/story\/*", "*:\/\/www.homestuck.com\/credits", "*:\/\/www.homestuck.com\/problem-sleuth", "*:\/\/www.homestuck.com\/problem-sleuth\/*", "*:\/\/www.homestuck.com\/jailbreak", "*:\/\/www.homestuck.com\/jailbreak\/*", "*:\/\/www.homestuck.com\/ryanquest", "*:\/\/www.homestuck.com\/ryanquest\/*", "*:\/\/www.homestuck.com\/sweet-bro-and-hella-jeff", "*:\/\/www.homestuck.com\/sweet-bro-and-hella-jeff\/*", "*:\/\/www.homestuck.com\/epilogues", "*:\/\/www.homestuck.com\/epilogues\/*", "*:\/\/www.homestuck2.com\/", "*:\/\/www.homestuck2.com\/story\/*", "*:\/\/homestuck2.com\/", "*:\/\/homestuck2.com\/story\/*" ], "js": [ "node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js", "hscompanion.js" ] } ], "options_ui": { "page": "options.html" }, "permissions": [ "webRequest", "storage" ] } |