WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fullpage Blitz - Lightning-Fast Full Screen Captures

Fullpage Blitz - Lightning-Fast Full Screen Captures

View on Chrome Web Store
View Fullpage Blitz - Lightning-Fast Full Screen Captures Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

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

Capture full-screen scrolls at lightning speed, completing 6-10 pages in just 1 second
Type
Extension
Users
1,000 users
9
Website ziziyi.com
ziziyi
View author page of ziziyi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 23, 2024
Version 0.0.9
Manifest version
3
Updated
Updated on June 26, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fullpage Blitz - Lightning-Fast Full Screen Captures Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.9",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "img\/logo-16.png",
            "24": "img\/logo-24.png",
            "32": "img\/logo-32.png"
        },
        "default_title": "__MSG_short_name__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "background": {
        "service_worker": "js\/bg.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "offscreen",
        "contextMenus",
        "tabCapture",
        "unlimitedStorage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "<all_urls>"
    ],
    "minimum_chrome_version": "109",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/*",
                "\/assets\/*",
                "\/img\/*",
                "embed.html",
                "logo.svg"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    }
}
© 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.
Go to top