Copyright Violator

Replace Words with Other Words

Cos'è Copyright Violator?

Copyright Violator è un'estensione di Chrome sviluppata da owen.astrachan, e la sua funzione principale è "Replace Words with Other Words".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copyright Violator

Scarica i file di estensione Copyright Violator 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

                        Replace all occurrences of 'Duke' with 'Puke', used as an exemplar for Computer Science classes.                    

Informazioni di Base sull'Estensione

Nome Copyright Violator Copyright Violator
ID oiiehdjipjdjekkicepagmgmaojlcnog
URL Ufficiale https://chromewebstore.google.com/detail/copyright-violator/oiiehdjipjdjekkicepagmgmaojlcnog
Descrizione Replace Words with Other Words
Dimensione del File 13.72 KB
Conteggio Installazioni 27
Versione Corrente 0.1
Ultimo Aggiornamento 2016-04-21
Data di Pubblicazione 2016-04-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore owen.astrachan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copyright Violator",
    "description": "Replace Words with Other Words",
    "version": "0.1",
    "icons": {
        "16": "nocopy16.png",
        "48": "nocopy48.png",
        "128": "nocopy128.png"
    },
    "browser_action": {
        "default_title": "Copyright Violator!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}