gigaViews

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

gigaViews là gì?

gigaViews là một tiện ích mở rộng Chrome được phát triển bởi gigaViews, và tính năng chính của nó là "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng gigaViews

Tải xuống các tệp mở rộng gigaViews dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gigaViews gigaViews
ID apaojgidpndhggdknkefodeidbjhmfkh
URL Chính Thức https://chrome.google.com/webstore/detail/gigaviews/apaojgidpndhggdknkefodeidbjhmfkh
Mô tả Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-09-21
Ngày Phát Hành 2013-09-21
Đánh Giá 4.14/5 Tổng số 14 Đánh Giá
Nhà Phát Triển gigaViews
Loại Thanh Toán free
Trang Web Mở Rộng http://www.gigaviews.com
URL Trang Trợ Giúp http://gigaviews.com/#!/faq
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}