Good Old PH
Going back to the old Product Hunt layout
Что такое Good Old PH?
Good Old PH - это расширение Chrome, разработанное Unknown, и его основная функция - "Going back to the old Product Hunt layout".
Снимки экрана расширения
Скачать файл CRX расширения Good Old PH
Скачайте файлы расширений Good Old PH в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
made by tchret Основная информация о расширении
| Название | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| Официальный URL | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Описание | Going back to the old Product Hunt layout |
| Размер файла | 524 KB |
| Количество установок | 24 |
| Текущая Версия | 0.0.6 |
| Последнее Обновление | 2017-01-19 |
| Дата публикации | 2017-01-19 |
| Разработчик | Unknown |
| Тип оплаты | free |
| Официальный сайт расширения | http://tchret.com |
| Поддерживаемые языки | 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"
]
}
]
} | |