Hide video duration
Hide video duration on video services to avoid spoilers
Wat is Hide video duration?
Hide video duration is een Chrome-extensie ontwikkeld door https://sokolov.cc, en de belangrijkste functie is "Hide video duration on video services to avoid spoilers".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide video duration
Download Hide video duration-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
Hide the duration of YouTube videos to prevent spoiling the ending. In particular, a Let’s Play video of a rogue-like coming to an end suggests the player will make a crucial mistake soon.
With this extension a duration can be hidden at the start of a video manually, and also all videos matching a particular title can have their durations hidden automatically. Basisinformatie over de Extensie
| Naam | |
| ID | jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| Officiële URL | https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| Beschrijving | Hide video duration on video services to avoid spoilers |
| Bestandsgrootte | 1.78 MB |
| Aantal Installaties | 990 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-11-21 |
| Publicatiedatum | 2019-03-22 |
| Beoordeling | 4.20/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | https://sokolov.cc |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/denis-sokolov/hide-video-duration |
| Help Pagina-URL | https://github.com/denis-sokolov/hide-video-duration/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "1.0.2",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "src\/icons\/300.png",
"48": "src\/icons\/300.png",
"128": "src\/icons\/300.png"
},
"background": {
"scripts": [
"src\/page-action-rules.js",
"src\/hide-automatically.js"
],
"persistent": false
},
"page_action": {
"default_popup": "src\/toolbar\/popup.html"
},
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"optional_permissions": [
"http:\/\/www.youtube.com\/",
"https:\/\/www.youtube.com\/"
],
"options_ui": {
"page": "src\/options\/index.html",
"chrome_style": true
}
} | |