HowLongToBeat Context Menu

Search on howlongtobeat.com for highlighted text by right clicking

What is HowLongToBeat Context Menu?

HowLongToBeat Context Menu is a Chrome extension developed by phuturesign, and its main feature is "Search on howlongtobeat.com for highlighted text by right clicking".

Extension Screenshots

screenshot

Download HowLongToBeat Context Menu Extension CRX File

Download HowLongToBeat Context Menu 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

                        This convenient extension enhances your browsing experience by adding a HowLongToBeat.com search option to your right-click menu. This works on every website.

If you come across a game and want to find out how long it takes to beat, simply highlight the game's name, right click, and select "Search HowLongToBeat.com for " from the menu.

The search results will open in a new tab, giving you quick access to valuable information about game lengths, playtimes, and more.                    

Extension Basic Information

Name HowLongToBeat Context Menu HowLongToBeat Context Menu
ID lpghmonmihhnfodlfndcbhcghfchknop
Official URL https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop
Description Search on howlongtobeat.com for highlighted text by right clicking
File Size 7.39 KB
Installation Count 98
Current Version 1.0
Last Updated 2023-08-11
Publish Date 2023-08-02
Developer phuturesign
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HowLongToBeat Context Menu",
    "description": "Search on howlongtobeat.com for highlighted text by right clicking",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}