Good Old PH
Going back to the old Product Hunt layout
Vad är Good Old PH?
Good Old PH är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Going back to the old Product Hunt layout".
Tilläggsskärmbilder
Ladda ner Good Old PH-förlängningens CRX-fil
Ladda ner Good Old PH-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
made by tchret Grundläggande Information om Tillägg
| Namn | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| Officiell webbadress | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Beskrivning | Going back to the old Product Hunt layout |
| Filstorlek | 524 KB |
| Antal Installationer | 24 |
| Aktuell Version | 0.0.6 |
| Senast Uppdaterad | 2017-01-19 |
| Publiceringsdatum | 2017-01-19 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://tchret.com |
| Stödda Språk | 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"
]
}
]
} | |