WhisperMe

Whisper the things you find on the web.

What is WhisperMe?

WhisperMe is a Chrome extension developed by http://live.whisperme.com, and its main feature is "Whisper the things you find on the web.".

Extension Screenshots

screenshot

Download WhisperMe Extension CRX File

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

                        WhisperMe is a New Social Platform that enables YOU to express, diarize, remind and share gift lists that relate to ALL the special events in your life. Add products, brands, places and aspirations you really LOVE, WANT or simply NEED. Download the ME button into your browser. Click on the ME button and let WhisperMe make Event Gifting empowering, simple and easy!                    

Extension Basic Information

Name WhisperMe WhisperMe
ID depnkiakccnacgmemjcomdfoookmfolm
Official URL https://chrome.google.com/webstore/detail/whisperme/depnkiakccnacgmemjcomdfoookmfolm
Description Whisper the things you find on the web.
File Size 163 KB
Installation Count 13
Current Version 0.1.9.0
Last Updated 2016-02-11
Publish Date 2016-02-11
Developer http://live.whisperme.com
Payment Type free
Extension Website https://www.whisperme.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "WhisperMe",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Whisper the things you find on the web.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.whisperme.com",
    "version": "0.1.9.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "WhisperMe"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}