Hide video duration
Hide video duration on video services to avoid spoilers
Was ist Hide video duration?
Hide video duration ist eine Chrome-Erweiterung, die von https://sokolov.cc entwickelt wurde, und ihr Hauptmerkmal ist "Hide video duration on video services to avoid spoilers".
Erweiterungsscreenshots
Hide video duration-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide video duration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| Offizielle URL | https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke |
| Beschreibung | Hide video duration on video services to avoid spoilers |
| Dateigröße | 1.78 MB |
| Installationsanzahl | 990 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2022-11-21 |
| Veröffentlichungsdatum | 2019-03-22 |
| Bewertung | 4.20/5 Insgesamt 15 Bewertungen |
| Entwickler | https://sokolov.cc |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/denis-sokolov/hide-video-duration |
| Hilfeseite URL | https://github.com/denis-sokolov/hide-video-duration/issues |
| Unterstützte Sprachen | 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
}
} | |