Edited-for-TV-ifier

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

Qu'est-ce que Edited-for-TV-ifier ?

Edited-for-TV-ifier est une extension Chrome développée par kidcompassion, et sa fonction principale est "The only Chrome Extension with the guts to clean up the internet".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Edited-for-TV-ifier

Téléchargez les fichiers d'extension Edited-for-TV-ifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
URL Officiel https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Description The only Chrome Extension with the guts to clean up the internet
Taille du Fichier 7.58 KB
Nombre d'Installations 11
Version Actuelle 0.1
Dernière Mise à Jour 2013-09-09
Date de Publication 2013-09-09
Évaluation 4.00/5 Total 1 Évaluations
Développeur kidcompassion
Type de Paiement free
Site Web de l'Extension http://sallypoulsen.com/edited-for-tv-ifier/
Langues Prises en Charge 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"
    ]
}