TechsFound
Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
TechsFound क्या है?
TechsFound https://techsfound.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TechsFound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension help you to identify running technologies on website. It identifies different web technologies, Page Loading time, SSL Details, Website IP Address, List cookies, Wordpress plugins and themes.
एक्सटेंशन की मूल जानकारी
नाम | TechsFound |
ID | anbcbibcejpgaohknmjoikdepodjfiac |
आधिकारिक URL | https://chromewebstore.google.com/detail/techsfound/anbcbibcejpgaohknmjoikdepodjfiac |
विवरण | Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies |
फ़ाइल का आकार | 5.5 MB |
स्थापना संख्या | 567 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2021-05-24 |
प्रकाशन तिथि | 2021-01-10 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | https://techsfound.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.techsfound.com |
सहायता पृष्ठ URL | https://www.techsfound.com |
गोपनीयता नीति पृष्ठ URL | https://www.techsfound.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TechsFound", "description": "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies", "version": "2.0.2", "default_locale": "en", "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "72": "images\/Icon-72.png", "152": "images\/Icon-152.png" }, "browser_action": { "default_title": "TechsFound", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "js\/techsfound.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/performance.js" ] } ], "web_accessible_resources": [ "js\/inject.js" ], "permissions": [ "cookies", "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |