Humancredit

With Humancredit you can liberate your screen from annoying ads and create donation value with ad‑interactions.

Humancreditคืออะไร?

Humancredit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Humancredit gGmbH และคุณลักษณะหลักของมันคือ "With Humancredit you can liberate your screen from annoying ads and create donation value with ad‑interactions."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Humancredit

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

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

                        The fair Ad-Filter

Humancredit promotes a better user experience by accepting only ads from ethically engaged brands that reward your ad-engagement by funding good causes of your choice. Take control, which ads may reach you, which information you want to share and contribute to a better world. (Based on uBlock₀.)                    

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

ชื่อ Humancredit Humancredit
ID dhnojcfbohjigligjeiklpcoabiddjih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/humancredit/dhnojcfbohjigligjeiklpcoabiddjih
คำอธิบาย With Humancredit you can liberate your screen from annoying ads and create donation value with ad‑interactions.
ขนาดไฟล์ 3.94 MB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 0.4.63
อัปเดตครั้งล่าสุด 2015-07-01
วันที่เผยแพร่ 2015-07-01
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Humancredit gGmbH
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.humancredit.cc
URL หน้าช่วยเหลือ https://www.humancredit.cc/faq
ภาษาที่รองรับ id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,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,te,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Humancredit",
    "version": "0.4.63",
    "default_locale": "en",
    "description": "With Humancredit you can liberate your screen from annoying ads and create donation value with ad\u2011interactions.",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "Humancredit",
        "default_popup": "popup.html"
    },
    "author": "Humancredit gGmbH and all uBlock contributors",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript-start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript-end.js",
                "js\/humancredit-ui.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.adblockplus.org\/*",
                "https:\/\/*.adblockplus.me\/*",
                "https:\/\/www.fanboy.co.nz\/*"
            ],
            "js": [
                "js\/subscriber.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "22.0",
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "short_name": "Humancredit"
}