your hot battery saver

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

What is your hot battery saver?

your hot battery saver is a Chrome extension developed by imkeira0830, and its main feature is "Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…".

Extension Screenshots

screenshot

Download your hot battery saver Extension CRX File

Download your hot battery saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name your hot battery saver your hot battery saver
ID fckaafhjpjklbhkillnneaidmjgfadha
Official URL https://chromewebstore.google.com/detail/your-hot-battery-saver/fckaafhjpjklbhkillnneaidmjgfadha
Description Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…
File Size 21.29 KB
Installation Count 275
Current Version 2.1
Last Updated 2023-05-09
Publish Date 2022-08-11
Developer imkeira0830
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/"
    ]
}