jomnify

a very silly chrome extensiom

What is jomnify?

jomnify is a Chrome extension developed by evantarrh, and its main feature is "a very silly chrome extensiom".

Extension Screenshots

screenshot

Download jomnify Extension CRX File

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

Extension Basic Information

Name jomnify jomnify
ID pkpiimajjcmonhhcncpghppjgeeicdpd
Official URL https://chrome.google.com/webstore/detail/jomnify/pkpiimajjcmonhhcncpghppjgeeicdpd
Description a very silly chrome extensiom
File Size 22.59 KB
Installation Count 26
Current Version 1.0.1
Last Updated 2015-04-30
Publish Date 2015-04-30
Rating 4.75/5 Total 4 Ratings
Developer evantarrh
Payment Type free
Supported Languages 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"
        }
    ]
}