WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Discord Timestamp Generator

Discord Timestamp Generator

View on Chrome Web Store
View Discord Timestamp Generator Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (6 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Convert date for chatting with the Discord Timestamp Generator! Create dynamic time codes & embed it to messages in a click.
Type
Extension
Users
163 users
4
Website prius-lab.top
Prius Lab
View author page of Prius Lab
Published
Published on August 23, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on January 11, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Discord Timestamp Generator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vocabulary.live\/*"
            ],
            "exclude_matches": [
                "https:\/\/bubblehacks.io\/charles"
            ],
            "js": [
                "CustomJavaScript\/customScript1.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "64": "images\/64x64.png",
            "96": "images\/96x96.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top