YouTube Features — Analytics and Tools

Shows useful information about the video and channel

YouTube Features — Analytics and Tools là gì?

YouTube Features — Analytics and Tools là một tiện ích mở rộng Chrome được phát triển bởi Ali Gasymov, và tính năng chính của nó là "Shows useful information about the video and channel".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Features — Analytics and Tools

Tải xuống các tệp mở rộng YouTube Features — Analytics and Tools 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

                        List of features:
- Download thumbnail in maximal resolution
- View and copy video tags
- View and copy channel tags
- Registration is not required                    

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

Tên YouTube Features — Analytics and Tools YouTube Features — Analytics and Tools
ID jkiedgmdpandlnbobnjcbhfklnpdaflc
URL Chính Thức https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc
Mô tả Shows useful information about the video and channel
Kích Thước Tệp 98.2 KB
Số Lần Cài Đặt 2,222
Phiên Bản Hiện Tại 3.3.2
Cập Nhật Lần Cuối 2023-10-12
Ngày Phát Hành 2021-02-23
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ali Gasymov
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.gasymov.com/privacy-policy/youtube-tags
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Ali Gasymov",
    "version": "3.3.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/youtube.js"
            ],
            "css": [
                "css\/youtube.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css"
    ]
}