Snoopify

This extension snoopifies your web experience.

What is Snoopify?

Snoopify is a Chrome extension developed by Omkar Moghe, and its main feature is "This extension snoopifies your web experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Snoopify Extension CRX File

Download Snoopify 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 Snoopify Snoopify
ID hnjjeacghcpflkiegibngoidhkhoabam
Official URL https://chrome.google.com/webstore/detail/snoopify/hnjjeacghcpflkiegibngoidhkhoabam
Description This extension snoopifies your web experience.
File Size 2.23 MB
Installation Count 166
Current Version 4.22
Last Updated 2015-02-28
Publish Date 2015-02-28
Rating 4.43/5 Total 7 Ratings
Developer Omkar Moghe
Payment Type free
Extension Website http://github.com/omkarmoghe/snoopify
Help Page URL https://github.com/omkarmoghe/snoopify/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snoopify",
    "description": "This extension snoopifies your web experience.",
    "version": "4.22",
    "browser_action": {
        "default_icon": {
            "38": "icon.png"
        },
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "snoopify.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}