Trending Google Searches

Trending Google searches, delivered right to your browser.

What is Trending Google Searches?

Trending Google Searches is a Chrome extension developed by Tommy Geiger, and its main feature is "Trending Google searches, delivered right to your browser.".

Extension Screenshots

screenshot
screenshot

Download Trending Google Searches Extension CRX File

Download Trending Google Searches 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

                        Trending Google Searches is the easiest way to keep up with what's trending on the internet.

- Hottest search phrases of the past 24 hours
- Total number of searches
- Top related news articles
- Trends update hourly!

Add to Chrome now and never miss a thing!                    

Extension Basic Information

Name Trending Google Searches Trending Google Searches
ID ggpomgobocmlpmnlcaokmlepabjfmjbg
Official URL https://chromewebstore.google.com/detail/trending-google-searches/ggpomgobocmlpmnlcaokmlepabjfmjbg
Description Trending Google searches, delivered right to your browser.
File Size 216 KB
Installation Count 52
Current Version 1.7
Last Updated 2022-11-17
Publish Date 2022-04-12
Rating 5.00/5 Total 3 Ratings
Developer Tommy Geiger
Email [email protected]
Payment Type free
Extension Website https://tommygeiger.com/trending-google-searches
Help Page URL https://github.com/tommygeiger/trending-google-searches
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trending Google Searches",
    "description": "Trending Google searches, delivered right to your browser.",
    "version": "1.7",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/trends.google.com\/"
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "assets\/16.png",
            "32": "assets\/32.png",
            "48": "assets\/48.png",
            "128": "assets\/128.png"
        }
    },
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    }
}