Show YouTube Video Upload Date
Show video upload dates on the YouTube video page.
Was ist Show YouTube Video Upload Date?
Show YouTube Video Upload Date ist eine Chrome-Erweiterung, die von Soulbot Software entwickelt wurde, und ihr Hauptmerkmal ist "Show video upload dates on the YouTube video page.".
Erweiterungsscreenshots
Show YouTube Video Upload Date-Erweiterungs-CRX-Datei herunterladen
Laden Sie Show YouTube Video Upload Date-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
Show the full date that the video was uploaded on the YouTube video page, instead of "1 year ago", "2 weeks ago", etc. Also includes dates for videos in the sidebar. When submitting support requests please provide YouTube URL, OS (Windows/Mac/etc) and screen resolution http://whatismyscreenresolution.net/
Grundlegende Informationen zur Erweiterung
Name | Show YouTube Video Upload Date |
ID | amdebbajoolgbbgdhdnkhmgkkdlbkdgi |
Offizielle URL | https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi |
Beschreibung | Show video upload dates on the YouTube video page. |
Dateigröße | 9.85 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 3.4 |
Letztes Update | 2024-03-01 |
Veröffentlichungsdatum | 2022-03-06 |
Bewertung | 4.10/5 Insgesamt 96 Bewertungen |
Entwickler | Soulbot Software |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/stevedecoded/youtube-upload-date |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.4", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "default_locale": "en" } |