Good Old PH
Going back to the old Product Hunt layout
Co to jest Good Old PH?
Good Old PH to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Going back to the old Product Hunt layout”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Good Old PH
Pobierz pliki rozszerzeń Good Old PH w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
made by tchret Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| Oficjalny URL | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Opis | Going back to the old Product Hunt layout |
| Rozmiar pliku | 524 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2017-01-19 |
| Data Publikacji | 2017-01-19 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | http://tchret.com |
| Obsługiwane Języki | 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"
]
}
]
} | |