Bullshit Detector

Chráňte vašich blízkych pred nedôveryhodným obsahom

Qu'est-ce que Bullshit Detector ?

Bullshit Detector est une extension Chrome développée par Websupport, et sa fonction principale est "Chráňte vašich blízkych pred nedôveryhodným obsahom".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bullshit Detector

Téléchargez les fichiers d'extension Bullshit Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Pri návšteve webu s nedôveryhodným obsahom označí stránku ako potenciálne nebezpečnú. Bullshit Detector je prepojený s databázou projektu konspiratori.sk. Spornosť obsahu posudzuje odborná komisia.  Rozšírenie má za cieľ varovať pred falošnými správami, konšpiračnými teóriami, hoaxmi a stránkami šíriacimi nenávisť a fašistické ideológie.                    

Informations de Base sur l'Extension

Nom Bullshit Detector Bullshit Detector
ID klkmmbodblpmaalfhgonnjfmiiokmloe
URL Officiel https://chromewebstore.google.com/detail/bullshit-detector/klkmmbodblpmaalfhgonnjfmiiokmloe
Description Chráňte vašich blízkych pred nedôveryhodným obsahom
Taille du Fichier 4.17 MB
Nombre d'Installations 1,889
Version Actuelle 2023.10
Dernière Mise à Jour 2023-11-01
Date de Publication 2020-06-12
Évaluation 4.43/5 Total 21 Évaluations
Développeur Websupport
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.websupport.sk/bullshit-detector
URL de la Page d'Aide https://github.com/websupport-sk/bullshit-detector/issues
Langues Prises en Charge sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bullshit Detector",
    "short_name": "Bullshit Detector",
    "version": "2023.10",
    "description": "Chr\u00e1\u0148te va\u0161ich bl\u00edzkych pred ned\u00f4veryhodn\u00fdm obsahom",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "src\/assets\/popup\/popup.html"
    },
    "background": {
        "service_worker": ".\/dist\/background.es.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/img\/sprites\/chevron.svg",
                "src\/assets\/img\/sprites\/polygon.svg",
                "src\/assets\/img\/supportline\/start.svg",
                "src\/assets\/styles\/styles_of_beyond.css",
                "src\/assets\/img\/supportline\/infinite.svg",
                "src\/assets\/img\/cary\/magnifying_glass.png",
                "src\/assets\/fonts\/WebsupportSans-Bold.woff2",
                "src\/assets\/fonts\/WebsupportSans-Normal.woff2",
                "src\/assets\/fonts\/WebsupportSans-ExtraBold.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}