Let There Be Puppies
Searches the loaded page for images of keywords.. and replaces them with Puppies!
Wat is Let There Be Puppies?
Let There Be Puppies is een Chrome-extensie ontwikkeld door limcolin1984, en de belangrijkste functie is "Searches the loaded page for images of keywords.. and replaces them with Puppies!".
Extensie Screenshots
Download het CRX-bestand van de extensie Let There Be Puppies
Download Let There Be Puppies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Let There Be Puppies |
ID | knklpopblbilnogkigmnehcknipcipjd |
Officiële URL | https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd |
Beschrijving | Searches the loaded page for images of keywords.. and replaces them with Puppies! |
Bestandsgrootte | 43.65 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2016-12-11 |
Publicatiedatum | 2016-12-11 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | limcolin1984 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |