Dragnea Autocorrect
Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Wat is Dragnea Autocorrect?
Dragnea Autocorrect is een Chrome-extensie ontwikkeld door ologesa, en de belangrijkste functie is "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".
Extensie Screenshots
Download het CRX-bestand van de extensie Dragnea Autocorrect
Download Dragnea Autocorrect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | mndiplffmgmjagclpdgbbopkngnjjalp |
| Officiële URL | https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp |
| Beschrijving | Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea' |
| Bestandsgrootte | 5.56 KB |
| Aantal Installaties | 128 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-11-03 |
| Publicatiedatum | 2016-11-03 |
| Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | ologesa |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |