Good Old PH

Going back to the old Product Hunt layout

Qu'est-ce que Good Old PH ?

Good Old PH est une extension Chrome développée par Unknown, et sa fonction principale est "Going back to the old Product Hunt layout".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Good Old PH

Téléchargez les fichiers d'extension Good Old PH au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        made by tchret                    

Informations de Base sur l'Extension

Nom Good Old PH Good Old PH
ID jloimhlmpgmmldlgeciedhmbeajedeba
URL Officiel https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba
Description Going back to the old Product Hunt layout
Taille du Fichier 524 KB
Nombre d'Installations 24
Version Actuelle 0.0.6
Dernière Mise à Jour 2017-01-19
Date de Publication 2017-01-19
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://tchret.com
Langues Prises en Charge 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"
            ]
        }
    ]
}