your hot battery saver

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

Was ist your hot battery saver?

your hot battery saver ist eine Chrome-Erweiterung, die von imkeira0830 entwickelt wurde, und ihr Hauptmerkmal ist "Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…".

Erweiterungsscreenshots

screenshot

your hot battery saver-Erweiterungs-CRX-Datei herunterladen

Laden Sie your hot battery saver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name your hot battery saver your hot battery saver
ID fckaafhjpjklbhkillnneaidmjgfadha
Offizielle URL https://chromewebstore.google.com/detail/your-hot-battery-saver/fckaafhjpjklbhkillnneaidmjgfadha
Beschreibung Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…
Dateigröße 21.29 KB
Installationsanzahl 275
Aktuelle Version 2.1
Letztes Update 2023-05-09
Veröffentlichungsdatum 2022-08-11
Entwickler imkeira0830
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/"
    ]
}