Bananafy

🍌 replaces words randomly with banana

Bananafyคืออะไร?

Bananafy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rschmidmeister และคุณลักษณะหลักของมันคือ "🍌 replaces words randomly with banana"

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

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

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

                                            

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

ชื่อ Bananafy Bananafy
ID oklancagcogkmjljfmmjhbmlmdffenin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bananafy/oklancagcogkmjljfmmjhbmlmdffenin
คำอธิบาย 🍌 replaces words randomly with banana
ขนาดไฟล์ 10.78 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-05-12
วันที่เผยแพร่ 2016-05-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rschmidmeister
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bananafy",
    "homepage_url": "https:\/\/github.com\/bash\/bananafy",
    "version": "0.0.2",
    "description": "\ud83c\udf4c replaces words randomly with banana",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}