View YouTube Thumbnail Simply
View YouTube video thumbnail simply.
Wat is View YouTube Thumbnail Simply?
View YouTube Thumbnail Simply is een Chrome-extensie ontwikkeld door Daigoro560, en de belangrijkste functie is "View YouTube video thumbnail simply.".
Extensie Screenshots
Download het CRX-bestand van de extensie View YouTube Thumbnail Simply
Download View YouTube Thumbnail Simply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View YouTube video thumbnail. and, function to copy description.
Basisinformatie over de Extensie
Naam | View YouTube Thumbnail Simply |
ID | fbaeeibkokcbfkpmjbpplckclakpcefd |
Officiële URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd |
Beschrijving | View YouTube video thumbnail simply. |
Bestandsgrootte | 10.13 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.14 |
Laatst Bijgewerkt | 2023-12-17 |
Publicatiedatum | 2021-09-12 |
Ontwikkelaar | Daigoro560 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |