Browser stats

An advanced browser debugging and stats gathering tool.

Browser stats란 무엇입니까?

Browser stats은(는) https://porttwentytwo.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An advanced browser debugging and stats gathering tool."입니다.

확장 프로그램 스크린샷

screenshot

Browser stats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    ]
}