TechsFound
Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
TechsFound là gì?
TechsFound là một tiện ích mở rộng Chrome được phát triển bởi https://techsfound.com, và tính năng chính của nó là "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies".
Ả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 TechsFound
Tải xuống các tệp mở rộng TechsFound 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TechsFound |
ID | anbcbibcejpgaohknmjoikdepodjfiac |
URL Chính Thức | https://chromewebstore.google.com/detail/techsfound/anbcbibcejpgaohknmjoikdepodjfiac |
Mô tả | Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies |
Kích Thước Tệp | 5.5 MB |
Số Lần Cài Đặt | 567 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2021-05-24 |
Ngày Phát Hành | 2021-01-10 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://techsfound.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.techsfound.com |
URL Trang Trợ Giúp | https://www.techsfound.com |
URL Trang Chính Sách Bảo Mật | https://www.techsfound.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |