Redactor

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

Wat is Redactor?

Redactor is een Chrome-extensie ontwikkeld door Josiah, en de belangrijkste functie is "This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Redactor

Download Redactor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Redactor Redactor
ID jefepejbglgdnkfnmoocffncgailfboh
Officiële URL https://chromewebstore.google.com/detail/redactor/jefepejbglgdnkfnmoocffncgailfboh
Beschrijving This extension allows you to filter phrases that annoy you in government-style redaction (thick black lines).
Bestandsgrootte 216 KB
Aantal Installaties 118
Huidige Versie 0.2.1
Laatst Bijgewerkt 2017-06-02
Publicatiedatum 2017-06-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Josiah
Betalingswijze free
Ondersteunde Talen 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"
    ]
}