GreenGuard - Adblocker

Greenguard blocks ads so you can browse faster, safer and use the internet privately, all while supporting the environment.

GreenGuard - Adblocker là gì?

GreenGuard - Adblocker là một tiện ích mở rộng Chrome được phát triển bởi https://greenguard.me, và tính năng chính của nó là "Greenguard blocks ads so you can browse faster, safer and use the internet privately, all while supporting the environment.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GreenGuard - Adblocker

Tải xuống các tệp mở rộng GreenGuard - Adblocker 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

                        Block annoying ads on your favorite sites while saving the planet!

GreenGuard is the only adblocker designed to make you see the internet through a better, cleaner lens.

Benefits
✓ Completely block ads – popups & banners
✓ Keep your browser running faster, clearer and less crowded
✓ Guard against malware, spyware and viruses
✓ Prevent 3rd-party tracking
✓ Manage what you want to see for a better browsing experience
✓ Keep your all information private, even from us
✓ Make the world greener, at no cost to you!
✓ Transparent open-source code for you to view

How is GreenGuard the first eco-friendly adblocker?

We’ve partnered with thousands of online stores who are as passionate about the environment as we are. With every purchase you make, they give a small donation toward tree planting at no extra cost to you.

What’s our Browsing Experience Like?

Fast, secure and ad-free. GreenGuard for Chrome™ gives users a fast, sleek ad-blocking capability to enjoy your websites with the quality you deserve.

Download GreenGuard ad blocker and see for yourself how different your browsing experience could be!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GreenGuard - Adblocker GreenGuard - Adblocker
ID fliaeldfhoeeihjdigndekeoicjghgje
URL Chính Thức https://chromewebstore.google.com/detail/greenguard-adblocker/fliaeldfhoeeihjdigndekeoicjghgje
Mô tả Greenguard blocks ads so you can browse faster, safer and use the internet privately, all while supporting the environment.
Kích Thước Tệp 4.25 MB
Số Lần Cài Đặt 1,764
Phiên Bản Hiện Tại 0.2.92
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2021-10-02
Đánh Giá 4.66/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://greenguard.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://greenguard.me
URL Trang Chính Sách Bảo Mật https://www.greenguard.me/privacy
Ngôn Ngữ Được Hỗ Trợ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "0.2.92",
    "homepage_url": "https:\/\/greenguard.me",
    "author": "GreenGuard",
    "permissions": [
        "webNavigation",
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-0f60f921.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "src\/rules\/rules_adwarning.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "src\/rules\/rules_annoyance.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "src\/rules\/rules_cookie.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "src\/rules\/rules_du.json"
            },
            {
                "id": "ruleset_5",
                "enabled": false,
                "path": "src\/rules\/rules_ehiding.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "src\/rules\/rules_en.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "src\/rules\/rules_international.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "src\/rules\/rules_noadult.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "src\/rules\/rules_privacy.json"
            },
            {
                "id": "ruleset_10",
                "enabled": false,
                "path": "src\/rules\/rules_socialblocking.json"
            }
        ]
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "38": "src\/assets\/icons\/icon-38.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/web-accessible-resources\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/content.ts-62e59c9e.js"
            ],
            "use_dynamic_url": true
        }
    ]
}