Boiler Key - Chrome

A simple chrome extension that allows you to get your boilerkey passcode in browser

Boiler Key - Chromeคืออะไร?

Boiler Key - Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anuraag และคุณลักษณะหลักของมันคือ "A simple chrome extension that allows you to get your boilerkey passcode in browser"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boiler Key - Chrome

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

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

                        Boiler Key - Chrome is a simple chrome extension that allows you to generate boiler key codes from your web browser.                    

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

ชื่อ Boiler Key - Chrome Boiler Key - Chrome
ID fhligfjjhphjkimickeboacgigjaapjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boiler-key-chrome/fhligfjjhphjkimickeboacgigjaapjf
คำอธิบาย A simple chrome extension that allows you to get your boilerkey passcode in browser
ขนาดไฟล์ 20.14 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-11-12
วันที่เผยแพร่ 2018-11-06
ผู้พัฒนา Anuraag
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boiler Key - Chrome",
    "version": "0.1",
    "permissions": [
        "storage",
        ""
    ],
    "description": "A simple chrome extension that allows you to get your boilerkey passcode in browser",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "BoilerKey - In Browser",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "128": "key.png"
    }
}