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
官方網址 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"
        ]
    }
}