Edited-for-TV-ifier

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

Vad är Edited-for-TV-ifier?

Edited-for-TV-ifier är en Chrome-tillägg utvecklad av kidcompassion, och dess huvudfunktion är "The only Chrome Extension with the guts to clean up the internet".

Tilläggsskärmbilder

screenshot

Ladda ner Edited-for-TV-ifier-förlängningens CRX-fil

Ladda ner Edited-for-TV-ifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
Officiell webbadress https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Beskrivning The only Chrome Extension with the guts to clean up the internet
Filstorlek 7.58 KB
Antal Installationer 11
Aktuell Version 0.1
Senast Uppdaterad 2013-09-09
Publiceringsdatum 2013-09-09
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare kidcompassion
Betalningssätt free
Tilläggswebbplats http://sallypoulsen.com/edited-for-tv-ifier/
Stödda Språk 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"
    ]
}