Youtube Thumbnail Finder
Add button on youtube videos to easly get thumbnail
Youtube Thumbnail Finderとは何ですか?
Youtube Thumbnail Finderはhttps://youthumb.netによって開発されたChromeの拡張機能で、その主な機能は「Add button on youtube videos to easly get thumbnail」です。
拡張機能のスクリーンショット
Youtube Thumbnail Finder拡張機能のCRXファイルをダウンロード
Youtube Thumbnail Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add button on youtube videos to easly get thumbnail
拡張機能の基本情報
名前 | Youtube Thumbnail Finder |
ID | jbiffggjjomeebhgmdeacgjohkoknadl |
公式URL | https://chromewebstore.google.com/detail/youtube-thumbnail-finder/jbiffggjjomeebhgmdeacgjohkoknadl |
説明 | Add button on youtube videos to easly get thumbnail |
ファイルサイズ | 26.35 KB |
インストール数 | 9,203 |
現在のバージョン | 1.3.0 |
最終更新日 | 2015-06-02 |
公開日 | 2015-06-02 |
評価 | 4.14/5 合計 22 レビュー |
開発者 | https://youthumb.net |
支払い方法 | free |
拡張機能のウェブサイト | https://youthumb.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Thumbnail Finder", "short_name": "Youthumb", "description": "Add button on youtube videos to easly get thumbnail", "version": "1.3.0", "author": "Vegard Bj\u00f8rsvik", "homepage_url": "https:\/\/youthumb.net", "icons": { "128": "logo.png" }, "permissions": [ "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "button.js" ], "run_at": "document_end" } ] } |