Redactor

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

Cos'è Redactor?

Redactor è un'estensione di Chrome sviluppata da Josiah, e la sua funzione principale è "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Redactor

Scarica i file di estensione Redactor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
URL Ufficiale https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Descrizione This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Dimensione del File 216 KB
Conteggio Installazioni 118
Versione Corrente 0.2.1
Ultimo Aggiornamento 2017-06-02
Data di Pubblicazione 2017-06-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Josiah
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}