youtube thumbnails getter

chrome extension to get youtube thumbnails

什么是youtube thumbnails getter?

youtube thumbnails getter是由giasorairo开发的Chrome扩展程序,该扩展的主要功能是“chrome extension to get youtube thumbnails”。

扩展截图

screenshot

下载youtube thumbnails getter扩展crx文件

下载youtube thumbnails getter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Displays the thumbnail of the youtube video you are watching
显示你正在观看的 YouTube 视频的缩略图
Отображение миниатюры просматриваемого видео на youtube
鑑賞中の youtube の動画のサムネイルを表示します                    

扩展基本信息

名称 youtube thumbnails getter youtube thumbnails getter
ID ghhbhfmihfneeonmbchmkfpdcnmolfgo
官方URL https://chromewebstore.google.com/detail/youtube-thumbnails-getter/ghhbhfmihfneeonmbchmkfpdcnmolfgo
简介 chrome extension to get youtube thumbnails
文件大小 9.18 KB
安装次数 125
当前版本 1.2.0
更新时间 2023-12-18
上架时间 2022-02-01
评分 4.00/5 共1次评分
开发者 giasorairo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube thumbnails getter",
    "author": "gia_sorairo",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "chrome extension to get youtube thumbnails",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup-dialog.html"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}