Search Patterns

Chrome extension for search listening on Google

What is Search Patterns?

Search Patterns is a Chrome extension developed by Search Patterns, and its main feature is "Chrome extension for search listening on Google".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Search Patterns Extension CRX File

Download Search Patterns 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

                        SearchPatterns uses Google, Youtube Autosuggest and linguistics to uncover popular and often interesting queries around a topic. It is a free search listening tool and an free alternative to AnswerThePublic.                    

Extension Basic Information

Name Search Patterns Search Patterns
ID hjlahhonnlceifaecpjejlhhgjkipnbj
Official URL https://chromewebstore.google.com/detail/search-patterns/hjlahhonnlceifaecpjejlhhgjkipnbj
Description Chrome extension for search listening on Google
File Size 1.13 MB
Installation Count 202
Current Version 0.3
Last Updated 2024-02-10
Publish Date 2021-02-12
Rating 5.00/5 Total 5 Ratings
Developer Search Patterns
Email [email protected]
Payment Type free
Extension Website https://www.searchpatterns.cc/
Help Page URL https://www.searchpatterns.cc/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Patterns",
    "description": "Chrome extension for search listening on Google",
    "version": "0.3",
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "icons": {
            "32": "icons\/favicon-32x32.png",
            "192": "icons\/favicon-192x192.png"
        }
    },
    "icons": {
        "32": "icons\/favicon-32x32.png",
        "128": "icons\/favicon-128x128.png"
    },
    "host_permissions": [
        "https:\/\/www.google.com\/",
        "https:\/\/www.usepatterns.com\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}