Snoopify

This extension snoopifies your web experience.

什么是Snoopify?

Snoopify是由Omkar Moghe开发的Chrome扩展程序,该扩展的主要功能是“This extension snoopifies your web experience.”。

扩展截图

screenshot
screenshot
screenshot

下载Snoopify扩展crx文件

下载Snoopify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Snoopify Snoopify
ID hnjjeacghcpflkiegibngoidhkhoabam
官方URL https://chrome.google.com/webstore/detail/snoopify/hnjjeacghcpflkiegibngoidhkhoabam
简介 This extension snoopifies your web experience.
文件大小 2.23 MB
安装次数 166
当前版本 4.22
更新时间 2015-02-28
上架时间 2015-02-28
评分 4.43/5 共7次评分
开发者 Omkar Moghe
付费类型 free
扩展官网 http://github.com/omkarmoghe/snoopify
帮助页面URL https://github.com/omkarmoghe/snoopify/issues
支持的语言 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"
    ]
}