Ferald
Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley
¿Qué es Ferald?
Ferald es una extensión de Chrome desarrollada por Unknown, y su función principal es "Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ferald
Descarga archivos de extensión Ferald en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Pizza tastes better than broccoli.
Click anywhere to read the article — but only if you really, really, really have to. Información Básica de la Extensión
| Nombre | |
| ID | jmljfoieohgbjeoaihahppodleeblimj |
| URL Oficial | https://chromewebstore.google.com/detail/ferald/jmljfoieohgbjeoaihahppodleeblimj |
| Descripción | Grumpy Cat helps you decide if NZHerald and Stuff.co.nz are worth reading. Made by @ksuyin and @ludwigw for @natdudley |
| Tamaño del Archivo | 13 KB |
| Cantidad de Instalaciones | 36 |
| Versión Actual | 1.0 |
| Última Actualización | 2013-04-10 |
| Fecha de Publicación | 2013-04-09 |
| Calificación | 4.08/5 Total de 12 Calificaciones |
| Desarrollador | Unknown |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
} | |