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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/"
    ]
}