WebExtension.net
WebExtension.net

BeFunky Extension

View on Chrome Web Store
View BeFunky Extension Chrome Extension on Chrome Web Store
4.1 (108 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Instantly edit web page images and screenshots with BeFunky Photo Editor
Type
Extension
Users
10,000 users
Website www.befunky.com
befunky-chrome-developers
View author page of befunky-chrome-developers
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 18, 2015
Version 1.6
Manifest version
3
Updated
Updated on September 10, 2024
View on Chrome Web Store
View BeFunky Extension Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BeFunky Extension",
    "short_name": "BeFunky",
    "version": "1.6",
    "description": "Instantly edit web page images and screenshots with BeFunky Photo Editor",
    "icons": {
        "16": "images\/befunky16.png",
        "48": "images\/befunky48.png",
        "128": "images\/befunky128.png"
    },
    "homepage_url": "https:\/\/www.befunky.com",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "image_finder.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "images\/befunky16.png",
        "default_title": "BeFunky Photo Editor",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "122",
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top