YouTube Progress Bar Hider
Lightweight extension to hide the YouTube progress bar and video duration.
Vad är YouTube Progress Bar Hider?
YouTube Progress Bar Hider är en Chrome-tillägg utvecklad av Lolo Réel, och dess huvudfunktion är "Lightweight extension to hide the YouTube progress bar and video duration.".
Tilläggsskärmbilder
Ladda ner YouTube Progress Bar Hider-förlängningens CRX-fil
Ladda ner YouTube Progress Bar Hider-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
- No configuration
- No menu
- Lightweight (<10kb) Grundläggande Information om Tillägg
| Namn | |
| ID | oijcookiachipbcjfimdahgaacmmkpea |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea |
| Beskrivning | Lightweight extension to hide the YouTube progress bar and video duration. |
| Filstorlek | 11.01 KB |
| Antal Installationer | 133 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-09-09 |
| Publiceringsdatum | 2020-09-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Lolo Réel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"css": [
"yth.css"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"manifest_version": 2,
"name": "YouTube Progress Bar Hider",
"description": "Lightweight extension to hide the YouTube progress bar and video duration.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0"
} | |