Let There Be Puppies

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

Cos'è Let There Be Puppies?

Let There Be Puppies è un'estensione di Chrome sviluppata da limcolin1984, e la sua funzione principale è "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Let There Be Puppies

Scarica i file di estensione Let There Be Puppies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
URL Ufficiale https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Descrizione Searches the loaded page for images of keywords.. and replaces them with Puppies!
Dimensione del File 43.65 KB
Conteggio Installazioni 20
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-12-11
Data di Pubblicazione 2016-12-11
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore limcolin1984
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}