Redactor

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

What is Redactor?

Redactor is a Chrome extension developed by Josiah, and its main feature is "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Extension Screenshots

screenshot

Download Redactor Extension CRX File

Download Redactor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
Official URL 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).
File Size 216 KB
Installation Count 118
Current Version 0.2.1
Last Updated 2017-06-02
Publish Date 2017-06-01
Rating 5.00/5 Total 1 Ratings
Developer Josiah
Payment Type free
Supported Languages 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"
    ]
}