Find Links - Rapid IPTV

a tool help you find any links in the website

Find Links - Rapid IPTV क्या है?

Find Links - Rapid IPTV contact.nguyenit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a tool help you find any links in the website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find Links - Rapid IPTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Find Links - Rapid IPTV Find Links - Rapid IPTV
ID hhmidkdjhpifacgmdoinpihlicmfjooe
आधिकारिक URL https://chromewebstore.google.com/detail/find-links-rapid-iptv/hhmidkdjhpifacgmdoinpihlicmfjooe
विवरण a tool help you find any links in the website
फ़ाइल का आकार 154 KB
स्थापना संख्या 37
वर्तमान संस्करण 3.1.0
अंतिम अपडेट 2021-06-06
प्रकाशन तिथि 2021-06-06
डेवलपर contact.nguyenit
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://toplistiptv.com/rapid-iptv/
सहायता पृष्ठ URL https://toplistiptv.com/rapid-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": "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'"
}