gigaViews

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

Qu'est-ce que gigaViews ?

gigaViews est une extension Chrome développée par gigaViews, et sa fonction principale est "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension gigaViews

Téléchargez les fichiers d'extension gigaViews au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
URL Officiel https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
Description Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
Taille du Fichier 119 KB
Nombre d'Installations 300
Version Actuelle 0.0.1
Dernière Mise à Jour 2013-09-21
Date de Publication 2013-09-21
Évaluation 4.14/5 Total 14 Évaluations
Développeur gigaViews
Type de Paiement free
Site Web de l'Extension http://www.gigaviews.com
URL de la Page d'Aide http://gigaviews.com/#!/faq
Langues Prises en Charge 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"
    }
}