ViewStats - YouTube video & channel analytics

View video and channel analytics while browsing YouTube

ViewStats - YouTube video & channel analytics là gì?

ViewStats - YouTube video & channel analytics là một tiện ích mở rộng Chrome được phát triển bởi https://viewstats.com, và tính năng chính của nó là "View video and channel analytics while browsing YouTube".

Ả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 ViewStats - YouTube video & channel analytics

Tải xuống các tệp mở rộng ViewStats - YouTube video & channel analytics 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

                        ViewStats: Data insights on YouTube videos and channels

Discover performance insights into your favorite creators’ videos with a new and exciting way to explore YouTube! The ViewStats Chrome Extension provides video and channel analysis while browsing YouTube.

Deep Video Insights: Gain unique insights, all without leaving the YouTube platform!

Views Over Time: Explore views over time with the interactive graph.
Thumbnail and Title Changes: Uncover changes that remain hidden to others.

Ranking System: Evaluate how the video you are watching compares to the creator’s previous nine uploads within the same time frame. Was the video a hit or a miss?

Compare Videos: Analyze the performance of multiple videos over various time intervals with just a click.

One-Click Channel Analytics: Examine your favorite channels total views, subscribers, video breakdown, and so much more with a single click!

It Gets Even Better with Viewstats.com! The ViewStats Extension will be the ultimate YouTube companion you never knew you needed. But we didn’t stop there. Visit viewstats.com for the most advanced YouTube analytics, backed by one of the largest databases ever.

For more information, please visit:

ViewStats Website: https://www.viewstats.com
Terms of Service: https://www.viewstats.com/terms
Privacy Policy: https://www.viewstats.com/privacy

Note: Not every video and channel may be available on the extension. If you find one that we don’t have in our database, you can go ahead and enable tracking for it!                    

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

Tên ViewStats - YouTube video & channel analytics ViewStats - YouTube video & channel analytics
ID licaccaeplhkahfkoighjblahbnafadl
URL Chính Thức https://chromewebstore.google.com/detail/viewstats-youtube-video-c/licaccaeplhkahfkoighjblahbnafadl
Mô tả View video and channel analytics while browsing YouTube
Kích Thước Tệp 493 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-11-08
Đánh Giá 5.00/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://viewstats.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://viewstats.com
URL Trang Trợ Giúp https://viewstats.ideas.userback.io/p/KNCfBUyybK
URL Trang Chính Sách Bảo Mật https://storage.googleapis.com/icons-vs/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.8",
    "name": "ViewStats - YouTube video & channel analytics",
    "description": "View video and channel analytics while browsing YouTube",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "charts.23d7f02e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/api.viewstats.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "charts.93a5d608.png",
                "charts.94bdda86.css",
                "charts.53239757.css",
                "charts.07cad531.svg"
            ]
        }
    ]
}