Dragnea Autocorrect
Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Hvad er Dragnea Autocorrect?
Dragnea Autocorrect er en Chrome-udvidelse udviklet af ologesa, og dens hovedfunktion er "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".
Udvidelsesskærmbilleder
Download Dragnea Autocorrect-udvidelses-CRX-fil
Download Dragnea Autocorrect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Dragnea Autocorrect |
ID | mndiplffmgmjagclpdgbbopkngnjjalp |
Officiel URL | https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp |
Beskrivelse | Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea' |
Filstørrelse | 5.56 KB |
Antal Installationer | 128 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-11-03 |
Udgivelsesdato | 2016-11-03 |
Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
Udvikler | ologesa |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |