Prattify

Replace a website's images with the ABSolutely fantastic Chris Pratt

ما هو Prattify؟

Prattify هو إضافة Chrome تم تطويرها بواسطة Sharif Edenfield، والميزة الرئيسية لها هي "Replace a website's images with the ABSolutely fantastic Chris Pratt".

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

screenshot
screenshot
screenshot

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

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

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

                        Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!                    

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

الاسم Prattify Prattify
ID gelcbgljcoleioilogchjgmpgalgnhnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn
الوصف Replace a website's images with the ABSolutely fantastic Chris Pratt
حجم الملف 1.1 MB
عدد التثبيتات 26
النسخة الحالية 1.4
آخر تحديث 2014-10-31
تاريخ النشر 2014-10-31
تقييم 5.00/5 مجموع تقييمات 3
المطور Sharif Edenfield
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prattify",
    "description": "Replace a website's images with the ABSolutely fantastic Chris Pratt",
    "version": "1.4",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "prattify.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "pratt\/*.jpg"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}