Good Old PH
Going back to the old Product Hunt layout
Hvad er Good Old PH?
Good Old PH er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Going back to the old Product Hunt layout".
Udvidelsesskærmbilleder
Download Good Old PH-udvidelses-CRX-fil
Download Good Old PH-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
made by tchret Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| Officiel URL | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Beskrivelse | Going back to the old Product Hunt layout |
| Filstørrelse | 524 KB |
| Antal Installationer | 24 |
| Nuværende Version | 0.0.6 |
| Senest Opdateret | 2017-01-19 |
| Udgivelsesdato | 2017-01-19 |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Udvidelseswebsted | http://tchret.com |
| Understøttede Sprog | 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"
]
}
]
} | |