Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

Focus Group to A Bunch of Talking Ducksคืออะไร?

Focus Group to A Bunch of Talking Ducks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the text 'focus group' with 'a bunch of talking ducks'."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus Group to A Bunch of Talking Ducks

ดาวน์โหลดไฟล์ส่วนขยาย Focus Group to A Bunch of Talking Ducks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

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

ชื่อ Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
คำอธิบาย Replaces the text 'focus group' with 'a bunch of talking ducks'.
ขนาดไฟล์ 3.4 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-18
วันที่เผยแพร่ 2015-11-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}