WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ShotBird - Scrolling Screenshots, Tweet Images & Editor

ShotBird - Scrolling Screenshots, Tweet Images & Editor

View on Chrome Web Store
View ShotBird - Scrolling Screenshots, Tweet Images & Editor Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (6 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

Take scrolling screenshots, turn tweets into images, and edit captures—all in one lightweight extension.
Type
Extension
Users
316 users
2
Akshay Anu S
View author page of Akshay Anu S
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 4, 2024
Version 1.4
Manifest version
3
Updated
Updated on June 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View ShotBird - Scrolling Screenshots, Tweet Images & Editor 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": "ShotBird - Scrolling Screenshots, Tweet Images & Editor",
    "description": "Take scrolling screenshots, turn tweets into images, and edit captures\u2014all in one lightweight extension.",
    "version": "1.4",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "storage",
        "tabs",
        "debugger"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": [],
        "capture-fullscreen": {
            "description": "Capture Full Screen"
        },
        "capture-area": {
            "description": "Capture Area"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
© 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