WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Scraper Game

Scraper Game

View on Chrome Web Store
View Scraper Game Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (20 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Scrape public Instagram usernames from visible pages and export them.
Type
Extension
Users
98 users
15
leadgame.co
View author page of leadgame.co
Published
Published on January 11, 2026
Version 0.1.6
Manifest version
3
Updated
Updated on January 13, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Scraper Game 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",
    "manifest_version": 3,
    "name": "Scraper Game",
    "version": "0.1.6",
    "description": "Scrape public Instagram usernames from visible pages and export them.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "https:\/\/app.scrapergame.work\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "cors_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "Images\/scraper-favicon.png",
        "48": "Images\/scraper-favicon.png",
        "128": "Images\/scraper-favicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "Images\/scraper-favicon.png",
            "48": "Images\/scraper-favicon.png",
            "128": "Images\/scraper-favicon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}
© 2026 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