Redactor

This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).

Qu'est-ce que Redactor ?

Redactor est une extension Chrome développée par Josiah, et sa fonction principale est "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Captures d'Écran de l'Extension

screenshot

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

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

                        A simple Chrome extension that allows you to filter words from the internet a la government redaction style (thick black lines).                    

Informations de Base sur l'Extension

Nom Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
URL Officiel https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Description This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Taille du Fichier 216 KB
Nombre d'Installations 118
Version Actuelle 0.2.1
Dernière Mise à Jour 2017-06-02
Date de Publication 2017-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur Josiah
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": "Redactor",
    "description": "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ]
}