69 (Nice)

Changes 69 to 69(Nice), you know like the online joke

69 (Nice)คืออะไร?

69 (Nice) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Clifford และคุณลักษณะหลักของมันคือ "Changes 69 to 69(Nice), you know like the online joke"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 69 (Nice)

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

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

                        You get it? Because it's like the funny number and that's what you say in response                    

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

ชื่อ 69 (Nice) 69 (Nice)
ID ekjmlbcoiklneoehliknaojhdmmhanik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik
คำอธิบาย Changes 69 to 69(Nice), you know like the online joke
ขนาดไฟล์ 3.61 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-05
วันที่เผยแพร่ 2019-09-03
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rob Clifford
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "69 (Nice)",
    "description": "Changes 69 to 69(Nice), you know like the online joke",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}