your hot battery saver

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

Cos'è your hot battery saver?

your hot battery saver è un'estensione di Chrome sviluppata da imkeira0830, e la sua funzione principale è "Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione your hot battery saver

Scarica i file di estensione your hot battery saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome your hot battery saver your hot battery saver
ID fckaafhjpjklbhkillnneaidmjgfadha
URL Ufficiale https://chromewebstore.google.com/detail/your-hot-battery-saver/fckaafhjpjklbhkillnneaidmjgfadha
Descrizione Feel free to email for collab in online businesses: [email protected] This product predicts "Time to recharge your electronic…
Dimensione del File 21.29 KB
Conteggio Installazioni 275
Versione Corrente 2.1
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2022-08-11
Sviluppatore imkeira0830
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}