Putin to Unicorn
Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Cos'è Putin to Unicorn?
Putin to Unicorn è un'estensione di Chrome sviluppata da sumita913, e la sua funzione principale è "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Putin to Unicorn
Scarica i file di estensione Putin to Unicorn 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
Changes the name "Vladimir Putin" to "The Grand Magical Unicorn." Informazioni di Base sull'Estensione
| Nome | |
| ID | aifgmfjbhcjjbdbgkojdhemaeidmlnla |
| URL Ufficiale | https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla |
| Descrizione | Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn' |
| Dimensione del File | 4.6 KB |
| Conteggio Installazioni | 342 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-03-28 |
| Data di Pubblicazione | 2014-03-28 |
| Valutazione | 4.78/5 Totale 18 Valutazioni |
| Sviluppatore | sumita913 |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Putin to Unicorn",
"version": "1.0",
"description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |