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 هو إضافة Chrome تم تطويرها بواسطة gigaViews، والميزة الرئيسية لها هي "Order views, likes or subs at the youtube Website. With this addon, you will see always your Balance next to your adressbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة gigaViews
قم بتنزيل ملفات الامتداد gigaViews بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |