Swearable

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

What is Swearable?

Swearable is a Chrome extension developed by okparts, and its main feature is "Use Swearable to glorify the shit out of your web experience!".

Download Swearable Extension CRX File

Download Swearable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
Official URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Description Use Swearable to glorify the shit out of your web experience!
File Size 15.99 KB
Installation Count 29
Current Version 0.0.3
Last Updated 2015-05-27
Publish Date 2015-05-27
Rating 5.00/5 Total 1 Ratings
Developer okparts
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}