Felipe Neto - Super Voto
Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!
Was ist Felipe Neto - Super Voto?
Felipe Neto - Super Voto ist eine Chrome-Erweiterung, die von https://www.andyjss.com entwickelt wurde, und ihr Hauptmerkmal ist "Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!".
Erweiterungsscreenshots
Felipe Neto - Super Voto-Erweiterungs-CRX-Datei herunterladen
Laden Sie Felipe Neto - Super Voto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Felipe Neto - Super Voto |
ID | bimbiggoollpcamogdmjidjeajgkokef |
Offizielle URL | https://chromewebstore.google.com/detail/felipe-neto-super-voto/bimbiggoollpcamogdmjidjeajgkokef |
Beschreibung | Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017! |
Dateigröße | 65.79 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-11-01 |
Veröffentlichungsdatum | 2017-10-31 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | https://www.andyjss.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.andyjss.com/ |
Unterstützte Sprachen | 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 } ] } |