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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}