Edited-for-TV-ifier

The only Chrome Extension with the guts to clean up the internet

O que é Edited-for-TV-ifier?

Edited-for-TV-ifier é uma extensão do Chrome desenvolvida por kidcompassion, e sua principal característica é "The only Chrome Extension with the guts to clean up the internet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Edited-for-TV-ifier

Baixe arquivos de extensão Edited-for-TV-ifier 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

                        This application filters through the contents of a page and swaps out curse words for cleaned-up version, like you might see in a film that's been edited for TV.                    

Informações Básicas da Extensão

Nome Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
URL Oficial https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Descrição The only Chrome Extension with the guts to clean up the internet
Tamanho do Arquivo 7.58 KB
Contagem de Instalações 11
Versão Atual 0.1
Última Atualização 2013-09-09
Data de Publicação 2013-09-09
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor kidcompassion
Tipo de Pagamento free
Site da Extensão http://sallypoulsen.com/edited-for-tv-ifier/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edited-for-TV-ifier",
    "version": "0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "description": "The only Chrome Extension with the guts to clean up the internet",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "background.js"
    ]
}