MindBrella

MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.

What is MindBrella?

MindBrella is a Chrome extension developed by bares.jakub, and its main feature is "MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.".

Extension Screenshots

screenshot
screenshot
screenshot

Download MindBrella Extension CRX File

Download MindBrella extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů. Toto hodnocení vám pak předává přímo během prohlížení News feedu a dalších stránek.                    

Extension Basic Information

Name MindBrella MindBrella
ID oijhdnohbodhpigbapooageplofoehpj
Official URL https://chrome.google.com/webstore/detail/oijhdnohbodhpigbapooageplofoehpj
Description MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.
File Size 11.01 KB
Installation Count 257
Current Version 4
Last Updated 2018-01-21
Publish Date 2018-01-21
Rating 3.57/5 Total 14 Ratings
Developer bares.jakub
Payment Type free
Supported Languages cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MindBrella",
    "icons": {
        "16": "icons\/appicon16.png",
        "48": "icons\/appicon48.png",
        "128": "icons\/appicon128.png"
    },
    "description": "MindBrella automaticky vyhodnocuje d\u016fv\u011bryhodnost Facebookov\u00fdch skupin a str\u00e1nek podle mno\u017estv\u00ed sd\u00edlen\u00ed z dezinforma\u010dn\u00edch web\u016f.",
    "version": "4",
    "permissions": [
        "storage",
        "https:\/\/mindbrella.cz\/*"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/appicon128.png",
        "default_title": "MindBrella"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ]
}