Salla Theme Finder

Finds the used theme in this Salla store.

What is Salla Theme Finder?

Salla Theme Finder is a Chrome extension developed by dhiaaddin, and its main feature is "Finds the used theme in this Salla store.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Salla Theme Finder Extension CRX File

Download Salla Theme Finder 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

                        Discover the theme used on any website built by Salla with a single click!

How to use:
- Install the Salla Theme Finder.
- Navigate to any Salla website you want to identify the theme for.
- Click the extension icon in the toolbar.
- Click the "Find" button in the popup.
- View the detected theme.                    

Extension Basic Information

Name Salla Theme Finder Salla Theme Finder
ID laijjhhiomfaipnjdlgkhhnnehhkaggb
Official URL https://chromewebstore.google.com/detail/salla-theme-finder/laijjhhiomfaipnjdlgkhhnnehhkaggb
Description Finds the used theme in this Salla store.
File Size 47.86 KB
Installation Count 238
Current Version 0.1
Last Updated 2023-05-05
Publish Date 2023-05-04
Developer dhiaaddin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salla Theme Finder",
    "version": "0.1",
    "description": "Finds the used theme in this Salla store.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Salla Theme Finder"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}