WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
RhinoSpider

RhinoSpider

View on Chrome Web Store
View RhinoSpider Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 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.

RhinoSpider Chrome Extension - Now with Analytics
Type
Extension
Users
17 users
2
Website rhinospider.com
RhinoSpider
View author page of RhinoSpider
Published
Published on March 20, 2025
Version 7.2.0
Manifest version
3
Updated
Updated on August 27, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View RhinoSpider 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": "RhinoSpider",
    "version": "7.2.0",
    "description": "RhinoSpider Chrome Extension - Now with Analytics",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "downloads",
        "offscreen",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js-loader.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "RhinoSpider",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "pages\/*",
                "assets\/*",
                "content.js",
                "content.js.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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