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 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
}
]
} | |