Boiler Key - Chrome

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

什麼是Boiler Key - Chrome?

Boiler Key - Chrome是由Anuraag開發的Chrome擴展程式,該擴展的主要功能是“A simple chrome extension that allows you to get your boilerkey passcode in browser”。

擴展截圖

screenshot
screenshot

下載Boiler Key - Chrome擴展crx文件

下載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
官方網址 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"
    }
}