Good Old PH

Going back to the old Product Hunt layout

Good Old PHとは何ですか?

Good Old PHはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Going back to the old Product Hunt layout」です。

拡張機能のスクリーンショット

screenshot

Good Old PH拡張機能のCRXファイルをダウンロード

Good Old PH拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}