IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

Cos'è IsIs to Tusken Raiders?

IsIs to Tusken Raiders è un'estensione di Chrome sviluppata da jessehmcdonald, e la sua funzione principale è "This extension changes the IsIs to Tusken Raiders on the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IsIs to Tusken Raiders

Scarica i file di estensione IsIs to Tusken Raiders 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

                        Tired of hearing about IsIs? Me too! This extension will spice things up a bit!                    

Informazioni di Base sull'Estensione

Nome IsIs to Tusken Raiders IsIs to Tusken Raiders
ID pikjamffbldfgmeehclbpgcnegkcknen
URL Ufficiale https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen
Descrizione This extension changes the IsIs to Tusken Raiders on the current page
Dimensione del File 3.94 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-19
Data di Pubblicazione 2015-12-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jessehmcdonald
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsIs to Tusken Raiders",
    "description": "This extension changes the IsIs to Tusken Raiders on the current page",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}