Browser stats

An advanced browser debugging and stats gathering tool.

Browser statsคืออะไร?

Browser stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://porttwentytwo.blogspot.com และคุณลักษณะหลักของมันคือ "An advanced browser debugging and stats gathering tool."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser stats

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

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

                        A quick browser debugging and alerting tool. This tool allows you to gather the state of chrome browser to help you look for obvious issues. The list of things checked for are listed below. 

In addition, it will also alert the user if new extensions are installed in a suspicious way. This will help identify rogue extensions deployed by malware without user's intent. For example, it will notify the user if an adware (or malware) silently installs a chrome extension to inserts ads without notifying the user.

Complete list of features:

1) Get list of all extensions (with info if its enabled/disabled
2) Also lists if the extensions were installed manually by the user, or by another application or domain admin.
3) Lists all active plugins
4) Lists current proxy settings
5) Do a small series of tests to see if firewalls could be blocking any Google services.
6) If a new extensions is installed in a suspicious way, this extension will notify the user via a popup about the activity.                    

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

ชื่อ Browser stats Browser stats
ID diccpkdkicjffinmlnojhhppckknaedf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-stats/diccpkdkicjffinmlnojhhppckknaedf
คำอธิบาย An advanced browser debugging and stats gathering tool.
ขนาดไฟล์ 59.19 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.9.52
อัปเดตครั้งล่าสุด 2015-05-04
วันที่เผยแพร่ 2015-05-03
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://porttwentytwo.blogspot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/browserinformation.appspot.com\/; object-src 'self'",
    "description": "An advanced browser debugging and stats gathering tool.",
    "icons": {
        "128": "assets\/icon_128.png",
        "16": "assets\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Browser stats",
    "offline_enabled": true,
    "permissions": [
        "management",
        "proxy",
        "storage",
        "notifications",
        "system.memory",
        "system.cpu",
        "system.storage"
    ],
    "version": "1.9.52",
    "web_accessible_resources": [
        "assets\/icon_128.png"
    ]
}