Work.ink Pass - bypass work.ink links
Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.
Work.ink Pass - bypass work.ink links란 무엇입니까?
Work.ink Pass - bypass work.ink links은(는) Work.ink에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass."입니다.
확장 프로그램 스크린샷
Work.ink Pass - bypass work.ink links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🎟️ Official Work.ink Pass - skip ads on work.ink while still supporting the creators. - Collect passes while browsing the web as usual - Skip any annoying ads on work.ink using a pass - Your browsing experience does NOT change - You data is safe: only temporarily stored and anonymized on work.ink servers ⁉️ How does this work? Using Affiliate Links! Here and there this extensions injects an affiliate link, of which you will not notice anything. It's a win-win-situation: you support creators by just using the web as usual and you don't have to complete advertisement steps on work.ink anymore. Using affiliate links, our creators get a little cut of any revenue generated on the websites you visit. Thanks to our massive network of advertisement partners, we can monetize almost any website you visit. ✅ You will only notice this extension being installed while on work.ink itself.
확장 프로그램 기본 정보
이름 | Work.ink Pass - bypass work.ink links |
ID | ihmilkpcjhagmcdeamfkomlhkjgodlno |
공식 URL | https://chromewebstore.google.com/detail/workink-pass-bypass-worki/ihmilkpcjhagmcdeamfkomlhkjgodlno |
설명 | Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass. |
파일 크기 | 339 KB |
설치 횟수 | 6,000 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2024-02-02 |
출시 날짜 | 2023-12-04 |
평점 | 3.36/5 총 14 개의 평점 |
개발자 | Work.ink |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://work.ink/pass |
개인정보 보호 정책 페이지 URL | https://work.ink/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Work.ink Pass - bypass work.ink links", "description": "Skip ads on work.ink while still supporting your favorite creators using the official Work.ink Pass.", "version": "1.0.9", "action": { "default_icon": { "16": "icon\/16x16.png", "48": "icon\/48x48.png", "128": "icon\/128x128.png" }, "default_title": "Work.ink Pass", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/*.work.ink\/*", "*:\/\/work.ink\/*" ] }, "homepage_url": "https:\/\/work.ink\/pass", "permissions": [ "storage", "management" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "redirect.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ] } ], "author": "[email protected]" } |