Felipe Neto - Super Voto
Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!
What is Felipe Neto - Super Voto?
Felipe Neto - Super Voto is a Chrome extension developed by https://www.andyjss.com, and its main feature is "Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!".
Extension Screenshots
Download Felipe Neto - Super Voto Extension CRX File
Download Felipe Neto - Super Voto 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
Olá Corujas! Vamos ajudar o Felipe Neto ativando o "Super Voto" para que a extensão efetue votos de forma automática, fazendo com que nosso querido YouTuber ganhe o "Meus Prêmios Nick" de 2017. Compartilhem!
Extension Basic Information
Name | Felipe Neto - Super Voto |
ID | bimbiggoollpcamogdmjidjeajgkokef |
Official URL | https://chromewebstore.google.com/detail/felipe-neto-super-voto/bimbiggoollpcamogdmjidjeajgkokef |
Description | Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017! |
File Size | 65.79 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2017-11-01 |
Publish Date | 2017-10-31 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://www.andyjss.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.andyjss.com/ |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Felipe Neto - Super Voto", "short_name": "Felipe Neto", "description": "Ajude o Felipe Neto votando o m\u00e1ximo poss\u00edvel para que ele ganhe o Meus Pr\u00eamios Nick 2017!", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "unlimited_storage", "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.meuspremiosnick.uol.com.br\/*" ], "all_frames": true, "js": [ "js\/jquery-3.2.1.min.js", "js\/chrome.js" ], "run_at": "document_end", "persistent": false } ] } |