Warframe Helper
This extension provides alerts and tools for Warframe.
What is Warframe Helper?
Warframe Helper is a Chrome extension developed by Arlen Pan, and its main feature is "This extension provides alerts and tools for Warframe.".
Extension Screenshots
Download Warframe Helper Extension CRX File
Download Warframe Helper 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
Warframe Helper is a simple extension that keeps you up to date on the latest Warframe data (alerts, invasions, sorties, fissures, deals, traders. etc.), complete with customizable desktop notifications, PC/PS4/XB1 support, and a quick Wikia search feature.
Extension Basic Information
Name | Warframe Helper |
ID | megdibgjimdgcjgdjocdldjchhfmhacb |
Official URL | https://chromewebstore.google.com/detail/warframe-helper/megdibgjimdgcjgdjocdldjchhfmhacb |
Description | This extension provides alerts and tools for Warframe. |
File Size | 94.12 KB |
Installation Count | 974 |
Current Version | 4.0 |
Last Updated | 2018-06-17 |
Publish Date | 2018-06-17 |
Rating | 4.42/5 Total 38 Ratings |
Developer | Arlen Pan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Warframe Helper", "version": "4.0", "description": "This extension provides alerts and tools for Warframe.", "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "http:\/\/content.warframe.com\/*", "http:\/\/content.ps4.warframe.com\/*", "notifications", "alarms", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |