Let There Be Puppies

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

Qu'est-ce que Let There Be Puppies ?

Let There Be Puppies est une extension Chrome développée par limcolin1984, et sa fonction principale est "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Let There Be Puppies

Téléchargez les fichiers d'extension Let There Be Puppies au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
URL Officiel https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
Description Searches the loaded page for images of keywords.. and replaces them with Puppies!
Taille du Fichier 43.65 KB
Nombre d'Installations 20
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-12-11
Date de Publication 2016-12-11
Évaluation 4.67/5 Total 3 Évaluations
Développeur limcolin1984
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}