Multi Highlighter Extension

Highlights voilated words in a webpage.

What is Multi Highlighter Extension?

Multi Highlighter Extension is a Chrome extension developed by selvamani283, and its main feature is "Highlights voilated words in a webpage.".

Extension Screenshots

screenshot

Download Multi Highlighter Extension Extension CRX File

Download Multi Highlighter Extension 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

                        Highlight the words                    

Extension Basic Information

Name Multi Highlighter Extension Multi Highlighter Extension
ID njbnfadkddfhlokajojingfjhdcionjl
Official URL https://chrome.google.com/webstore/detail/multi-highlighter-extensi/njbnfadkddfhlokajojingfjhdcionjl
Description Highlights voilated words in a webpage.
File Size 116 KB
Installation Count 559
Current Version 0.0.34
Last Updated 2019-09-09
Publish Date 2019-09-09
Rating 1.00/5 Total 1 Ratings
Developer selvamani283
Email [email protected]
Payment Type free
Privacy Policy Page URL http://13.126.108.97:8080/TimeTrackerWeb/privacy_policy.jsp
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Highlighter Extension",
    "description": "Highlights voilated words in a webpage.",
    "version": "0.0.34",
    "icons": {
        "48": "H.png"
    },
    "browser_action": {
        "default_icon": "H.png",
        "default_title": "Highlighter",
        "default_popup": "popUpWin.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/review.intern.facebook.com\/intern\/review\/virtual_queue\/*",
                "https:\/\/review.intern.facebook.com\/intern\/review\/queue\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.js",
                "js\/underscore.js",
                "app.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}