Swearable

Use Swearable to glorify the shit out of your web experience!

Cos'è Swearable?

Swearable è un'estensione di Chrome sviluppata da okparts, e la sua funzione principale è "Use Swearable to glorify the shit out of your web experience!".

Scarica il file CRX dell'estensione Swearable

Scarica i file di estensione Swearable 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

                        Swearable glorifies the shit out of your Chrome web experience!  Swearable injects a variety of swear words into every web page you visit.  You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing                    

Informazioni di Base sull'Estensione

Nome Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
URL Ufficiale https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Descrizione Use Swearable to glorify the shit out of your web experience!
Dimensione del File 15.99 KB
Conteggio Installazioni 29
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-05-27
Data di Pubblicazione 2015-05-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore okparts
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearable",
    "short_name": "Swearable",
    "description": "Use Swearable to glorify the shit out of your web experience!",
    "version": "0.0.3",
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Swearable",
        "default_popup": "html\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/swearable.js"
            ]
        }
    ]
}