Redacted

Redacted -

Qu'est-ce que Redacted ?

Redacted est une extension Chrome développée par https://jamestomasino.com, et sa fonction principale est "Redacted -".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Redacted

Téléchargez les fichiers d'extension Redacted 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

                        Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms.

Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.                    

Informations de Base sur l'Extension

Nom Redacted Redacted
ID bgfkfggjjpdconmpcdnenfffaeelhdom
URL Officiel https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom
Description Redacted -
Taille du Fichier 59.78 KB
Nombre d'Installations 378
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-03-06
Date de Publication 2016-03-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://jamestomasino.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jamestomasino/redacted
URL de la Page d'Aide https://github.com/jamestomasino/redacted/issues
Langues Prises en Charge en-US
manifest.json
{
    "author": "James Tomasino",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Redacted",
        "default_icon": "icon128.png",
        "default_title": "Redacted"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Redacted - ",
    "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Redacted",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Redacted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "fonts\/redacted-regular.eot",
        "fonts\/redacted-regular.svg",
        "fonts\/redacted-regular.ttf",
        "fonts\/redacted-regular.woff",
        "fonts\/redacted-regular.woff2"
    ]
}