Redactor

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

Was ist Redactor?

Redactor ist eine Chrome-Erweiterung, die von Josiah entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Erweiterungsscreenshots

screenshot

Redactor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Redactor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
Offizielle URL https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Beschreibung This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Dateigröße 216 KB
Installationsanzahl 118
Aktuelle Version 0.2.1
Letztes Update 2017-06-02
Veröffentlichungsdatum 2017-06-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Josiah
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}