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ファイルをダウンロード
No Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:\/\/*\/*" ] } ] } |