Honest Internet

Replaces movie and actor names with their "honest" versions.

Cos'è Honest Internet?

Honest Internet è un'estensione di Chrome sviluppata da spencerjgilbert, e la sua funzione principale è "Replaces movie and actor names with their "honest" versions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Honest Internet

Scarica i file di estensione Honest Internet 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

                        Replaces movie and actor names with their "honest" versions.                    

Informazioni di Base sull'Estensione

Nome Honest Internet Honest Internet
ID gggaedhlpphijoadcbgmbmlppnldkede
URL Ufficiale https://chromewebstore.google.com/detail/honest-internet/gggaedhlpphijoadcbgmbmlppnldkede
Descrizione Replaces movie and actor names with their "honest" versions.
Dimensione del File 21.46 KB
Conteggio Installazioni 126
Versione Corrente 1.5
Ultimo Aggiornamento 2017-10-27
Data di Pubblicazione 2017-10-27
Valutazione 4.97/5 Totale 33 Valutazioni
Sviluppatore spencerjgilbert
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Honest Internet",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}