Edited-for-TV-ifier

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

Cos'è Edited-for-TV-ifier?

Edited-for-TV-ifier è un'estensione di Chrome sviluppata da kidcompassion, e la sua funzione principale è "The only Chrome Extension with the guts to clean up the internet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Edited-for-TV-ifier

Scarica i file di estensione Edited-for-TV-ifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
URL Ufficiale https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Descrizione The only Chrome Extension with the guts to clean up the internet
Dimensione del File 7.58 KB
Conteggio Installazioni 11
Versione Corrente 0.1
Ultimo Aggiornamento 2013-09-09
Data di Pubblicazione 2013-09-09
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore kidcompassion
Tipo di Pagamento free
Sito Web dell'Estensione http://sallypoulsen.com/edited-for-tv-ifier/
Lingue Supportate 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"
    ]
}