Find Links - Rapid IPTV

a tool help you find any links in the website

Find Links - Rapid IPTVคืออะไร?

Find Links - Rapid IPTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย contact.nguyenit และคุณลักษณะหลักของมันคือ "a tool help you find any links in the website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Links - Rapid IPTV

ดาวน์โหลดไฟล์ส่วนขยาย Find Links - Rapid IPTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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