Cashtag Lookup

Opens Twitter Cashtags in a Google search

What is Cashtag Lookup?

Cashtag Lookup is a Chrome extension developed by Durable Investments, and its main feature is "Opens Twitter Cashtags in a Google search".

Extension Screenshots

screenshot

Download Cashtag Lookup Extension CRX File

Download Cashtag Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you part of the #fintwit community?

Do you wish there's an easy way to look up the current price of a stock when you see the cashtag in your twitter feed?

This extension will do exactly that. 

Just click on the cashtag. A new tab will open with the google search result for the stock.                    

Extension Basic Information

Name Cashtag Lookup Cashtag Lookup
ID kjofplfbpiogbbbccnmdeegndnekoplj
Official URL https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj
Description Opens Twitter Cashtags in a Google search
File Size 9.22 KB
Installation Count 33
Current Version 1.0.0
Last Updated 2022-02-02
Publish Date 2022-02-01
Developer Durable Investments
Email [email protected]
Payment Type free
Extension Website https://twitter.com/retaox
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cashtag Lookup",
    "description": "Opens Twitter Cashtags in a Google search",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}