Swear Be Gone

Filters swear/bad words!

Qu'est-ce que Swear Be Gone ?

Swear Be Gone est une extension Chrome développée par Kabir Singh, et sa fonction principale est "Filters swear/bad words!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swear Be Gone

Téléchargez les fichiers d'extension Swear Be Gone 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

                        Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them!

Version: 1.0.1
- Updated censored words so that each letter represent a "*".                    

Informations de Base sur l'Extension

Nom Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
URL Officiel https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
Description Filters swear/bad words!
Taille du Fichier 11.25 KB
Nombre d'Installations 78
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-03-25
Date de Publication 2017-03-25
Évaluation 2.25/5 Total 4 Évaluations
Développeur Kabir Singh
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swear Be Gone",
    "version": "1.0.1",
    "description": "Filters swear\/bad words!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}