Swearable

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

O que é Swearable?

Swearable é uma extensão do Chrome desenvolvida por okparts, e sua principal característica é "Use Swearable to glorify the shit out of your web experience!".

Baixar o arquivo CRX da Extensão Swearable

Baixe arquivos de extensão Swearable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
URL Oficial https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
Descrição Use Swearable to glorify the shit out of your web experience!
Tamanho do Arquivo 15.99 KB
Contagem de Instalações 29
Versão Atual 0.0.3
Última Atualização 2015-05-27
Data de Publicação 2015-05-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor okparts
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}