WebExtension.net
WebExtension.net

Scrolling screenshot tool & screen capture

View on Chrome Web Store
View Scrolling screenshot tool & screen capture Chrome Extension on Chrome Web Store
4.1 (1,653 ratings)
1 new ratings

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

Scrolling Screenshot tool for screen capture and screen sharing
Type
Extension
Users
300,000 users
Screen Recorder
View author page of Screen Recorder
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 15, 2015
Version 2.0.5
Manifest version
3
Updated
Updated on July 20, 2023
View on Chrome Web Store
View Scrolling screenshot tool & screen capture Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.5",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "javascripts\/bundles\/serviceWorker.bundle.js"
    },
    "options_page": "option-react.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "container": "GOOGLE_DRIVE",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "desktopCapture",
        "activeTab",
        "scripting"
    ],
    "oauth2": {
        "client_id": "934696770472-c4k28j2t25p9fpntqsiblj12v8k8cob3.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/youtube",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "optional_permissions": [
        "downloads"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup2.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com http:\/\/localhost:8097\/; object-src 'self';  connect-src ws:\/\/localhost:8097"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/success.gif",
                "images\/clear.png",
                "images\/icon19.png",
                "images\/button_icon_cancel.png",
                "images\/[email protected]",
                "images\/button_icon_cancel_hover.png",
                "images\/[email protected]",
                "images\/button_icon_capture.png",
                "images\/[email protected]",
                "images\/button_icon_capture_hover.png",
                "images\/[email protected]",
                "images\/[email protected]",
                "images\/button_icon_copy.png",
                "images\/video_toolbar\/video_toolbar_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/video_toolbar\/brush_mouse_pen_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/video_toolbar\/brush_mouse_box_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/video_toolbar\/brush_mouse_arrow_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/video_toolbar\/toolbar_clear_mouse_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/video_toolbar\/toolbar_clear_mouse_hover_ic.png",
                "images\/video_toolbar\/[email protected]",
                "images\/annotate_icons.png",
                "images\/[email protected]",
                "images\/svg\/windows-cursor.svg",
                "images\/svg\/cursor.svg",
                "images\/svg\/cursor-hand.svg",
                "images\/svg\/cursor-hand-black.svg",
                "images\/svg\/cursor-click.svg",
                "images\/svg\/smile.svg",
                "images\/svg\/cry.svg",
                "images\/svg\/tick-off.svg",
                "images\/svg\/cross.svg",
                "images\/svg\/forbidden.svg",
                "images\/svg\/warning.svg",
                "images\/svg\/q-mark.svg",
                "images\/svg\/like.svg",
                "images\/svg\/heart.svg",
                "images\/svg\/star.svg",
                "images\/svg\/chicken.svg",
                "images\/svg\/dog.svg",
                "images\/svg\/rain.svg",
                "images\/svg\/sun.svg",
                "images\/svg\/cloud.svg",
                "images\/svg\/thunder.svg",
                "images\/svg\/fish.svg",
                "images\/svg\/fish2.svg",
                "images\/svg\/tree1.svg",
                "images\/svg\/tree2.svg",
                "images\/svg\/building1.svg",
                "images\/svg\/building2.svg",
                "images\/svg\/package.svg",
                "images\/svg\/tent.svg",
                "images\/svg\/umbrella.svg",
                "images\/svg\/car.svg",
                "images\/svg\/basketball.svg",
                "images\/svg\/beer.svg",
                "camera.html",
                "camera-embed.html",
                "annotate-react.html",
                "images\/svgIcons\/ic_drag.svg",
                "images\/svgIcons\/ic_mute.svg",
                "images\/svgIcons\/ic_mic.svg",
                "images\/svgIcons\/ic_cam.svg",
                "images\/svgIcons\/ic_stop.svg",
                "images\/svgIcons\/ic_play.svg",
                "images\/svgIcons\/ic_pause.svg",
                "images\/svgIcons\/ic_no_cam.svg",
                "images\/svgIcons\/ic_show_ann.svg",
                "images\/svgIcons\/ic_trash.svg",
                "images\/svgIcons\/ic_hide_ann.svg",
                "images\/svgIcons\/ic_arrow_left.svg",
                "images\/svgIcons\/ic_close.svg",
                "\/images\/svgIcons\/ic_crown.svg",
                "images\/svgIcons\/ic_height.svg",
                "images\/svgIcons\/ic_width.svg",
                "images\/ic_close.png",
                "images\/[email protected]",
                "images\/ic_copy.png",
                "images\/[email protected]",
                "images\/ic_download.png",
                "images\/[email protected]"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "javascripts\/libs\/jquery-3.4.0.min.js",
                "javascripts\/libs\/dragresize.js",
                "javascripts\/jquery.draggable.js",
                "javascripts\/libs\/jquery-ui-custom.min.js",
                "javascripts\/bundles\/content.bundle.js"
            ],
            "css": [
                "stylesheets\/selected.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true
}
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