TechsFound
Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
TechsFoundとは何ですか?
TechsFoundはhttps://techsfound.comによって開発されたChromeの拡張機能で、その主な機能は「Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies」です。
拡張機能のスクリーンショット
TechsFound拡張機能のCRXファイルをダウンロード
TechsFound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |