Awesome ScreenShot YouTube
Take a screenshot of any YouTube video with one click.
Wat is Awesome ScreenShot YouTube?
Awesome ScreenShot YouTube is een Chrome-extensie ontwikkeld door Magic Dev, en de belangrijkste functie is "Take a screenshot of any YouTube video with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Awesome ScreenShot YouTube
Download Awesome ScreenShot YouTube-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
Adds a “Screenshot” button to the YouTube video player which saves a screenshot of the currently playing video as a file. Click on the "o" button to take a screenshot.
Basisinformatie over de Extensie
Naam | Awesome ScreenShot YouTube |
ID | igpogmdknpofhifbnhgeniljfoebfene |
Officiële URL | https://chromewebstore.google.com/detail/awesome-screenshot-youtub/igpogmdknpofhifbnhgeniljfoebfene |
Beschrijving | Take a screenshot of any YouTube video with one click. |
Bestandsgrootte | 18.79 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-02-05 |
Publicatiedatum | 2021-11-26 |
Ontwikkelaar | Magic Dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome ScreenShot YouTube", "version": "1.0.3", "description": "Take a screenshot of any YouTube video with one click.", "icons": { "128": "\/images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "https:\/\/www.youtube.com\/*", "webNavigation" ] } |