View YouTube Thumbnail Simply
View YouTube video thumbnail simply.
Hvad er View YouTube Thumbnail Simply?
View YouTube Thumbnail Simply er en Chrome-udvidelse udviklet af Daigoro560, og dens hovedfunktion er "View YouTube video thumbnail simply.".
Udvidelsesskærmbilleder
Download View YouTube Thumbnail Simply-udvidelses-CRX-fil
Download View YouTube Thumbnail Simply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
View YouTube video thumbnail. and, function to copy description.
Grundlæggende oplysninger om udvidelsen
Navn | View YouTube Thumbnail Simply |
ID | fbaeeibkokcbfkpmjbpplckclakpcefd |
Officiel URL | https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd |
Beskrivelse | View YouTube video thumbnail simply. |
Filstørrelse | 10.13 KB |
Antal Installationer | 28 |
Nuværende Version | 1.0.14 |
Senest Opdateret | 2023-12-17 |
Udgivelsesdato | 2021-09-12 |
Udvikler | Daigoro560 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |