Zorro - Interest-Based Ad-Blocker
Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.
Zorro - Interest-Based Ad-Blocker là gì?
Zorro - Interest-Based Ad-Blocker là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zorro - Interest-Based Ad-Blocker
Tải xuống các tệp mở rộng Zorro - Interest-Based Ad-Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Zorro is an ad-blocker that only shows ads that matches a user's interests. A user would fill out their interests, and Zorro would fetch those relevant ads, all the while ensuring that the user's data is protected while they browse the web. Users can also see their online ads-click statistics and the financial value of the data they provide unknowingly to the online ad-tech ecosystem.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nohffnloalhahmmfjifahgfjadhjcepi |
URL Chính Thức | https://chromewebstore.google.com/detail/zorro-interest-based-ad-b/nohffnloalhahmmfjifahgfjadhjcepi |
Mô tả | Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests. |
Kích Thước Tệp | 1.08 MB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.0.3.2 |
Cập Nhật Lần Cuối | 2020-04-25 |
Ngày Phát Hành | 2020-04-23 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zorro-mit.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zorro - Interest-Based Ad-Blocker", "short_name": "Zorro", "description": "Pioneer in passive online browsing. Protect your data, block ads, but still enjoy ads matching your interests.", "version": "0.0.3.2", "permissions": [ "webRequest", "storage", "tabs", "https:\/\/*\/", "http:\/\/*\/", "privacy", "alarms", "identity", "identity.email", "webRequestBlocking" ], "background": { "page": ".\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery\/jquery-1.7.1.min.js", ".\/Content\/content.js", "Chart\/Chart.min.js" ], "css": [ "Content\/content.css" ] } ], "browser_action": { "default_icon": ".\/Icons\/icon128.png", "default_popup": ".\/Popup\/popup.html" }, "icons": { "16": ".\/Icons\/icon16.png", "48": ".\/Icons\/icon48.png", "128": ".\/Icons\/icon128.png" } } |