gigaViews

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

Co je gigaViews?

gigaViews je rozšíření Chrome vyvinuté gigaViews, a jeho hlavní funkcí je „Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření gigaViews

Stáhněte si soubory rozšíření gigaViews ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
Oficiální URL https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
Popis Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
Velikost souboru 119 KB
Počet instalací 300
Aktuální Verze 0.0.1
Poslední Aktualizace 2013-09-21
Datum Vydání 2013-09-21
Hodnocení 4.14/5 Celkem 14 Hodnocení
Vývojář gigaViews
Typ Platby free
Webové stránky Rozšíření http://www.gigaviews.com
URL Stránky Nápovědy http://gigaviews.com/#!/faq
Podporované Jazyky 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"
    }
}