Find Links - Rapid IPTV

a tool help you find any links in the website

什麼是Find Links - Rapid IPTV?

Find Links - Rapid IPTV是由contact.nguyenit開發的Chrome擴展程式,該擴展的主要功能是“a tool help you find any links in the website”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Find Links - Rapid IPTV擴展crx文件

下載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
官方網址 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'"
}