Good Old PH

Going back to the old Product Hunt layout

What is Good Old PH?

Good Old PH is a Chrome extension developed by Unknown, and its main feature is "Going back to the old Product Hunt layout".

Extension Screenshots

screenshot

Download Good Old PH Extension CRX File

Download Good Old PH 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

                        made by tchret                    

Extension Basic Information

Name Good Old PH Good Old PH
ID jloimhlmpgmmldlgeciedhmbeajedeba
Official URL https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba
Description Going back to the old Product Hunt layout
File Size 524 KB
Installation Count 24
Current Version 0.0.6
Last Updated 2017-01-19
Publish Date 2017-01-19
Developer Unknown
Payment Type free
Extension Website http://tchret.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Good Old PH",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Going back to the old Product Hunt layout",
    "homepage_url": "http:\/\/twitter.com\/tchret",
    "icons": {
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.producthunt.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.producthunt.com\/",
                "*:\/\/*.producthunt.com\/tech",
                "*:\/\/*.producthunt.com\/podcasts",
                "*:\/\/*.producthunt.com\/books",
                "*:\/\/*.producthunt.com\/games"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}