View YouTube Thumbnail Simply
View YouTube video thumbnail simply.
What is View YouTube Thumbnail Simply?
View YouTube Thumbnail Simply is a Chrome extension developed by Daigoro560, and its main feature is "View YouTube video thumbnail simply.".
Extension Screenshots
Download View YouTube Thumbnail Simply Extension CRX File
Download View YouTube Thumbnail Simply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View YouTube video thumbnail. and, function to copy description.
Extension Basic Information
Name | View YouTube Thumbnail Simply |
ID | fbaeeibkokcbfkpmjbpplckclakpcefd |
Official URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd |
Description | View YouTube video thumbnail simply. |
File Size | 10.13 KB |
Installation Count | 28 |
Current Version | 1.0.14 |
Last Updated | 2023-12-17 |
Publish Date | 2021-09-12 |
Developer | Daigoro560 |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.14", "default_locale": "en", "description": "__MSG_desc__", "icons": { "48": "icons\/48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/ytthumb.js" ] } ], "web_accessible_resources": [ "img\/thumbnail.png", "img\/description.png", "img\/json.png" ], "options_ui": { "page": "html\/options.html" }, "permissions": [ "storage" ] } |