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
官方網址 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"
    }
}