BuiltWith Technology Profiler

Find out what the website you are visiting is built with using this extension.

ما هو BuiltWith Technology Profiler؟

BuiltWith Technology Profiler هو إضافة Chrome تم تطويرها بواسطة https://builtwith.com، والميزة الرئيسية لها هي "Find out what the website you are visiting is built with using this extension.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BuiltWith Technology Profiler

قم بتنزيل ملفات الامتداد BuiltWith Technology Profiler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!

BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page.                    

معلومات أساسية عن التمديد

الاسم BuiltWith Technology Profiler BuiltWith Technology Profiler
ID dapjbgnjinbpoindlpdmhochffioedbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn
الوصف Find out what the website you are visiting is built with using this extension.
حجم الملف 54.1 KB
عدد التثبيتات 374,188
النسخة الحالية 3.6
آخر تحديث 2022-05-11
تاريخ النشر 2020-05-15
تقييم 4.39/5 مجموع تقييمات 401
المطور https://builtwith.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://builtwith.com
عنوان صفحة المساعدة http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/
عنوان صفحة سياسة الخصوصية https://builtwith.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BuiltWith Technology Profiler",
    "version": "3.6",
    "short_name": "BuiltWith",
    "description": "Find out what the website you are visiting is built with using this extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/builtwith.com\/"
    ]
}