Let There Be Puppies

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

Hvad er Let There Be Puppies?

Let There Be Puppies er en Chrome-udvidelse udviklet af limcolin1984, og dens hovedfunktion er "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Udvidelsesskærmbilleder

screenshot

Download Let There Be Puppies-udvidelses-CRX-fil

Download Let There Be Puppies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
Officiel URL https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Beskrivelse Searches the loaded page for images of keywords.. and replaces them with Puppies!
Filstørrelse 43.65 KB
Antal Installationer 20
Nuværende Version 1.1.1
Senest Opdateret 2016-12-11
Udgivelsesdato 2016-12-11
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler limcolin1984
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}