gigaViews

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

gigaViewsとは何ですか?

gigaViewsはgigaViewsによって開発されたChromeの拡張機能で、その主な機能は「Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.」です。

拡張機能のスクリーンショット

screenshot

gigaViews拡張機能のCRXファイルをダウンロード

gigaViews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
公式URL https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
説明 Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
ファイルサイズ 119 KB
インストール数 300
現在のバージョン 0.0.1
最終更新日 2013-09-21
公開日 2013-09-21
評価 4.14/5 合計 14 レビュー
開発者 gigaViews
支払い方法 free
拡張機能のウェブサイト http://www.gigaviews.com
ヘルプページのURL http://gigaviews.com/#!/faq
対応言語 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"
    }
}