No Ads
Blocks display ads, trackers and auto skip Youtube Video ads.
No Ads란 무엇입니까?
No Ads은(는) getnoads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks display ads, trackers and auto skip Youtube Video ads."입니다.
확장 프로그램 스크린샷
No Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Surf web faster and without distraction with No Ads. * Auto skips Youtube video ads. * Blocks Display ads on all websites and youtube. * Blocks annoying Taboola feed. * Block trackers/push notification providers like facebook pixel, hotjar, yandex, google-analytics, notix, etc... * Hide ads in Gmail, Amazon store also. It's safe, no tracking, no data collection. It's open source https://github.com/piyuesh-dev/adblocker
확장 프로그램 기본 정보
이름 | No Ads |
ID | nhoimkephmfpfakaopdjheigigmfefge |
공식 URL | https://chromewebstore.google.com/detail/no-ads/nhoimkephmfpfakaopdjheigigmfefge |
설명 | Blocks display ads, trackers and auto skip Youtube Video ads. |
파일 크기 | 51.48 KB |
설치 횟수 | 887 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2024-03-03 |
출시 날짜 | 2023-01-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | getnoads |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Ads", "description": "Blocks display ads, trackers and auto skip Youtube Video ads.", "version": "0.1.7", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": "images\/icon128.png", "default_title": "No Ads" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "content.css" ], "all_frames": true, "matches": [ "https:\/\/*\/*" ] } ] } |