Viewgin Eye - Youtube, TikTok & Twitch

Chrome extension for YouTube that allows you to work with tags, observe competitors and other

Viewgin Eye - Youtube, TikTok & Twitch là gì?

Viewgin Eye - Youtube, TikTok & Twitch là một tiện ích mở rộng Chrome được phát triển bởi Viewgin LCC, và tính năng chính của nó là "Chrome extension for YouTube that allows you to work with tags, observe competitors and other".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Viewgin Eye - Youtube, TikTok & Twitch

Tải xuống các tệp mở rộng Viewgin Eye - Youtube, TikTok & Twitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        What does it take to make content that outshines the rest? Why does one video become super popular in a couple of hours, while another sadly gets virtually zero attention on YouTube or TikTok? You can lift the veil of mystery by installing the Viewgin Eye Chrome extension.

This extension is an indispensable tool for YouTube, TikTok, and Twitch creators. With our extension,
it will be easier for you to understand how recommended videos are selected and how content gets views.

You can view the stats of not only your own videos, but also your competitor's videos. You will be able to see their stats even if you aren't subscribed to them. If you are a regular user, but are interested inYouTube, TikTok, and Twitch algorithms, then you can also install the extension and track the metrics you are interested in.

Install the extension and see how convenient it is. The platform has an intuitive interface with day and night modes available. Get access to the most important SEO data for YouTube, Tiktok, and Twitch!

Check out our website: https://viewgin.com/
Like us on Facebook: https://www.facebook.com/viewginapp/
Follow us on Twitter: https://twitter.com/viewginapp/
Follow us on Instagram: https://www.instagram.com/viewgin_app/
Follow us on LinkedIn: https://www.linkedin.com/company/viewgin/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Viewgin Eye - Youtube, TikTok & Twitch Viewgin Eye - Youtube, TikTok & Twitch
ID cdnimgollfgcehacjeaahljajlgdldie
URL Chính Thức https://chromewebstore.google.com/detail/viewgin-eye-youtube-tikto/cdnimgollfgcehacjeaahljajlgdldie
Mô tả Chrome extension for YouTube that allows you to work with tags, observe competitors and other
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2022-11-09
Ngày Phát Hành 2021-10-28
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Viewgin LCC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eye.viewgin.com
URL Trang Trợ Giúp https://eye.viewgin.com/privacy
URL Trang Chính Sách Bảo Mật http://eye.viewgin.com/privacy-policy-viewgin.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viewgin Eye - Youtube, TikTok & Twitch",
    "description": "Chrome extension for YouTube that allows you to work with tags, observe competitors and other",
    "version": "1.3.2",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "content.styles.css"
            ],
            "js": [
                "contentYTScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "interceptor.js",
                "img\/content-tag.svg",
                "img\/copy.svg",
                "img\/download.svg",
                "img\/copied.svg",
                "img\/download-filled.svg"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}