Framer Checker

Check if a website was made using Framer.com

What is Framer Checker?

Framer Checker is a Chrome extension developed by Lenderson Macedo, and its main feature is "Check if a website was made using Framer.com".

Extension Screenshots

screenshot
screenshot

Download Framer Checker Extension CRX File

Download Framer Checker 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

                        Need to check if a website was made with Framer?  With Framer Checker, you can automatically verifies if a website was created using this popular design tool. With just a few clicks, you can quickly check if a site was built with Framer. As a designer, it's a great way to see how other professionals are using this tool, and for anyone curious about the tools used to build their favorite websites, Framer Checker has you covered.                    

Extension Basic Information

Name Framer Checker Framer Checker
ID jhjmopmegnfaboaidbggelokaadjjgif
Official URL https://chromewebstore.google.com/detail/framer-checker/jhjmopmegnfaboaidbggelokaadjjgif
Description Check if a website was made using Framer.com
File Size 55.02 KB
Installation Count 813
Current Version 1.0.2
Last Updated 2022-12-16
Publish Date 2022-12-15
Rating 5.00/5 Total 3 Ratings
Developer Lenderson Macedo
Email [email protected]
Payment Type free
Extension Website https://chrome.framer.website
Help Page URL https://chrome.framer.website/bugs-report
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Framer Checker",
    "description": "Check if a website was made using Framer.com",
    "version": "1.0.2",
    "author": "Lenderson Macedo",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Framer Checker",
        "default_popup": "popups\/disabled.html",
        "default_icon": {
            "16": "assets\/16-disabled.png",
            "24": "assets\/24-disabled.png",
            "32": "assets\/32-disabled.png",
            "48": "assets\/48-disabled.png",
            "128": "assets\/128-disabled.png"
        }
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/16-active.png",
        "24": "assets\/24-active.png",
        "32": "assets\/32-active.png",
        "48": "assets\/48-active.png",
        "128": "assets\/128-active.png"
    }
}