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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gigaViews एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |