LSF Tools

To solve internal operational problems easily.

What is LSF Tools?

LSF Tools is a Chrome extension developed by fe.develop, and its main feature is "To solve internal operational problems easily.".

Extension Screenshots

screenshot

Download LSF Tools Extension CRX File

Download LSF Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        LSF Tools is a collection of browser extensions to solve internal operational problems.
With this tool you will get the following features:
● 🌐 Quickly check the multilingual translation status of the page
● 🚀 Quickly positioning page multilingual configuration
● 📊 Quickly view the page buried data status
● 📈 Quickly analyze user traffic trends                    

Extension Basic Information

Name LSF Tools LSF Tools
ID iejllphclkdidjkblfajboaakifdcmkp
Official URL https://chromewebstore.google.com/detail/lsf-tools/iejllphclkdidjkblfajboaakifdcmkp
Description To solve internal operational problems easily.
File Size 1.58 MB
Installation Count 275
Current Version 1.9.3
Last Updated 2023-11-22
Publish Date 2022-12-17
Rating 5.00/5 Total 2 Ratings
Developer fe.develop
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LSF Tools",
    "version": "1.9.3",
    "description": "To solve internal operational problems easily.",
    "action": {
        "default_icon": "assets\/icon-512.png",
        "default_popup": "src\/popup\/index.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon-512.png",
        "48": "assets\/icon-512.png",
        "128": "assets\/icon-512.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/contentScripts\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/contentScripts\/index.368ab45f.js",
                "assets\/bootstrap.6fb76922.js",
                "assets\/_commonjsHelpers.468b0bfa.js",
                "assets\/fusion.1aad51f5.js",
                "assets\/index.8b8f5866.js",
                "assets\/noop.d073f165.js",
                "assets\/src\/contentScripts\/index.edbf5950.css",
                "assets\/fusion.67ffa6d9.css",
                "assets\/noop.82f819c9.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}