Shorts Time
Shorts Time
Wat is Shorts Time?
Shorts Time is een Chrome-extensie ontwikkeld door Vladymyr Borblyk, en de belangrijkste functie is "Shorts Time".
Extensie Screenshots
Download het CRX-bestand van de extensie Shorts Time
Download Shorts Time-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
The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC
Basisinformatie over de Extensie
Naam | Shorts Time |
ID | ghobmafihaocpjpnafajjffknganmkpk |
Officiële URL | https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk |
Beschrijving | Shorts Time |
Bestandsgrootte | 173 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-08-16 |
Publicatiedatum | 2023-08-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Vladymyr Borblyk |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mozgion.com/ |
Help Pagina-URL | https://mozgion.com/contacts/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_icon": { "128": "icon_128.png" }, "default_title": "Shorts Time", "default_popup": "popup.html" }, "name": "Shorts Time", "description": "Shorts Time", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/app.js" ], "css": [ "\/style.css" ], "run_at": "document_end" } ] } |