Let There Be Puppies

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

Was ist Let There Be Puppies?

Let There Be Puppies ist eine Chrome-Erweiterung, die von limcolin1984 entwickelt wurde, und ihr Hauptmerkmal ist "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Erweiterungsscreenshots

screenshot

Let There Be Puppies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Let There Be Puppies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
Offizielle URL https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Beschreibung Searches the loaded page for images of keywords.. and replaces them with Puppies!
Dateigröße 43.65 KB
Installationsanzahl 20
Aktuelle Version 1.1.1
Letztes Update 2016-12-11
Veröffentlichungsdatum 2016-12-11
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler limcolin1984
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}