Bozoneitor
Troca 'Bolsonaro' por seu melhores apelidos no browser.
What is Bozoneitor?
Bozoneitor is a Chrome extension developed by resistenciabolsonaro, and its main feature is "Troca 'Bolsonaro' por seu melhores apelidos no browser.".
Extension Screenshots
Download Bozoneitor Extension CRX File
Download Bozoneitor 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
Troca 'Bolsonaro' por seu melhores apelidos no browser. Bolsolixo, Bolsotário, Bolorsauro e muito mais.
Extension Basic Information
Name | |
ID | keihjjepppmpogeegdaaecepdnbpmjmn |
Official URL | https://chrome.google.com/webstore/detail/bozoneitor/keihjjepppmpogeegdaaecepdnbpmjmn |
Description | Troca 'Bolsonaro' por seu melhores apelidos no browser. |
File Size | 3.63 KB |
Installation Count | 87 |
Current Version | 1.0 |
Last Updated | 2018-11-04 |
Publish Date | 2018-10-30 |
Rating | 5.00/5 Total 3 Ratings |
Developer | resistenciabolsonaro |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bozoneitor", "description": "Troca 'Bolsonaro' por seu melhores apelidos no browser.", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "permissions": [ "activeTab" ] } ] } |