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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}