WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Fonts Ninja

Fonts Ninja

View on Chrome Web Store
4.3 (709 ratings)
1 new ratings
130 views
0 downloads

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

Speed up your design workflow!
Type
Extension
Users
800,000 users
50K
Website fonts.ninja
Fonts Ninja
Featured Extension

Hand-picked for quality and usefulness

Published
Version 8.0.4
Manifest version
3
Updated
productivity/workflow
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Speed up your design workflow!",
    "version": "8.0.4",
    "manifest_version": 3,
    "short_name": "Fonts Ninja",
    "name": "Fonts Ninja",
    "homepage_url": "https:\/\/www.fonts.ninja",
    "author": "Fonts Ninja",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Fonts Ninja"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "extension.bundle.js",
                "frame.html",
                "icons\/*",
                "img\/*",
                "fonts-ninja-helpers\/*",
                "*.woff",
                "*.woff2"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' ; object-src 'self'"
    }
}
© 2025 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.