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文件

下载Check Links - King IPTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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