chrome-plugin-dns-cache-clean

chrome dns cache cleaer

chrome-plugin-dns-cache-clean란 무엇입니까?

chrome-plugin-dns-cache-clean은(는) yiranzhouyida에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome dns cache cleaer"입니다.

확장 프로그램 스크린샷

screenshot

chrome-plugin-dns-cache-clean 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        before use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it.

after finished, just click the plugin button will be fine                    

확장 프로그램 기본 정보

이름 chrome-plugin-dns-cache-clean chrome-plugin-dns-cache-clean
ID bdpfccanhacmnpdiejhlgglghjmcnlmp
공식 URL https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp
설명 chrome dns cache cleaer
파일 크기 11.94 KB
설치 횟수 227
현재 버전 0.0.4
최근 업데이트 2019-09-26
출시 날짜 2019-09-26
평점 5.00/5 총 2 개의 평점
개발자 yiranzhouyida
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
도움말 페이지 URL https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chrome-plugin-dns-cache-clean",
    "version": "0.0.4",
    "description": "chrome dns cache cleaer",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "image\/paper-plane.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/net-internals\/#sockets",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}