ViewForView
ViewForView Extension
ما هو ViewForView؟
ViewForView هو إضافة Chrome تم تطويرها بواسطة ViewForView، والميزة الرئيسية لها هي "ViewForView Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ViewForView
قم بتنزيل ملفات الامتداد ViewForView بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ViewforView is a free service to increase youtube views, website... What is ViewforView? ViewforView is a free service to promote YouTube videos, webiste..., get YouTube views and likes naturally. If you want to get more views for website, your videos and and grow your channel, then this View for View app can be a big help for you. How does it work? Once you have created your campaign you need Points as a payment method for each views, you can get unlimited free coins with this extension. We guarantee that your videos, website will get views and likes from real people, and will run according to the duration you specify. What's new? We updated and added several features to make it easier for users to earn points. What are you waiting for? Install the extension and start creating campaigns in seconds and it's free! Regards .
معلومات أساسية عن التمديد
الاسم | |
ID | jbfhikclfidjdcpmpokpnbhilcjdidnm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/viewforview/jbfhikclfidjdcpmpokpnbhilcjdidnm |
الوصف | ViewForView Extension |
حجم الملف | 4.07 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-08-19 |
تاريخ النشر | 2021-08-19 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ViewForView |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://viewforview.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViewForView", "description": "ViewForView Extension", "version": "0.0.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/viewforview.com\/*", "https:\/\/www.viewforview.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/viewforview.com\/*", "https:\/\/www.viewforview.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/background.js" ] } } |