Analytics & Ad Blocker

An Analytics & Ad Blocker for a more sustainable internet.

Analytics & Ad Blockerคืออะไร?

Analytics & Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://globemallow.io และคุณลักษณะหลักของมันคือ "An Analytics & Ad Blocker for a more sustainable internet."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Analytics & Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Analytics & Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Analytics & Ad Blocker is a powerful, OpenSource extension that blocks analytics and advertisements to reduce the carbon footprint of the internet.

Block:
* Google Analytics
* YouTube Ads
* Yahoo Analytics
* Adobe Analytics
and more.. 

A Greener Internet:
The amount of JavaScript running on each webpage has grown exponentially over the last decade, and a large portion of that growth is Analytics and Advertisement scripts. This causes additional energy consumption across the internet.

By blocking these analytics requests and advertisement scripts don't be surprised to see your websites load twice as fast :) 

OpenSource:
You can contribute here: https://github.com/con-schy1/Analytics_AdBlocker#readme

No Data Collected on YOU:

Analytics & Ad Blocker does not collect any data on you or your browsing history. We wanted to create a complete free to use and ethical analytics blocker for everybody. None of your data is collected by our extension: browsing data is analyzed directly on the user's device and is not sent or processed anywhere else, or in any way. Privacy Policy: https://globemallow.io/#privacy

Why Choose Analytics & Ad Blocker:

Our extension is a simple to use, and easy to understand data collection and advertisement blocker.

About Globemallow.io:

Globemallow.io is a company designed to help all of us become more aware of our energy usage while browsing the internet. Our company creates browser extensions that allow you to browse the internet while creating less CO2 and reducing your energy usage.

Keep checking back in for continuous updates:

We're constantly updating our product to be the best it can.

Feel free to send any feedback, or ask questions using the email address under "Contact the Developer" link.

If you are interested in helping this to become my fulltime gig then feel free to donate at https://ko-fi.com/globemallow - thanks. I hope you like it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Analytics & Ad Blocker Analytics & Ad Blocker
ID fapldghopmonkbgaaiinpeopokpkhbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analytics-ad-blocker/fapldghopmonkbgaaiinpeopokpkhbmk
คำอธิบาย An Analytics & Ad Blocker for a more sustainable internet.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 545
เวอร์ชันปัจจุบัน 0.0.3.1
อัปเดตครั้งล่าสุด 2023-04-29
วันที่เผยแพร่ 2022-06-28
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://globemallow.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://globemallow.io/
URL หน้านโยบายความเป็นส่วนตัว https://globemallow.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics & Ad Blocker",
    "description": "An Analytics & Ad Blocker for a more sustainable internet.",
    "version": "0.0.3.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js",
                "Chart.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}