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
Eメール [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"
        ]
    }
}