TechsFound
Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies
ما هو TechsFound؟
TechsFound هو إضافة Chrome تم تطويرها بواسطة https://techsfound.com، والميزة الرئيسية لها هي "Find Running Technologies on Website, SSL certificate details, page loading time, clear cache and cookies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TechsFound
قم بتنزيل ملفات الامتداد TechsFound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.techsfound.com |
عنوان صفحة سياسة الخصوصية | 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'" } |