Knox to Jackie Handz
Replaces the text 'Andrew Knox' with 'Jackie Handz'.
Cos'è Knox to Jackie Handz?
Knox to Jackie Handz è un'estensione di Chrome sviluppata da Dick Hatch, e la sua funzione principale è "Replaces the text 'Andrew Knox' with 'Jackie Handz'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Knox to Jackie Handz
Scarica i file di estensione Knox to Jackie Handz 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | mcedooifonhkbamlbanngbbckbkihiho |
| URL Ufficiale | https://chromewebstore.google.com/detail/knox-to-jackie-handz/mcedooifonhkbamlbanngbbckbkihiho |
| Descrizione | Replaces the text 'Andrew Knox' with 'Jackie Handz'. |
| Dimensione del File | 31.11 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-04-30 |
| Data di Pubblicazione | 2015-04-30 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Dick Hatch |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Knox to Jackie Handz",
"version": "1.2",
"description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |