Shorts Time
Shorts Time
Vad är Shorts Time?
Shorts Time är en Chrome-tillägg utvecklad av Vladymyr Borblyk, och dess huvudfunktion är "Shorts Time".
Tilläggsskärmbilder
Ladda ner Shorts Time-förlängningens CRX-fil
Ladda ner Shorts Time-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
The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC Grundläggande Information om Tillägg
| Namn | |
| ID | ghobmafihaocpjpnafajjffknganmkpk |
| Officiell webbadress | https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk |
| Beskrivning | Shorts Time |
| Filstorlek | 173 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-08-16 |
| Publiceringsdatum | 2023-08-16 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Vladymyr Borblyk |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://mozgion.com/ |
| Hjälpsida URL | https://mozgion.com/contacts/ |
| Stödda Språk | 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"
}
]
} | |