Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
Cos'è Trump to Drumpf?
Trump to Drumpf è un'estensione di Chrome sviluppata da kevinlizarazo.com, e la sua funzione principale è "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump to Drumpf
Scarica i file di estensione Trump to Drumpf 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
Self-explanatory. Please enjoy. Make Donald Drumpf Again. Informazioni di Base sull'Estensione
| Nome | |
| ID | ipokicffalmoaepoghfejaheodcighcp |
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp |
| Descrizione | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. |
| Dimensione del File | 3.4 KB |
| Conteggio Installazioni | 64 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-11-14 |
| Data di Pubblicazione | 2016-11-14 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | kevinlizarazo.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump to Drumpf",
"version": "1.0.1",
"description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |