SABctrl
Easy control of SABnzbd.
SABctrl란 무엇입니까?
SABctrl은(는) quacked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy control of SABnzbd."입니다.
확장 프로그램 스크린샷
SABctrl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SABctrl replaces download links with a SABnzbd icon that sends the NZB directly to your SABnzbd server! If you temporarily want to open the download link normally, just right-click the icon and choose "open". The following sites are supported: * Nzbindex.nl/.com * NZB.su * Usenet-Crawler.com * NZBPlanet.net - I won't be adding generic Newznab support. I simply don't have the time. Specify server address and API key in the settings and the extension should display your current download job. A badge will show speed when downloading and 'P' when paused. The various buttons that limit speed can be altered to other values.
확장 프로그램 기본 정보
이름 | |
ID | dhkfabgoljcjldkplbkgedghjgoggdfe |
공식 URL | https://chrome.google.com/webstore/detail/sabctrl/dhkfabgoljcjldkplbkgedghjgoggdfe |
설명 | Easy control of SABnzbd. |
파일 크기 | 188 KB |
설치 횟수 | 331 |
현재 버전 | 1.706 |
최근 업데이트 | 2021-04-17 |
출시 날짜 | 2019-03-08 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | quacked |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SABctrl", "description": "Easy control of SABnzbd.", "manifest_version": 2, "version": "1.706", "permissions": [ "https:\/\/*\/*", "storage", "http:\/\/*\/*", "contextMenus" ], "background": { "page": "index.html" }, "icons": { "128": "images\/icon64.png" }, "browser_action": { "default_icon": "images\/icon64.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "oex_shim\/operaextensions_injectedscript.js", "includes\/nzbplanet.js" ], "matches": [ " |