Zob Auto Correct
Parce qu'on ne veut plus voir son nom
What is Zob Auto Correct?
Zob Auto Correct is a Chrome extension developed by Fabien CAPOEN, and its main feature is "Parce qu'on ne veut plus voir son nom".
Extension Screenshots
Download Zob Auto Correct Extension CRX File
Download Zob Auto Correct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Il s'agit d'une extension qui, sur chaque pages web visitées, remplace le nom de Zemour ou Eric Zemmour par Zob comme l'a fait Charline sur les affiches. Il n'y a aucune information récoltée, l'extension agit seulement sur la page visitée. voici un lien pour trouver le code source : https://github.com/fabcapoen/ZobAutoCorrect
Extension Basic Information
Name | Zob Auto Correct |
ID | dpaecamghpcggjgeibpffekfdljiieii |
Official URL | https://chromewebstore.google.com/detail/zob-auto-correct/dpaecamghpcggjgeibpffekfdljiieii |
Description | Parce qu'on ne veut plus voir son nom |
File Size | 32.66 KB |
Installation Count | 362 |
Current Version | 1.0 |
Last Updated | 2021-10-19 |
Publish Date | 2021-10-02 |
Rating | 4.69/5 Total 13 Ratings |
Developer | Fabien CAPOEN |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/fabcapoen/ZobAutoCorrect |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zob Auto Correct", "version": "1.0", "manifest_version": 2, "description": "Parce qu'on ne veut plus voir son nom", "icons": { "128": "zob.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/correct.js" ] } ] } |