Good Old PH
Going back to the old Product Hunt layout
Was ist Good Old PH?
Good Old PH ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Going back to the old Product Hunt layout".
Erweiterungsscreenshots
Good Old PH-Erweiterungs-CRX-Datei herunterladen
Laden Sie Good Old PH-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
made by tchret Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| Offizielle URL | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Beschreibung | Going back to the old Product Hunt layout |
| Dateigröße | 524 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 0.0.6 |
| Letztes Update | 2017-01-19 |
| Veröffentlichungsdatum | 2017-01-19 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Erweiterungswebsite | http://tchret.com |
| Unterstützte Sprachen | 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"
]
}
]
} | |