Shane's SERP Highlighter

Shane's SERP Highlighter

What is Shane's SERP Highlighter?

Shane's SERP Highlighter is a Chrome extension developed by https://shanejones.co.uk, and its main feature is "Shane's SERP Highlighter".

Extension Screenshots

screenshot
screenshot

Download Shane's SERP Highlighter Extension CRX File

Download Shane's SERP Highlighter 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

                        A simple plugin that can highlight yours and your competitors websites on Google and Bing.                    

Extension Basic Information

Name Shane's SERP Highlighter Shane's SERP Highlighter
ID bojofaaggkldibamcbjdilndlnbbkdap
Official URL https://chromewebstore.google.com/detail/shanes-serp-highlighter/bojofaaggkldibamcbjdilndlnbbkdap
Description Shane's SERP Highlighter
File Size 7.46 KB
Installation Count 53
Current Version 1.2.1
Last Updated 2023-11-09
Publish Date 2023-06-14
Rating 1.00/5 Total 1 Ratings
Developer https://shanejones.co.uk
Email [email protected]
Payment Type free
Extension Website https://shanejones.co.uk/blog/serp-highlighter/?utm_source=chrome-extension&utm_medium=chrome-store&utm_campaign=serp-highlighter
Help Page URL https://shanejones.co.uk/blog/serp-highlighter/?utm_source=chrome-extension&utm_medium=chrome-store&utm_campaign=serp-highlighter
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shane's SERP Highlighter",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Shane's SERP Highlighter",
    "homepage_url": "https:\/\/shanejones.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "src\/options.html",
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}