WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Search Results Exporter - YSRExporter

YouTube Search Results Exporter - YSRExporter

View on Chrome Web Store
View YouTube Search Results Exporter - YSRExporter Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
6 new ratings
25 views
This extension has been viewed 25 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.

Export YouTube search result. Save YouTube search results to csv file
Type
Extension
Users
51 users
1
videoscastmobile
View author page of videoscastmobile
Published
Published on June 28, 2024
Version 2.0.3
Manifest version
3
Updated
Updated on July 5, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube Search Results Exporter - YSRExporter 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": "YouTube Search Results Exporter - YSRExporter",
    "version": "2.0.3",
    "description": "Export YouTube search result. Save YouTube search results to csv file",
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/results*"
            ],
            "js": [
                "ExtPay.js",
                "content_ytb_search.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icons\/*",
                "js\/ytb_search_inject.js",
                "popup.js",
                "ExtPay.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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