Let There Be Puppies

Searches the loaded page for images of keywords.. and replaces them with Puppies!

¿Qué es Let There Be Puppies?

Let There Be Puppies es una extensión de Chrome desarrollada por limcolin1984, y su función principal es "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Let There Be Puppies

Descarga archivos de extensión Let There Be Puppies 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

                        Searches the loaded page for images of your keywords.. and replaces them with Puppies.
Works by replacing images with src or alt-text containing user-selected keywords.

1. Enter keywords via the icon beside your browser address bar or extension options.
2. Let There Be Puppies!                    

Información Básica de la Extensión

Nombre Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
URL Oficial https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Descripción Searches the loaded page for images of keywords.. and replaces them with Puppies!
Tamaño del Archivo 43.65 KB
Cantidad de Instalaciones 20
Versión Actual 1.1.1
Última Actualización 2016-12-11
Fecha de Publicación 2016-12-11
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador limcolin1984
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "lettherebepuppies.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "description": "Searches the loaded page for images of keywords.. and replaces them with Puppies!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Let There Be Puppies",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "options.html",
        "default_title": "Click here to enter keyword"
    }
}