I(n)SIS

Replaces all instances of “InSIS” with “ISIS”

What is I(n)SIS?

I(n)SIS is a Chrome extension developed by M.S. Solutions, and its main feature is "Replaces all instances of “InSIS” with “ISIS”".

Extension Screenshots

screenshot

Download I(n)SIS Extension CRX File

Download I(n)SIS 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

                                            

Extension Basic Information

Name I(n)SIS I(n)SIS
ID cpinfchpoolfjoekfcbomdmfgkjogmco
Official URL https://chromewebstore.google.com/detail/insis/cpinfchpoolfjoekfcbomdmfgkjogmco
Description Replaces all instances of “InSIS” with “ISIS”
File Size 7.87 KB
Installation Count 17
Current Version 1.0
Last Updated 2016-02-26
Publish Date 2016-02-26
Rating 5.00/5 Total 3 Ratings
Developer M.S. Solutions
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I(n)SIS",
    "description": "Replaces all instances of \u201cInSIS\u201d with \u201cISIS\u201d",
    "version": "1.0",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "logoin48.png",
        "128": "logoin128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vse.cz\/*",
                "https:\/\/*.vse.cz\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}