Let There Be Puppies

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

ما هو Let There Be Puppies؟

Let There Be Puppies هو إضافة Chrome تم تطويرها بواسطة limcolin1984، والميزة الرئيسية لها هي "Searches the loaded page for images of keywords.. and replaces them with Puppies!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Let There Be Puppies

قم بتنزيل ملفات الامتداد Let There Be Puppies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Let There Be Puppies Let There Be Puppies
ID knklpopblbilnogkigmnehcknipcipjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/let-there-be-puppies/knklpopblbilnogkigmnehcknipcipjd
الوصف Searches the loaded page for images of keywords.. and replaces them with Puppies!
حجم الملف 43.65 KB
عدد التثبيتات 20
النسخة الحالية 1.1.1
آخر تحديث 2016-12-11
تاريخ النشر 2016-12-11
تقييم 4.67/5 مجموع تقييمات 3
المطور limcolin1984
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}