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