gigaViews

Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.

Cos'è gigaViews?

gigaViews è un'estensione di Chrome sviluppata da gigaViews, e la sua funzione principale è "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione gigaViews

Scarica i file di estensione gigaViews in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar. You will see 3 new buttons on youtube, wich will allow you to order views, likes and subscribers with only a few clicks.                    

Informazioni di Base sull'Estensione

Nome gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
URL Ufficiale https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
Descrizione Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
Dimensione del File 119 KB
Conteggio Installazioni 300
Versione Corrente 0.0.1
Ultimo Aggiornamento 2013-09-21
Data di Pubblicazione 2013-09-21
Valutazione 4.14/5 Totale 14 Valutazioni
Sviluppatore gigaViews
Tipo di Pagamento free
Sito Web dell'Estensione http://www.gigaviews.com
URL della Pagina di Aiuto http://gigaviews.com/#!/faq
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "0.0.1",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "author": "gigaViews.com",
    "homepage_url": "http:\/\/gigaviews.com",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_popup": "data\/popup.html",
        "default_icon": {
            "19": "icons\/icon-19.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/jquery.selectBox.css",
                "data\/contentscript.css"
            ],
            "js": [
                "data\/port.js",
                "data\/locales.js",
                "data\/jquery.min.js",
                "data\/jquery.bt.min.js",
                "data\/jquery.selectBox.min.js",
                "data\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.gigaviews.com\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}