Utube Viral

This extension provides more functionality to boost and optimize your Youtube channel

Utube Viralคืออะไร?

Utube Viral เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://utubeviral.com และคุณลักษณะหลักของมันคือ "This extension provides more functionality to boost and optimize your Youtube channel"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Utube Viral

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

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

                        Are you looking to supercharge your YouTube channel and take it to new heights? Look no further! Our Chrome extension is here to provide you with the ultimate toolbox to boost and optimize your YouTube channel. Whether you're a content creator, marketer, or just a passionate YouTuber, this extension is designed to help you succeed in the world of online video.

How it works:

1.Sign Up for Free: Begin your journey by signing up for a free account with Utubeviral Extension (our youTube channel booster extension). It's quick, easy, and the first step towards enhancing your channel's performance.

2.Install the Extension: After signing up, simply install our extension directly into your Chrome browser. It seamlessly integrates with your YouTube experience, making it effortless to use.

3.Earn Credits by Watching Videos: Log in to your account and click 'Start' to watch other videos within the UtubeViral community. By doing so, you earn valuable credits that can be used to promote your content.

4.Promote Your YouTube Content: With your hard-earned credits, head over to the campaigns section. Here, you can add your YouTube video or channel links. Use your credits to kickstart promotions and get your content in front of a larger audience.

Empower your YouTube channel today with the Utubeviral extension and watch your content thrive like never before. Join the community of successful YouTubers who have harnessed the power of optimization and growth with our tool!                    

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

ชื่อ Utube Viral Utube Viral
ID dlkgcjcpbccndiglanbidnkjaodggnlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/utube-viral/dlkgcjcpbccndiglanbidnkjaodggnlg
คำอธิบาย This extension provides more functionality to boost and optimize your Youtube channel
ขนาดไฟล์ 80.98 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2023-09-03
ผู้พัฒนา https://utubeviral.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://utubeviral.com
URL หน้าช่วยเหลือ https://utubeviral.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://utubeviral.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension provides more functionality to boost and optimize your Youtube channel",
    "icons": {
        "128": "icon.png",
        "16": "icon.png"
    },
    "manifest_version": 3,
    "name": "Utube Viral",
    "version": "2.1.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Utube Viral"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/@*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/channel*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/utubeviral.com\/client\/home*"
            ],
            "js": [
                ".\/js\/client.js"
            ]
        },
        {
            "matches": [
                "https:\/\/utubeviral.com\/client\/earn*"
            ],
            "js": [
                ".\/js\/earn.js"
            ]
        },
        {
            "matches": [
                "https:\/\/utubeviral.com\/client\/auth*"
            ],
            "js": [
                ".\/js\/home.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.utubeviral.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}