ViewForView

ViewForView Extension

什么是ViewForView?

ViewForView是由ViewForView开发的Chrome扩展程序,该扩展的主要功能是“ViewForView Extension”。

扩展截图

screenshot

下载ViewForView扩展crx文件

下载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 .                    

扩展基本信息

名称 ViewForView ViewForView
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"
        ]
    }
}