jomnify

a very silly chrome extensiom

Wat is jomnify?

jomnify is een Chrome-extensie ontwikkeld door evantarrh, en de belangrijkste functie is "a very silly chrome extensiom".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie jomnify

Download jomnify-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

                        a very silly chrom extemsion inspired by jonny (https://twitter/jonnysun), so that you could see the internebt through his eyes

source code available at https://github.com/evantarrh/jomnify so that you know i'm not a hackber

hope u like                    

Basisinformatie over de Extensie

Naam jomnify jomnify
ID pkpiimajjcmonhhcncpghppjgeeicdpd
Officiële URL https://chrome.google.com/webstore/detail/jomnify/pkpiimajjcmonhhcncpghppjgeeicdpd
Beschrijving a very silly chrome extensiom
Bestandsgrootte 22.59 KB
Aantal Installaties 26
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-04-30
Publicatiedatum 2015-04-30
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar evantarrh
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jomnify",
    "version": "1.0.1",
    "description": "a very silly chrome extensiom",
    "icons": {
        "128": "jomny-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jomnify.js"
            ],
            "run_at": "document_end"
        }
    ]
}