Edited-for-TV-ifier

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

Co je Edited-for-TV-ifier?

Edited-for-TV-ifier je rozšíření Chrome vyvinuté kidcompassion, a jeho hlavní funkcí je „The only Chrome Extension with the guts to clean up the internet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Edited-for-TV-ifier

Stáhněte si soubory rozšíření Edited-for-TV-ifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
Oficiální URL https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Popis The only Chrome Extension with the guts to clean up the internet
Velikost souboru 7.58 KB
Počet instalací 11
Aktuální Verze 0.1
Poslední Aktualizace 2013-09-09
Datum Vydání 2013-09-09
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář kidcompassion
Typ Platby free
Webové stránky Rozšíření http://sallypoulsen.com/edited-for-tv-ifier/
Podporované Jazyky 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"
    ]
}