TakiBlock
TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
TakiBlock란 무엇입니까?
TakiBlock은(는) TakiDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!"입니다.
확장 프로그램 스크린샷
TakiBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.
확장 프로그램 기본 정보
이름 | TakiBlock |
ID | mindlkbjpaiehbfjaofhmhoalcmncelg |
공식 URL | https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg |
설명 | TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free! |
파일 크기 | 3.24 KB |
설치 횟수 | 26 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-10-15 |
출시 날짜 | 2023-10-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | TakiDev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://takiblock.netlify.app |
개인정보 보호 정책 페이지 URL | https://takiblock.netlify.app/privacy/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TakiBlock", "version": "1.0.0", "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!", "manifest_version": 3, "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |