Find Links - Rapid IPTV
a tool help you find any links in the website
Τι είναι το Find Links - Rapid IPTV;
Το Find Links - Rapid IPTV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον contact.nguyenit, και η κύρια λειτουργία του είναι "a tool help you find any links in the website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Find Links - Rapid IPTV
Λήψη αρχείων επέκτασης 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 |
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'" } |