I(n)SIS

Replaces all instances of “InSIS” with “ISIS”

Wat is I(n)SIS?

I(n)SIS is een Chrome-extensie ontwikkeld door M.S. Solutions, en de belangrijkste functie is "Replaces all instances of “InSIS” with “ISIS”".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie I(n)SIS

Download I(n)SIS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam I(n)SIS I(n)SIS
ID cpinfchpoolfjoekfcbomdmfgkjogmco
Officiële URL https://chromewebstore.google.com/detail/insis/cpinfchpoolfjoekfcbomdmfgkjogmco
Beschrijving Replaces all instances of “InSIS” with “ISIS”
Bestandsgrootte 7.87 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2016-02-26
Publicatiedatum 2016-02-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar M.S. Solutions
Betalingswijze free
Ondersteunde Talen 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
}