LT Debug

Best tool you can ask to debug and ship web based products faster!

ما هو LT Debug؟

LT Debug هو إضافة Chrome تم تطويرها بواسطة https://lambdatest.com، والميزة الرئيسية لها هي "Best tool you can ask to debug and ship web based products faster!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LT Debug

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

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

                        The best Chrome extension to debug web issues and accelerate your development 🔥🚀

LT Debug is a collection of free online web design, development, and debugging utilities enhanced with LambdaTest’s digital experience testing cloud to make your development efforts easier and faster. 

⏺Replay on LambdaTest Cloud: Record user flow with Chrome Recorder panel (DevTools > More tools > Recorder), and replay or retest it as an automated test on 3000+ browser-os-resolution combinations on LambdaTest Cloud.

🚀Real Time Test: Directly launch live interactive real-time tests of your web apps or mobile pages, and test across 3000+ desktop and mobile browsers running on real devices.

🖼Screenshot Test:  Initiate a screenshot test on LambdaTest Cloud. Take screenshots on up to 25 desktop or mobile browsers, resolution, and your preferred real or virtual devices.

Access free useful utilities like Add/Remove/Modify HTTP(s) Header Requests, Block URL requests, Add/Remove Query Param, Throttle the Page Response, Inject Scripts, Change User Agent, Redirect URLs, and many more..!!

🔥 Best free tool you can ask to debug and ship web-based products faster! 🔥

📄 Modify Header - Add, modify, or remove an HTTP request header on a desired website or URL. It helps you test a particular header for a request on a website.

🚦 Block Requests - Blocks HTTP Requests based on your specified URL specific conditions.

📶 Throttler - Throttle network speed for all network requests. Choose any URL to slow down, leaving others at normal speed. Control delay (in milliseconds) for desired URL.

⚙️ Add/Remove Query Param - Change, and manipulate URL query parameters. It reads and organizes the key, and value pairs on the current web page.

🔀 Redirect Requests - Specify a page that should be automatically redirected to another page. E.g. you want http://lambdatest.com/111 to redirect to http://lambdatest.com/222.

🕵 Change user Agent - Switch between user-agent strings quickly. Imitate, spoof or simulate other browsers, devices or search engine spiders.

💉 Insert script css/js - Simulate any web page's experience by injecting your own JavaScript or CSS script in console.

🟢 Allow CORS - Add (Access-Control-Allow-Origin: *) rule to the response header and easily perform cross-domain Ajax requests in web applications.

🛡️ Content Security Policy - Generate Content Security Policy headers on any website/web page of your choice

🎇Bonus🎇: Access 160+ free tools with a click of a button to help you with Tidying up code, Data Formatting, Random Data Generation, Hash Calculations, and Utilities                    

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

الاسم LT Debug LT Debug
ID kofahhnmgobkidipanhejacffiigppcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/lt-debug/kofahhnmgobkidipanhejacffiigppcd
الوصف Best tool you can ask to debug and ship web based products faster!
حجم الملف 1.9 MB
عدد التثبيتات 2,000
النسخة الحالية 2.0.1
آخر تحديث 2023-07-04
تاريخ النشر 2022-06-22
تقييم 4.83/5 مجموع تقييمات 6
المطور https://lambdatest.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.lambdatest.com
عنوان صفحة المساعدة https://www.lambdatest.com/contact-us
عنوان صفحة سياسة الخصوصية https://www.lambdatest.com/legal/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LT Debug",
    "version": "2.0.1",
    "description": "Best tool you can ask to debug and ship web based products faster!",
    "icons": {
        "16": "static\/icons\/favicon-16x16.png",
        "32": "static\/icons\/favicon-32x32.png",
        "96": "static\/icons\/favicon-96x96.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "debugger",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "css": [],
            "js": [
                "throttleScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "LT Debug",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "devtools_page": "DevToolsPlugin.html"
}