ViewGrip: For YouTube

ViewGrip is a free service to increase youtube views and likes

ViewGrip: For YouTubeคืออะไร?

ViewGrip: For YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.viewgrip.net และคุณลักษณะหลักของมันคือ "ViewGrip is a free service to increase youtube views and likes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViewGrip: For YouTube

ดาวน์โหลดไฟล์ส่วนขยาย ViewGrip: For YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What is ViewGrip?
ViewGrip is a free service to promote YouTube videos, get YouTube views and likes naturally.

How does it work?
Once you have created your campaign you need coins as a payment method for each views and likes, you can get unlimited free coins with this extension. 

We guarantee that your video 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 coins.

- Improve performance
- Automatic history cleaner(NEW)
- Improve viewing quality on YouTube 
- Sign in via extension(*NEW)
- User information on extensions(*NEW)
- Runs website features on the extension(*NEW)
- Get coins fully automatically(*NEW)
- Coupon Code information on extensions(*NEW)
- Automatic history cleaner(*NEW)
- Auto Skip Ads (Updated)
- Auto Like (updated)
- Disable auto next video (Updated)
- Get more efficient credit (Updated)
- Prevents cheating (Updated)
- AutoPlay (Updated)
- Bug fixes
- Minimize resources 

What are you waiting for? 
Install the extension and start creating campaigns in seconds and it's free!

Regards.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ViewGrip: For YouTube ViewGrip: For YouTube
ID fcopdkcjhpckgemfeeiaggopndmhhcfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/viewgrip-for-youtube/fcopdkcjhpckgemfeeiaggopndmhhcfk
คำอธิบาย ViewGrip is a free service to increase youtube views and likes
ขนาดไฟล์ 418 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 3.0.7
อัปเดตครั้งล่าสุด 2021-12-29
วันที่เผยแพร่ 2020-01-03
คะแนน 2.63/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.viewgrip.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.viewgrip.net/contact.php
URL หน้านโยบายความเป็นส่วนตัว https://www.viewgrip.net/privacy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViewGrip: For YouTube",
    "author": "ViewGrip Group",
    "version": "3.0.7",
    "manifest_version": 2,
    "description": "ViewGrip is a free service to increase youtube views and likes",
    "homepage_url": "https:\/\/www.viewgrip.net",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "history",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "ViewGrip For YouTube views",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/plugins\/jquery-3.6.0.js",
                "assets\/plugins\/tab.js",
                "assets\/plugins\/AutoWorker.js",
                "assets\/plugins\/ManualWorker.js",
                "assets\/plugins\/AdSkip.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "index.html",
        "chrome_style": false
    }
}