Pupify

Makes all images puppies!

ما هو Pupify؟

Pupify هو إضافة Chrome تم تطويرها بواسطة Lowell Mower، والميزة الرئيسية لها هي "Makes all images puppies!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pupify

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

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

                        Tired of seeing those boring status updates about your friend's kids? Sick of all looking at terrorists ugly faces on the news? Replace them all with puppies!!!

Pupify allows you live in an internet world where you only have to look at puppies. Click once to get puppies, click again to randomize them!

Enjoy a world free from sights of anything other than, you guessed it... puppies.                    

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

الاسم Pupify Pupify
ID gelljeicjkapdcpghpobalmfefkjodnp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pupify/gelljeicjkapdcpghpobalmfefkjodnp
الوصف Makes all images puppies!
حجم الملف 1.19 MB
عدد التثبيتات 28
النسخة الحالية 1.0
آخر تحديث 2015-04-09
تاريخ النشر 2015-04-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Lowell Mower
نوع الدفع free
موقع الإضافة http://www.twitter.com/lowellmower
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pupify",
    "description": "Makes all images puppies!",
    "version": "1.0",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make this page puppies!!!"
    },
    "web_accessible_resources": [
        "content_script.js",
        "1.png",
        "2.png",
        "3.png",
        "4.png",
        "5.png",
        "6.png",
        "7.png",
        "8.png",
        "9.png",
        "10.png",
        "11.png",
        "12.png",
        "13.png",
        "14.png",
        "15.png"
    ],
    "manifest_version": 2
}