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
Eメール [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'"
}