Party Dawg 95

Spice up your browsing experience with an awesome party dog.

Party Dawg 95คืออะไร?

Party Dawg 95 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seeread.info และคุณลักษณะหลักของมันคือ "Spice up your browsing experience with an awesome party dog."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Party Dawg 95

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

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

                        Love dogs? Wish you could browse the internet with a cool party dog? Party Dawg 95 is the ultimate integrated dog extension for your browsing needs.

Allow Party Dawg 95 to enhance your day and expand your notion of what fun can be.

You might need to restart your browser for Party Dawg to show up.  And Party Dawg doesn't track or want your browsing data.  Just your party.

Party Dawg 95 -- by SEEREAD.info                    

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

ชื่อ Party Dawg 95 Party Dawg 95
ID ljmnmbfmgglpadflokhloffibndcgjmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/party-dawg-95/ljmnmbfmgglpadflokhloffibndcgjmg
คำอธิบาย Spice up your browsing experience with an awesome party dog.
ขนาดไฟล์ 446 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2015-06-05
วันที่เผยแพร่ 2015-06-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://seeread.info
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://goldstarmaterial.com/post/120799818221/party-dawg-95-chrome
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Party Dawg 95",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Spice up your browsing experience with an awesome party dog.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "partydog"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}