Product Hunt Rank

Chrome extension that shows how many times a website was upvoted on Product Hunt

What is Product Hunt Rank?

Product Hunt Rank is a Chrome extension developed by Artiom Dashinsky, and its main feature is "Chrome extension that shows how many times a website was upvoted on Product Hunt".

Extension Screenshots

screenshot

Download Product Hunt Rank Extension CRX File

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

                        Ever wondered if the service you're about to use or a company you're going to make a partnership with is good?

Now you can see popular any website you are visiting on Product Hunt and read feedbacks about it.

Created by Artiom Dashinsky (http://dashinsky.com/) and JitBit (https://www.jitbit.com/).                    

Extension Basic Information

Name Product Hunt Rank Product Hunt Rank
ID leabehpocjbbepaecacahiahnpocofln
Official URL https://chromewebstore.google.com/detail/product-hunt-rank/leabehpocjbbepaecacahiahnpocofln
Description Chrome extension that shows how many times a website was upvoted on Product Hunt
File Size 40.15 KB
Installation Count 50
Current Version 1.1
Last Updated 2015-01-19
Publish Date 2015-01-19
Rating 5.00/5 Total 2 Ratings
Developer Artiom Dashinsky
Payment Type free
Extension Website https://www.jitbit.com/product-hunt-chrome/
Help Page URL https://www.jitbit.com/product-hunt-chrome/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Rank",
    "description": "Chrome extension that shows how many times a website was upvoted on Product Hunt",
    "version": "1.1",
    "author": "Jitbit & Artiom Dashinsky",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "[email protected]"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.producthunt.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    }
}