Felipe Neto - Super Voto
Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!
Wat is Felipe Neto - Super Voto?
Felipe Neto - Super Voto is een Chrome-extensie ontwikkeld door https://www.andyjss.com, en de belangrijkste functie is "Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!".
Extensie Screenshots
Download het CRX-bestand van de extensie Felipe Neto - Super Voto
Download Felipe Neto - Super Voto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bimbiggoollpcamogdmjidjeajgkokef |
| Officiële URL | https://chromewebstore.google.com/detail/felipe-neto-super-voto/bimbiggoollpcamogdmjidjeajgkokef |
| Beschrijving | Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017! |
| Bestandsgrootte | 65.79 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-11-01 |
| Publicatiedatum | 2017-10-31 |
| Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | https://www.andyjss.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.andyjss.com/ |
| Ondersteunde Talen | 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
}
]
} | |