Edited-for-TV-ifier

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

What is Edited-for-TV-ifier?

Edited-for-TV-ifier is a Chrome extension developed by kidcompassion, and its main feature is "The only Chrome Extension with the guts to clean up the internet".

Extension Screenshots

screenshot

Download Edited-for-TV-ifier Extension CRX File

Download Edited-for-TV-ifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
Official URL https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Description The only Chrome Extension with the guts to clean up the internet
File Size 7.58 KB
Installation Count 11
Current Version 0.1
Last Updated 2013-09-09
Publish Date 2013-09-09
Rating 4.00/5 Total 1 Ratings
Developer kidcompassion
Payment Type free
Extension Website http://sallypoulsen.com/edited-for-tv-ifier/
Supported Languages 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"
    ]
}