Framered

Discover a dope website made in Framer each time you open a new tab

What is Framered?

Framered is a Chrome extension developed by Noman Ijaz, and its main feature is "Discover a dope website made in Framer each time you open a new tab".

Extension Screenshots

screenshot

Download Framered Extension CRX File

Download Framered 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 a dope website made in Framer each time you open a new tab                    

Extension Basic Information

Name Framered Framered
ID npemcaimbilljoofijhjbkjnalemahck
Official URL https://chromewebstore.google.com/detail/framered/npemcaimbilljoofijhjbkjnalemahck
Description Discover a dope website made in Framer each time you open a new tab
File Size 208 KB
Installation Count 104
Current Version 1.0
Last Updated 2023-06-03
Publish Date 2023-06-02
Rating 5.00/5 Total 1 Ratings
Developer Noman Ijaz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Framered",
    "description": "Discover a dope website made in Framer each time you open a new tab",
    "version": "1.0",
    "host_permissions": [
        "https:\/\/*.githubusercontent.com\/"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}