Hurt Blocker

Transform hurtful words into fun-loving emojis.

Qu'est-ce que Hurt Blocker ?

Hurt Blocker est une extension Chrome développée par Unknown, et sa fonction principale est "Transform hurtful words into fun-loving emojis.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hurt Blocker

Téléchargez les fichiers d'extension Hurt Blocker 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

                        Unchallenged homophobic, biphobic, and transphobic language has a negative effect on people's self-esteem and sense of belonging. 

To help spread #LoveSpeech we've created the Hurt Blocker, helping disarm hurtful language one comment at a time. 

Once installed, the Hurt Blocker Chrome Extension transforms hurtful words displayed in live text into fun-loving emojis when you’re browsing on your desktop, and also allows you to add words or phrases that that are hurtful to you.

Proudly powered by Australia and New Zealand Banking Group Limited (ANZ).                    

Informations de Base sur l'Extension

Nom Hurt Blocker Hurt Blocker
ID nccmgedgkapfiehcppjigmkbdecapncd
URL Officiel https://chromewebstore.google.com/detail/hurt-blocker/nccmgedgkapfiehcppjigmkbdecapncd
Description Transform hurtful words into fun-loving emojis.
Taille du Fichier 2.48 MB
Nombre d'Installations 83
Version Actuelle 4.12.1
Dernière Mise à Jour 2020-02-17
Date de Publication 2020-02-17
Évaluation 3.50/5 Total 10 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://www.anz.com.au/promo/lovespeech/
URL de la Page de Politique de Confidentialité https://www.anz.com.au/privacy/centre/policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hurt Blocker",
    "version": "4.12.1",
    "description": "Transform hurtful words into fun-loving emojis.",
    "browser_action": {
        "default_icon": "images\/icon-128x128.png",
        "default_title": "Hurt Blocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*github.com*"
            ],
            "js": [
                "js\/findAndReplaceDOMText.js",
                "js\/emoji.js",
                "js\/wordsList.js",
                "js\/filter.js"
            ],
            "css": [
                "css\/hate-blocker.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*.woff2",
        "images\/block-tooltip.png"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "19": "images\/icon-19x19.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}