Realtime Product Hunt

Never miss a post on Product Hunt with this realtime notification extension for Chrome.

What is Realtime Product Hunt?

Realtime Product Hunt is a Chrome extension developed by Pusher, and its main feature is "Never miss a post on Product Hunt with this realtime notification extension for Chrome.".

Extension Screenshots

screenshot

Download Realtime Product Hunt Extension CRX File

Download Realtime Product Hunt 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

                        Never miss a post on Product Hunt with this realtime notification extension for Chrome, powered by Pusher.                    

Extension Basic Information

Name Realtime Product Hunt Realtime Product Hunt
ID cbcmhcjgmcclchcebjlfgpeedjcgjfib
Official URL https://chrome.google.com/webstore/detail/realtime-product-hunt/cbcmhcjgmcclchcebjlfgpeedjcgjfib
Description Never miss a post on Product Hunt with this realtime notification extension for Chrome.
File Size 20.81 KB
Installation Count 186
Current Version 0.2.0
Last Updated 2015-11-02
Publish Date 2015-11-02
Rating 5.00/5 Total 4 Ratings
Developer Pusher
Payment Type free
Extension Website http://pusher.com
Help Page URL https://github.com/pusher/pusher-realtime-producthunt-extension
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtime Product Hunt",
    "description": "Never miss a post on Product Hunt with this realtime notification extension for Chrome.",
    "version": "0.2.0",
    "icons": {
        "16": "ph-icon.png",
        "48": "ph-icon.png",
        "128": "ph-icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.pusher.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "notifications",
        "storage",
        "http:\/\/localhost\/*",
        "https:\/\/realtime-producthunt.herokuapp.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "browser_action": {
        "default_icon": "ph-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}