Website IP

A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.

Website IP란 무엇입니까?

Website IP은(는) black.humour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Website IP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        插件会在左下角显示当前网站的IP,方便识别                    

확장 프로그램 기본 정보

이름 Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
공식 URL https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
설명 A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
파일 크기 81.45 KB
설치 횟수 854
현재 버전 1.1.3
최근 업데이트 2023-09-22
출시 날짜 2018-07-05
평점 4.45/5 총 11 개의 평점
개발자 black.humour
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/plugin-photo-privacy-policy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_CN",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.3",
    "manifest_version": 3,
    "homepage_url": "https:\/\/gitee.com\/surprise\/Chrome.Website.Ip",
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "\/images\/icon48.png",
        "16": "\/images\/icon16.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/icon19.png",
            "38": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "default_title": "Website IP"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "inject\/jquery.ip.js",
                "dist\/ip.entry.js"
            ],
            "css": [
                "inject\/ip.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/clientapi.ipip.net\/browser\/chrome;"
    }
}