YouTube Features — Analytics and Tools

Shows useful information about the video and channel

YouTube Features — Analytics and Toolsคืออะไร?

YouTube Features — Analytics and Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Gasymov และคุณลักษณะหลักของมันคือ "Shows useful information about the video and channel"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Features — Analytics and Tools

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

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

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

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

ชื่อ YouTube Features — Analytics and Tools YouTube Features — Analytics and Tools
ID jkiedgmdpandlnbobnjcbhfklnpdaflc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc
คำอธิบาย Shows useful information about the video and channel
ขนาดไฟล์ 98.2 KB
จำนวนการติดตั้ง 2,222
เวอร์ชันปัจจุบัน 3.3.2
อัปเดตครั้งล่าสุด 2023-10-12
วันที่เผยแพร่ 2021-02-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ali Gasymov
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.gasymov.com/privacy-policy/youtube-tags
ภาษาที่รองรับ 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"
    ]
}