Meh Tracker

Displays the current Meh.com deal.

What is Meh Tracker?

Meh Tracker is a Chrome extension developed by argoolsbee, and its main feature is "Displays the current Meh.com deal.".

Extension Screenshots

screenshot

Download Meh Tracker Extension CRX File

Download Meh Tracker 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

                        Too lazy to type in meh.com? This is the extension for you. Popup displays Meh's current deal and video.                    

Extension Basic Information

Name Meh Tracker Meh Tracker
ID ebecpjolnomkhklknmkgcffkajjmoeik
Official URL https://chromewebstore.google.com/detail/meh-tracker/ebecpjolnomkhklknmkgcffkajjmoeik
Description Displays the current Meh.com deal.
File Size 846 KB
Installation Count 71
Current Version 1.1
Last Updated 2015-01-28
Publish Date 2015-01-28
Rating 5.00/5 Total 2 Ratings
Developer argoolsbee
Payment Type free
Extension Website https://meh.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meh Tracker",
    "short_name": "Unofficial Meh.com deal tracker",
    "description": "Displays the current Meh.com deal.",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "author": "Andrew Goolsbee",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "meh_tracker.html",
        "default_title": "Meh Tracker"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}