YT Clipper
This extension will help create YouTube clips by sending clip start, stop, and titles to server.
Vad är YT Clipper?
YT Clipper är en Chrome-tillägg utvecklad av roblee357, och dess huvudfunktion är "This extension will help create YouTube clips by sending clip start, stop, and titles to server.".
Tilläggsskärmbilder
Ladda ner YT Clipper-förlängningens CRX-fil
Ladda ner YT Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Can be useful in creating a training dataset.
Grundläggande Information om Tillägg
Namn | YT Clipper |
ID | dbphcgefoicnofkngjonipaoonggnphj |
Officiell webbadress | https://chromewebstore.google.com/detail/yt-clipper/dbphcgefoicnofkngjonipaoonggnphj |
Beskrivning | This extension will help create YouTube clips by sending clip start, stop, and titles to server. |
Filstorlek | 773 KB |
Antal Installationer | 42 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-06-10 |
Publiceringsdatum | 2021-06-09 |
Utvecklare | roblee357 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT Clipper", "description": "This extension will help create YouTube clips by sending clip start, stop, and titles to server.", "version": "1.0", "browser_action": { "default_title": "YT Clipper", "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", " |