Dragnea Autocorrect
Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Cos'è Dragnea Autocorrect?
Dragnea Autocorrect è un'estensione di Chrome sviluppata da ologesa, e la sua funzione principale è "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dragnea Autocorrect
Scarica i file di estensione Dragnea Autocorrect 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 | mndiplffmgmjagclpdgbbopkngnjjalp |
| URL Ufficiale | https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp |
| Descrizione | Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea' |
| Dimensione del File | 5.56 KB |
| Conteggio Installazioni | 128 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-11-03 |
| Data di Pubblicazione | 2016-11-03 |
| Valutazione | 5.00/5 Totale 10 Valutazioni |
| Sviluppatore | ologesa |
| Tipo di Pagamento | free |
| Lingue Supportate | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dragnea Autocorrect",
"version": "1.0",
"description": "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |