Swearable

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

Vad är Swearable?

Swearable är en Chrome-tillägg utvecklad av okparts, och dess huvudfunktion är "Use Swearable to glorify the shit out of your web experience!".

Ladda ner Swearable-förlängningens CRX-fil

Ladda ner Swearable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
Officiell webbadress https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Beskrivning Use Swearable to glorify the shit out of your web experience!
Filstorlek 15.99 KB
Antal Installationer 29
Aktuell Version 0.0.3
Senast Uppdaterad 2015-05-27
Publiceringsdatum 2015-05-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare okparts
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}