Swearable

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

Wat is Swearable?

Swearable is een Chrome-extensie ontwikkeld door okparts, en de belangrijkste functie is "Use Swearable to glorify the shit out of your web experience!".

Download het CRX-bestand van de extensie Swearable

Download Swearable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
Officiële URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Beschrijving Use Swearable to glorify the shit out of your web experience!
Bestandsgrootte 15.99 KB
Aantal Installaties 29
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-05-27
Publicatiedatum 2015-05-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar okparts
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}