Let There Be Puppies
Searches the loaded page for images of keywords.. and replaces them with Puppies!
What is Let There Be Puppies?
Let There Be Puppies is a Chrome extension developed by limcolin1984, and its main feature is "Searches the loaded page for images of keywords.. and replaces them with Puppies!".
Extension Screenshots
Download Let There Be Puppies Extension CRX File
Download Let There Be Puppies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Let There Be Puppies |
ID | knklpopblbilnogkigmnehcknipcipjd |
Official URL | https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd |
Description | Searches the loaded page for images of keywords.. and replaces them with Puppies! |
File Size | 43.65 KB |
Installation Count | 20 |
Current Version | 1.1.1 |
Last Updated | 2016-12-11 |
Publish Date | 2016-12-11 |
Rating | 4.67/5 Total 3 Ratings |
Developer | limcolin1984 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |