Chrome-Stats

Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.

Chrome-Statsคืออะไร?

Chrome-Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrome-stats.com และคุณลักษณะหลักของมันคือ "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome-Stats

ดาวน์โหลดไฟล์ส่วนขยาย Chrome-Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Access Chrome-Stats directly from extension popup and browser side panel.

Allows you to quickly see more stats for each browse extension as you browse through Chrome Web Store, Edge add-ons store, and Firefox add-ons store.

Features:
- View more accurate user count
- View changes in user count and ratings in compared to one week ago
- View extension overall ranking, category ranking, and keyword ranking
- View risk impact and risk likelihood for each extension
- View permissions requested by the extension
- Quickly go to Chrome-Stats to analyze in more details                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome-Stats Chrome-Stats
ID ehfbeifiabejfkjhbghkgnnaccfmelkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb
คำอธิบาย Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 1,401
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-12-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://chrome-stats.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://chrome-stats.com/
URL หน้าช่วยเหลือ https://chrome-stats.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://chrome-stats.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome-Stats",
    "description": "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.",
    "version": "1.0.0",
    "author": "[email protected]",
    "homepage_url": "https:\/\/chrome-stats.com\/",
    "action": {
        "default_icon": {
            "16": "logo\/logo_16.png",
            "32": "logo\/logo_32.png",
            "48": "logo\/logo_48.png"
        },
        "default_title": "Chrome-Stats",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/chrome-stats.com\/",
        "https:\/\/edge-stats.com\/",
        "https:\/\/firefox-stats.com\/"
    ],
    "icons": {
        "16": "logo\/logo_16.png",
        "32": "logo\/logo_32.png",
        "48": "logo\/logo_48.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "side_panel": {
        "default_path": "sidebar.html"
    }
}