your hot battery saver

Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…

什麼是your hot battery saver?

your hot battery saver是由imkeira0830開發的Chrome擴展程式,該擴展的主要功能是“Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…”。

擴展截圖

screenshot

下載your hot battery saver擴展crx文件

下載your hot battery saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Feel free to email for collab in online businesses: [email protected]

This product predicts "Time to recharge your electronic device"/ "Time to charge until 100%".

Benefit:
1. PROLONG battery life of your device 
2. Eco-friendly + $-friendly(fewer new laptops in the vicious circle)

Tip:
Keep battery level between 20-80%
*Battery level reference: University researches and websites                    

擴展基本資訊

名稱 your hot battery saver your hot battery saver
ID fckaafhjpjklbhkillnneaidmjgfadha
官方網址 https://chromewebstore.google.com/detail/your-hot-battery-saver/fckaafhjpjklbhkillnneaidmjgfadha
簡介 Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…
檔案大小 21.29 KB
安裝次數 275
目前版本 2.1
更新時間 2023-05-09
上架時間 2022-08-11
開發者 imkeira0830
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "your hot battery saver",
    "version": "2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "webNavigation",
            "*:\/\/*\/*"
        ]
    },
    "action": {
        "default_popup": "hello.html",
        "default_icon": "hello.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}