MindBrella
MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.
Was ist MindBrella?
MindBrella ist eine Chrome-Erweiterung, die von bares.jakub entwickelt wurde, und ihr Hauptmerkmal ist "MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů.".
Erweiterungsscreenshots
MindBrella-Erweiterungs-CRX-Datei herunterladen
Laden Sie MindBrella-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oijhdnohbodhpigbapooageplofoehpj |
Offizielle URL | https://chrome.google.com/webstore/detail/oijhdnohbodhpigbapooageplofoehpj |
Beschreibung | MindBrella automaticky vyhodnocuje důvěryhodnost Facebookových skupin a stránek podle množství sdílení z dezinformačních webů. |
Dateigröße | 11.01 KB |
Installationsanzahl | 257 |
Aktuelle Version | 4 |
Letztes Update | 2018-01-21 |
Veröffentlichungsdatum | 2018-01-21 |
Bewertung | 3.57/5 Insgesamt 14 Bewertungen |
Entwickler | bares.jakub |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |