Dragnea Autocorrect
Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Was ist Dragnea Autocorrect?
Dragnea Autocorrect ist eine Chrome-Erweiterung, die von ologesa entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".
Erweiterungsscreenshots
Dragnea Autocorrect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dragnea Autocorrect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Dragnea Autocorrect |
ID | mndiplffmgmjagclpdgbbopkngnjjalp |
Offizielle URL | https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp |
Beschreibung | Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea' |
Dateigröße | 5.56 KB |
Installationsanzahl | 128 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-03 |
Veröffentlichungsdatum | 2016-11-03 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | ologesa |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |