Find Links - Rapid IPTV

a tool help you find any links in the website

Was ist Find Links - Rapid IPTV?

Find Links - Rapid IPTV ist eine Chrome-Erweiterung, die von contact.nguyenit entwickelt wurde, und ihr Hauptmerkmal ist "a tool help you find any links in the website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Find Links - Rapid IPTV-Erweiterungs-CRX-Datei herunterladen

Laden Sie Find Links - Rapid IPTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        More specifically, it also helps you find in the website which links are available.
As soon as it finds it, it will automatically turn those links yellow.

This is very useful if you need to check which links are in your website

This is a free app from https://toplistiptv.com/rapid-iptv/

This application is an efficient and fast way to save you your time and effort                    

Grundlegende Informationen zur Erweiterung

Name Find Links - Rapid IPTV Find Links - Rapid IPTV
ID hhmidkdjhpifacgmdoinpihlicmfjooe
Offizielle URL https://chromewebstore.google.com/detail/find-links-rapid-iptv/hhmidkdjhpifacgmdoinpihlicmfjooe
Beschreibung a tool help you find any links in the website
Dateigröße 154 KB
Installationsanzahl 37
Aktuelle Version 3.1.0
Letztes Update 2021-06-06
Veröffentlichungsdatum 2021-06-06
Entwickler contact.nguyenit
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://toplistiptv.com/rapid-iptv/
Hilfeseite URL https://toplistiptv.com/rapid-iptv/
URL der Datenschutzrichtlinien-Seite https://sosanhgiakhoahoc.com/chinh-sach-bao-mat
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.1.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",
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "Find Links - Rapid IPTV",
        "default_popup": "feed.html"
    },
    "web_accessible_resources": [
        "images\/*.jpeg",
        "images\/*.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}