Check Links - King IPTV

Best tool help you check internal and external for any website

¿Qué es Check Links - King IPTV?

Check Links - King IPTV es una extensión de Chrome desarrollada por contact.nguyenit, y su función principal es "Best tool help you check internal and external for any website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Check Links - King IPTV

Descarga archivos de extensión Check Links - King IPTV en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Check Links - King IPTV Check Links - King IPTV
ID hofkkjgkppcmklfaihohnilikblddade
URL Oficial https://chrome.google.com/webstore/detail/check-links-king-iptv/hofkkjgkppcmklfaihohnilikblddade
Descripción Best tool help you check internal and external for any website
Tamaño del Archivo 127 KB
Cantidad de Instalaciones 62
Versión Actual 0.3.0
Última Actualización 2021-06-08
Fecha de Publicación 2021-06-08
Desarrollador contact.nguyenit
Correo electrónico [email protected]
Sitio Web de la Extensión https://toplistiptv.com/king-iptv/
URL de la Página de Ayuda https://toplistiptv.com/king-iptv/
URL de la Página de Política de Privacidad https://sosanhgiakhoahoc.com/chinh-sach-bao-mat
Idiomas Soportados 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'"
}