nBolsonaro
Troque todas as imagens do site por fotos do Bolsonaro.
What is nBolsonaro?
nBolsonaro is a Chrome extension developed by Gabriel Ferreira, and its main feature is "Troque todas as imagens do site por fotos do Bolsonaro.".
Extension Screenshots
Download nBolsonaro Extension CRX File
Download nBolsonaro 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
Substitui todas as imagens dos sites por imagens do Bolsonaro
Extension Basic Information
Name | nBolsonaro |
ID | ndoemhhikancjiabpihaaghfgikmdjhd |
Official URL | https://chromewebstore.google.com/detail/nbolsonaro/ndoemhhikancjiabpihaaghfgikmdjhd |
Description | Troque todas as imagens do site por fotos do Bolsonaro. |
File Size | 69.29 KB |
Installation Count | 254 |
Current Version | 1.0 |
Last Updated | 2020-01-19 |
Publish Date | 2020-01-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Gabriel Ferreira |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nBolsonaro", "version": "1.0", "description": "Troque todas as imagens do site por fotos do Bolsonaro.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "nBolsonaro.js" ] } ] } |