Three Web Stalker
Browser alternative / web crawler visualizer
What is Three Web Stalker?
Three Web Stalker is a Chrome extension developed by pcdevri, and its main feature is "Browser alternative / web crawler visualizer".
Extension Screenshots
Download Three Web Stalker Extension CRX File
Download Three Web Stalker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Creates a 3d graph of websites based off a root URL, allowing the user to view the web in a new way. Inspired by The Web Stalker, this extension pushes back on the standard for searching and viewing the web. Upon selecting a site from the interactive graph, the site can be fetched and viewed as raw html.
Extension Basic Information
Name | Three Web Stalker |
ID | klmhhglpadcjglppjmjpepicoidecdlo |
Official URL | https://chromewebstore.google.com/detail/three-web-stalker/klmhhglpadcjglppjmjpepicoidecdlo |
Description | Browser alternative / web crawler visualizer |
File Size | 5.34 MB |
Installation Count | 21 |
Current Version | 0.1.2 |
Last Updated | 2021-04-14 |
Publish Date | 2021-04-14 |
Developer | pcdevri |
[email protected] | |
Payment Type | free |
Help Page URL | http://patrickdevries.ddns.net/contact.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Three Web Stalker", "description": "Browser alternative \/ web crawler visualizer", "version": "0.1.2", "manifest_version": 3, "background": { "threejs_worker": "index.js" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "popup.html", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |