hide youtube thumbnails
The extension for hide youtube thumbnails
Hvad er hide youtube thumbnails?
hide youtube thumbnails er en Chrome-udvidelse udviklet af hinoguma, og dens hovedfunktion er "The extension for hide youtube thumbnails".
Udvidelsesskærmbilleder
Download hide youtube thumbnails-udvidelses-CRX-fil
Download hide youtube thumbnails-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
hide youtube thumbnails for spoilers, leak contents. All thumbnails is hided on default. You can show a thumbnail by mouseover. For everyone waiting for entertainment like movies, tv shows, You could be free from the stressful and suffering days avoiding spoilers.
Grundlæggende oplysninger om udvidelsen
Navn | hide youtube thumbnails |
ID | nmhdbpjnnofojjplnjajajcioljbchkl |
Officiel URL | https://chromewebstore.google.com/detail/hide-youtube-thumbnails/nmhdbpjnnofojjplnjajajcioljbchkl |
Beskrivelse | The extension for hide youtube thumbnails |
Filstørrelse | 3.92 KB |
Antal Installationer | 70 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-12-18 |
Udgivelsesdato | 2021-12-17 |
Udvikler | hinoguma |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hinoguma/hide-youtube-thumbnails |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hide youtube thumbnails", "manifest_version": 3, "version": "1.0", "description": "The extension for hide youtube thumbnails", "homepage_url": "https:\/\/github.com\/hinoguma\/hide-youtube-thumbnails", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "hide-thumbnails.css" ] } ] } |