Ninja File Collector
Shows a list of all the files the webpage uses through the Developer tools.
What is Ninja File Collector?
Ninja File Collector is a Chrome extension developed by Joseph, and its main feature is "Shows a list of all the files the webpage uses through the Developer tools.".
Extension Screenshots
Download Ninja File Collector Extension CRX File
Download Ninja File Collector 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
Shows a list of all the files the webpage uses through the Developer tools. Easy to copy and paste into other tools.
Extension Basic Information
Name | |
ID | mifinndldjidbdidlapemefmlnknkcmo |
Official URL | https://chrome.google.com/webstore/detail/ninja-file-collector/mifinndldjidbdidlapemefmlnknkcmo |
Description | Shows a list of all the files the webpage uses through the Developer tools. |
File Size | 13.23 KB |
Installation Count | 665 |
Current Version | 1.0 |
Last Updated | 2015-11-21 |
Publish Date | 2015-11-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Joseph |
Payment Type | free |
Extension Website | https://github.com/josephspurrier/ninja-file-collector |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ninja File Collector", "version": "1.0", "description": "Shows a list of all the files the webpage uses through the Developer tools.", "icons": { "128": "static\/images\/128\/ninja.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "devtools_page": "devtools.html", "manifest_version": 2 } |