Humancredit

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

Humancredit क्या है?

Humancredit Humancredit gGmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With Humancredit you can liberate your screen from annoying ads and create donation value with ad‑interactions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Humancredit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}