Good Old PH

Going back to the old Product Hunt layout

Good Old PH क्या है?

Good Old PH Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Going back to the old Product Hunt layout"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Good Old PH एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        made by tchret                    

एक्सटेंशन की मूल जानकारी

नाम Good Old PH Good Old PH
ID jloimhlmpgmmldlgeciedhmbeajedeba
आधिकारिक URL https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba
विवरण Going back to the old Product Hunt layout
फ़ाइल का आकार 524 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2017-01-19
प्रकाशन तिथि 2017-01-19
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tchret.com
समर्थित भाषाएँ 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"
            ]
        }
    ]
}