Check Links - King IPTV

Best tool help you check internal and external for any website

Check Links - King IPTV란 무엇입니까?

Check Links - King IPTV은(는) contact.nguyenit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best tool help you check internal and external for any website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Check Links - King IPTV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You don't know which tool to find for yourself to check the internal and external links of the website?
You have tried many tools but to no avail.
This is the solution for you.
Makes checking quick and easy.
How it works:
Step 1: Visit the website.
Step 2: View the results.

If there are any errors, please contact King IPTV at https://toplistiptv.com/king-iptv/

#countLink
#externalLink
#internalLink                    

확장 프로그램 기본 정보

이름 Check Links - King IPTV Check Links - King IPTV
ID hofkkjgkppcmklfaihohnilikblddade
공식 URL https://chrome.google.com/webstore/detail/check-links-king-iptv/hofkkjgkppcmklfaihohnilikblddade
설명 Best tool help you check internal and external for any website
파일 크기 127 KB
설치 횟수 62
현재 버전 0.3.0
최근 업데이트 2021-06-08
출시 날짜 2021-06-08
개발자 contact.nguyenit
이메일 [email protected]
확장 프로그램 웹 사이트 https://toplistiptv.com/king-iptv/
도움말 페이지 URL https://toplistiptv.com/king-iptv/
개인정보 보호 정책 페이지 URL https://sosanhgiakhoahoc.com/chinh-sach-bao-mat
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "libs\/polyfill.min.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "Count Links - King IPTV"
    },
    "web_accessible_resources": [
        "images\/*.jpeg",
        "images\/*.png",
        "styles\/css\/styles.css"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}