ViewForView
ViewForView Extension
Что такое ViewForView?
ViewForView - это расширение Chrome, разработанное ViewForView, и его основная функция - "ViewForView Extension".
Снимки экрана расширения
Скачать файл CRX расширения ViewForView
Скачайте файлы расширений ViewForView в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } } |