Felipe Neto - Super Voto

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

Vad är Felipe Neto - Super Voto?

Felipe Neto - Super Voto är en Chrome-tillägg utvecklad av https://www.andyjss.com, och dess huvudfunktion är "Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Felipe Neto - Super Voto-förlängningens CRX-fil

Ladda ner Felipe Neto - Super Voto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Felipe Neto - Super Voto Felipe Neto - Super Voto
ID bimbiggoollpcamogdmjidjeajgkokef
Officiell webbadress https://chromewebstore.google.com/detail/felipe-neto-super-voto/bimbiggoollpcamogdmjidjeajgkokef
Beskrivning Ajude o Felipe Neto votando o máximo possível para que ele ganhe o Meus Prêmios Nick 2017!
Filstorlek 65.79 KB
Antal Installationer 21
Aktuell Version 1.0
Senast Uppdaterad 2017-11-01
Publiceringsdatum 2017-10-31
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare https://www.andyjss.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.andyjss.com/
Stödda Språk 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
        }
    ]
}