AdFly Skipper
Skip AdF.ly shortened links
AdFly Skipper란 무엇입니까?
AdFly Skipper은(는) scarlettrobinson0001에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip AdF.ly shortened links"입니다.
확장 프로그램 스크린샷
AdFly Skipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension skips AdF.ly links, sending you to the content you want. You no longer have to wait when you click an AdF.ly url.
확장 프로그램 기본 정보
이름 | AdFly Skipper |
ID | obnfifcganohemahpomajbhocfkdgmjb |
공식 URL | https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb |
설명 | Skip AdF.ly shortened links |
파일 크기 | 665 KB |
설치 횟수 | 165,611 |
현재 버전 | 4.3.0 |
최근 업데이트 | 2022-03-16 |
출시 날짜 | 2020-05-23 |
평점 | 4.17/5 총 1605 개의 평점 |
개발자 | scarlettrobinson0001 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.adflyskipper.com/ |
도움말 페이지 URL | https://www.adflyskipper.com/privacy-policy |
개인정보 보호 정책 페이지 URL | https://www.adflyskipper.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "\/img\/icon-button.png", "default_popup": "\/html\/popup.html" }, "background": { "scripts": [ "\/js\/bg.js" ], "persistent": false }, "content_scripts": [ { "js": [ "\/js\/script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Skip AdF.ly shortened links", "icons": { "128": "\/img\/icon-128.png", "16": "\/img\/icon-16.png", "48": "\/img\/icon-48.png" }, "manifest_version": 2, "name": "AdFly Skipper", "short_name": "AdFly Skipper", "version": "4.3.0" } |