The Ethical Ad Blocker

The most ethical way to block all ads. By Darius Kazemi (Tiny Subversions).

The Ethical Ad Blockerคืออะไร?

The Ethical Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darius Kazemi และคุณลักษณะหลักของมันคือ "The most ethical way to block all ads. By Darius Kazemi (Tiny Subversions)."

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

screenshot

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

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

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

                        This extension provides a 100% guaranteed ethical ad blocking experience. The conundrum at hand: users don't want to see ads, but content providers can't give away content for free. The solution is simple: if a website has ads, the user simply should not be able to see it. This way, the user doesn't experience ads, but they also don't leech free content.

Everybody wins.                    

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

ชื่อ The Ethical Ad Blocker The Ethical Ad Blocker
ID chpijkaobnoplgnjpjilbdcklmmpgfla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-ethical-ad-blocker/chpijkaobnoplgnjpjilbdcklmmpgfla
คำอธิบาย The most ethical way to block all ads. By Darius Kazemi (Tiny Subversions).
ขนาดไฟล์ 649 KB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-09-22
วันที่เผยแพร่ 2015-09-22
คะแนน 2.54/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา Darius Kazemi
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en-GB,en-US,fil,fr,sw,nl,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,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ext\/common.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/adblockplus.js",
            "lib\/punycode.js",
            "lib\/publicSuffixList.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "webrequest.js",
            "messageResponder.js",
            "popupBlocker.js",
            "background.js",
            "devenvPoller__.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description_chrome__",
    "icons": {
        "128": "icons\/detailed\/abp-128.png",
        "16": "icons\/abp-16.png",
        "32": "icons\/abp-32.png",
        "48": "icons\/detailed\/abp-48.png",
        "64": "icons\/detailed\/abp-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40.0",
    "name": "The Ethical Ad Blocker",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "The Ethical Ad Blocker",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.0.0",
    "web_accessible_resources": [
        "block.html"
    ]
}