Check Links - King IPTV

Best tool help you check internal and external for any website

Cos'è Check Links - King IPTV?

Check Links - King IPTV è un'estensione di Chrome sviluppata da contact.nguyenit, e la sua funzione principale è "Best tool help you check internal and external for any website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Check Links - King IPTV

Scarica i file di estensione Check Links - King IPTV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Check Links - King IPTV Check Links - King IPTV
ID hofkkjgkppcmklfaihohnilikblddade
URL Ufficiale https://chrome.google.com/webstore/detail/check-links-king-iptv/hofkkjgkppcmklfaihohnilikblddade
Descrizione Best tool help you check internal and external for any website
Dimensione del File 127 KB
Conteggio Installazioni 62
Versione Corrente 0.3.0
Ultimo Aggiornamento 2021-06-08
Data di Pubblicazione 2021-06-08
Sviluppatore contact.nguyenit
Email [email protected]
Sito Web dell'Estensione https://toplistiptv.com/king-iptv/
URL della Pagina di Aiuto https://toplistiptv.com/king-iptv/
URL della Pagina della Politica sulla Privacy https://sosanhgiakhoahoc.com/chinh-sach-bao-mat
Lingue Supportate 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'"
}