gigaViews
Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.
What is gigaViews?
gigaViews is a Chrome extension developed by gigaViews, and its main feature is "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".
Extension Screenshots
Download gigaViews Extension CRX File
Download gigaViews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | apaojgidpndhggdknkefodeidbjhmfkh |
Official URL | 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. |
File Size | 119 KB |
Installation Count | 300 |
Current Version | 0.0.1 |
Last Updated | 2013-09-21 |
Publish Date | 2013-09-21 |
Rating | 4.14/5 Total 14 Ratings |
Developer | gigaViews |
Payment Type | free |
Extension Website | http://www.gigaviews.com |
Help Page URL | http://gigaviews.com/#!/faq |
Supported Languages | 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" } } |