Safety Web - Adblocker for Web
Keep the browser secure with Safety Web that stops tracking, remove ads and prevent malicious activity
Safety Web - Adblocker for Web là gì?
Safety Web - Adblocker for Web là một tiện ích mở rộng Chrome được phát triển bởi tomnordyk, và tính năng chính của nó là "Keep the browser secure with Safety Web that stops tracking, remove ads and prevent malicious activity".
Ả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 Safety Web - Adblocker for Web
Tải xuống các tệp mở rộng Safety Web - Adblocker for Web 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
With the prevalence of online activities, web browsing safety should be a priority for everyone. Fortunately, there are ways to stay safe while browsing the web. By installing the Safety Web Browsing extension you receive clear websites without adverisment, prevent tracking of activity and stop malisious attempting. Here are a few tips for safe web browsing: 1. Use strong passwords. Passwords should be unique and difficult to guess. It's also important to use different passwords for different accounts. 2. Avoid using public Wi-Fi networks. Public Wi-Fi networks are notoriously insecure and can easily be hijacked by cybercriminals. If you must use a public Wi-Fi network, make sure to use a virtual private network (VPN) to keep your data secure. 3. Update your software. Outdated software can create vulnerabilities that can be exploited by hackers. Make sure to keep your operating system, browser, and other applications up to date with the latest security patches. 4. Be aware of phishing scams. Phishing scams use fake emails, links, and websites to try and steal personal information. Be suspicious of emails and links from unknown sources. 5. Use an anti-virus program.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Safety Web - Adblocker for Web |
ID | ffafhlldnfofnegdfhokdaohngdcdaah |
URL Chính Thức | https://chromewebstore.google.com/detail/safety-web-adblocker-for/ffafhlldnfofnegdfhokdaohngdcdaah |
Mô tả | Keep the browser secure with Safety Web that stops tracking, remove ads and prevent malicious activity |
Kích Thước Tệp | 499 KB |
Số Lần Cài Đặt | 3,398 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-04-12 |
Ngày Phát Hành | 2023-03-22 |
Đánh Giá | 3.88/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | tomnordyk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.0", "description": "__MSG_desc__", "default_locale": "en", "permissions": [ "tabs", "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "blockLIST", "enabled": true, "path": ".\/res\/my.json" }, { "id": "advLIST", "enabled": false, "path": ".\/res\/adv.json" }, { "id": "antiprnLIST", "enabled": false, "path": ".\/res\/antiprn.json" }, { "id": "suspLIST", "enabled": false, "path": ".\/res\/susp.json" } ] }, "icons": { "48": ".\/icons\/48.png", "64": ".\/icons\/64.png" }, "content_scripts": [ { "js": [ ".\/block\/yt_blocks.js", ".\/block\/content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html", "default_title": "Adblock Unlimited" }, "options_page": "options.html", "background": { "service_worker": ".\/worker.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "manifest_version": 3 } |