Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
Co to jest Ferald?
Ferald to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ferald
Pobierz pliki rozszerzeń Ferald 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
Pizza tastes better than broccoli.
Click anywhere to read the article — but only if you really, really, really have to. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmljfoieohgbjeoaihahppodleeblimj |
| Oficjalny URL | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
| Opis | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
| Rozmiar pliku | 13 KB |
| Liczba instalacji | 36 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2013-04-10 |
| Data Publikacji | 2013-04-09 |
| Ocena | 4.08/5 Łącznie 12 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |