Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Что такое Ferald?
Ferald - это расширение Chrome, разработанное Unknown, и его основная функция - "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
Снимки экрана расширения
Скачать файл CRX расширения Ferald
Скачайте файлы расширений Ferald в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Pizza tastes better than broccoli.
Click anywhere to read the article — but only if you really, really, really have to. Основная информация о расширении
| Название | |
| ID | jmljfoieohgbjeoaihahppodleeblimj |
| Официальный URL | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
| Описание | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
| Размер файла | 13 KB |
| Количество установок | 36 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2013-04-10 |
| Дата публикации | 2013-04-09 |
| Рейтинг | 4.08/5 Всего 12 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ferald",
"description": "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley",
"version": "1.0",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*.nzherald.co.nz\/*",
"*:\/\/*.stuff.co.nz\/*"
],
"js": [
"myscript.js"
]
}
],
"web_accessible_resources": [
"grumpycatno.svg"
]
} | |