Find Links - Rapid IPTV
a tool help you find any links in the website
Find Links - Rapid IPTV là gì?
Find Links - Rapid IPTV là một tiện ích mở rộng Chrome được phát triển bởi contact.nguyenit, và tính năng chính của nó là "a tool help you find any links in the website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Find Links - Rapid IPTV
Tải xuống các tệp mở rộng Find Links - Rapid IPTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Find Links - Rapid IPTV |
ID | hhmidkdjhpifacgmdoinpihlicmfjooe |
URL Chính Thức | https://chromewebstore.google.com/detail/find-links-rapid-iptv/hhmidkdjhpifacgmdoinpihlicmfjooe |
Mô tả | a tool help you find any links in the website |
Kích Thước Tệp | 154 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 3.1.0 |
Cập Nhật Lần Cuối | 2021-06-06 |
Ngày Phát Hành | 2021-06-06 |
Nhà Phát Triển | contact.nguyenit |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://toplistiptv.com/rapid-iptv/ |
URL Trang Trợ Giúp | https://toplistiptv.com/rapid-iptv/ |
URL Trang Chính Sách Bảo Mật | https://sosanhgiakhoahoc.com/chinh-sach-bao-mat |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |