Felipe Neto - Super Voto

Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!

Hvad er Felipe Neto - Super Voto?

Felipe Neto - Super Voto er en Chrome-udvidelse udviklet af https://www.andyjss.com, og dens hovedfunktion er "Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Felipe Neto - Super Voto-udvidelses-CRX-fil

Download Felipe Neto - Super Voto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Felipe Neto - Super Voto Felipe Neto - Super Voto
ID bimbiggoollpcamogdmjidjeajgkokef
Officiel URL https://chromewebstore.google.com/detail/felipe-neto-super-voto/bimbiggoollpcamogdmjidjeajgkokef
Beskrivelse Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!
Filstørrelse 65.79 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2017-11-01
Udgivelsesdato 2017-10-31
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler https://www.andyjss.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.andyjss.com/
Understøttede Sprog 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
        }
    ]
}