Swear Be Gone

Filters swear/bad words!

Cos'è Swear Be Gone?

Swear Be Gone è un'estensione di Chrome sviluppata da Kabir Singh, e la sua funzione principale è "Filters swear/bad words!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Swear Be Gone

Scarica i file di estensione Swear Be Gone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 "*".                    

Informazioni di Base sull'Estensione

Nome Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
URL Ufficiale https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
Descrizione Filters swear/bad words!
Dimensione del File 11.25 KB
Conteggio Installazioni 78
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-03-25
Data di Pubblicazione 2017-03-25
Valutazione 2.25/5 Totale 4 Valutazioni
Sviluppatore Kabir Singh
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}