MindBrella

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

Wat is MindBrella?

MindBrella is een Chrome-extensie ontwikkeld door bares.jakub, en de belangrijkste functie is "MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MindBrella

Download MindBrella-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MindBrella MindBrella
ID oijhdnohbodhpigbapooageplofoehpj
Officiële URL https://chrome.google.com/webstore/detail/oijhdnohbodhpigbapooageplofoehpj
Beschrijving MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.
Bestandsgrootte 11.01 KB
Aantal Installaties 257
Huidige Versie 4
Laatst Bijgewerkt 2018-01-21
Publicatiedatum 2018-01-21
Beoordeling 3.57/5 Totaal 14 Beoordelingen
Ontwikkelaar bares.jakub
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}