Hide video duration
Hide video duration on video services to avoid spoilers
Qu'est-ce que Hide video duration ?
Hide video duration est une extension Chrome développée par https://sokolov.cc, et sa fonction principale est "Hide video duration on video services to avoid spoilers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide video duration
Téléchargez les fichiers d'extension Hide video duration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hide video duration |
ID | jkgpcmmhejecphgdnihjfgmdpdkhgpke |
URL Officiel | https://chromewebstore.google.com/detail/hide-video-duration/jkgpcmmhejecphgdnihjfgmdpdkhgpke |
Description | Hide video duration on video services to avoid spoilers |
Taille du Fichier | 1.78 MB |
Nombre d'Installations | 990 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-11-21 |
Date de Publication | 2019-03-22 |
Évaluation | 4.20/5 Total 15 Évaluations |
Développeur | https://sokolov.cc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/denis-sokolov/hide-video-duration |
URL de la Page d'Aide | https://github.com/denis-sokolov/hide-video-duration/issues |
Langues Prises en Charge | 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 } } |