Content Censor

Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.

Qu'est-ce que Content Censor ?

Content Censor est une extension Chrome développée par Content Censor Developer, et sa fonction principale est "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Content Censor

Téléchargez les fichiers d'extension Content Censor 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 Chrome extension will replace all references of certain unpleasant words (which you specify) on websites you visit to other, more humorous (and definitely more childish) words!

By default, Content Censor:
- Replaces 'iPhone' with 'Abortion'.
- Replaces 'republican' with 'pervert'.
- Replaces 'tea party' with 'rape philosophy party'.
- Replace 'GOP' with 'CUNT'.

Definitely a must-have for any left-leaning Android platform aficionados with the  intellectual maturity of a 10 year old.

NEW in 2.0! Set up your own words to replace! Tired of reading about disease and famine? Sick of the deluge of death news out of Hollywood? Ignore it with something funner! Now in Content Censor 2.0!

Confuse and frighten your friends! Make your daily tech blog funnier to read! OFFEND PEOPLE YOU CARE ABOUT WHO ARE IN THE SAME ROOM!                    

Informations de Base sur l'Extension

Nom Content Censor Content Censor
ID iaijmkccajdcoanhapmfihooogolkggi
URL Officiel https://chrome.google.com/webstore/detail/content-censor/iaijmkccajdcoanhapmfihooogolkggi
Description Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.
Taille du Fichier 37.61 KB
Nombre d'Installations 19
Version Actuelle 2.0.2
Dernière Mise à Jour 2015-11-18
Date de Publication 2015-11-18
Évaluation 3.00/5 Total 6 Évaluations
Développeur Content Censor Developer
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content Censor",
    "author": "Content Censor Developer",
    "description": "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.",
    "version": "2.0.2",
    "icons": {
        "48": "contentcensor48.png",
        "128": "contentcensor128.png"
    },
    "browser_action": {
        "default_icon": "contentcensor48.png",
        "default_popup": "index.htm"
    },
    "background": {
        "scripts": [
            "eventPages.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}