Skip shorte.st ads
Automatically skips the ads on http://sh.st/ links immediately.
Skip shorte.st ads란 무엇입니까?
Skip shorte.st ads은(는) anka.213에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skips the ads on http://sh.st/ links immediately."입니다.
확장 프로그램 스크린샷
Skip shorte.st ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly skips any links on http://sh.st/ and forwards to the actual site. Source code is available at https://github.com/anka-213/chrome-shorte.st-skipper Supported domains: - shorte.st - sh.st - clkmein.com - viid.me - xiw34.com - corneey.com - gestyy.com - cllkme.com - festyy.com - destyy.com - ceesty.com
확장 프로그램 기본 정보
이름 | Skip shorte.st ads |
ID | bhgkdnnlhmefhnkfilcaaibapeepkfok |
공식 URL | https://chromewebstore.google.com/detail/skip-shortest-ads/bhgkdnnlhmefhnkfilcaaibapeepkfok |
설명 | Automatically skips the ads on http://sh.st/ links immediately. |
파일 크기 | 23.34 KB |
설치 횟수 | 13,738 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-05-21 |
출시 날짜 | 2020-05-21 |
평점 | 3.63/5 총 111 개의 평점 |
개발자 | anka.213 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/anka-213/chrome-shorte.st-skipper |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skip shorte.st ads", "version": "1.1.3", "manifest_version": 2, "description": "Automatically skips the ads on http:\/\/sh.st\/ links immediately.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/sh.st\/*", "https:\/\/sh.st\/*", "http:\/\/clkmein.com\/*", "http:\/\/viid.me\/*", "http:\/\/xiw34.com\/*", "http:\/\/corneey.com\/*", "http:\/\/gestyy.com\/*", "http:\/\/cllkme.com\/*", "http:\/\/festyy.com\/*", "http:\/\/destyy.com\/*", "http:\/\/ceesty.com\/*" ] } |