gigaViews

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

Wat is gigaViews?

gigaViews is een Chrome-extensie ontwikkeld door gigaViews, en de belangrijkste functie is "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie gigaViews

Download gigaViews-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

                        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.                    

Basisinformatie over de Extensie

Naam gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
Officiële URL https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
Beschrijving Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
Bestandsgrootte 119 KB
Aantal Installaties 300
Huidige Versie 0.0.1
Laatst Bijgewerkt 2013-09-21
Publicatiedatum 2013-09-21
Beoordeling 4.14/5 Totaal 14 Beoordelingen
Ontwikkelaar gigaViews
Betalingswijze free
Extensiewebsite http://www.gigaviews.com
Help Pagina-URL http://gigaviews.com/#!/faq
Ondersteunde Talen 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"
    }
}