WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

X Search Latest

X Search Latest

View on Chrome Web Store
View X Search Latest Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
22 views
This extension has been viewed 22 times

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

This is an extension that automatically updates the range when a range is specified for a search item in X.
Type
Extension
Users
88 users
11
developer.waieight.
View author page of developer.waieight.
Published
Published on December 10, 2015
Version 3.0.0.38
Manifest version
3
Updated
Updated on April 9, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View X Search Latest 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": "X Search Latest",
    "version": "3.0.0.38",
    "version_name": "0.0.0.38",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/x.com\/search?q=*since*until*",
                "https:\/\/x.com\/search?q=*until*since*"
            ],
            "exclude_globs": [
                "*&extension=x_search_latest"
            ],
            "js": [
                "\/js\/mainStart.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/x.com\/search?q=*since*until*",
                "https:\/\/x.com\/search?q=*until*since*"
            ],
            "include_globs": [
                "*&extension=x_search_latest"
            ],
            "js": [
                "\/js\/mainEnd.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "tabs"
    ]
}
© 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