Puggin.it v2

Replaces images with Pugs

Puggin.it v2คืออะไร?

Puggin.it v2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rockcandymedia.com และคุณลักษณะหลักของมันคือ "Replaces images with Pugs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puggin.it v2

ดาวน์โหลดไฟล์ส่วนขยาย Puggin.it v2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Get this Chrome extension to pimp every page with a profusion of pugs.

1. Visit any website that has photos, such as Facebook or USA Today.

2. Click pug's face.

3. Enjoy the pugs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Puggin.it v2 Puggin.it v2
ID mfacambegnhggbaencfpgekddpmhjcep
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mfacambegnhggbaencfpgekddpmhjcep
คำอธิบาย Replaces images with Pugs
ขนาดไฟล์ 69.06 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-08-23
วันที่เผยแพร่ 2019-08-23
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://rockcandymedia.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": [],
    "description": "Replaces images with Pugs",
    "homepage_url": "http:\/\/puggin.it",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "name": "Puggin.it v2",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}