FFBE Preview
View FFBE Builds inline from FFBE Equip.
What is FFBE Preview?
FFBE Preview is a Chrome extension developed by Null Parameter, and its main feature is "View FFBE Builds inline from FFBE Equip.".
Extension Screenshots
Download FFBE Preview Extension CRX File
Download FFBE Preview 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
FFBE Equip links on Reddit are now hoverable, so you can see the builds without leaving Reddit! v0.4 Updates --------------------- Support NV in images and CSS. v0.3 Updates --------------------- Pull old Reddit CSS into new Reddit. v0.2 Updates ---------------------- Start to support older builds by loading item data. Fix some hovering issues.
Extension Basic Information
Name | FFBE Preview |
ID | dgjfajlegfjhcbhdggbeaacfkdcalokk |
Official URL | https://chromewebstore.google.com/detail/ffbe-preview/dgjfajlegfjhcbhdggbeaacfkdcalokk |
Description | View FFBE Builds inline from FFBE Equip. |
File Size | 76.96 KB |
Installation Count | 247 |
Current Version | 0.4 |
Last Updated | 2020-09-21 |
Publish Date | 2020-02-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Null Parameter |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/NullParameter/ffbebuilds |
Help Page URL | https://github.com/NullParameter/ffbebuilds/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FFBE Preview", "short_name": "FFBE Preview", "manifest_version": 2, "description": "View FFBE Builds inline from FFBE Equip.", "version": "0.4", "homepage_url": "https:\/\/github.com\/NullParameter\/ffbebuilds", "browser_action": { "default_icon": "icon.png", "default_title": "FFBE Preview" }, "icons": { "128": "icon.png" }, "background": { "scripts": [ "app\/lib\/jquery-3.2.1.min.js", "app\/lib\/browser-polyfill.min.js", "app\/scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "app\/lib\/jquery-3.2.1.min.js", "app\/lib\/browser-polyfill.min.js", "app\/lib\/exportBuildAsImage.js", "app\/scripts\/ffbebuilds.js" ], "css": [ "app\/styles\/ffbebuilds.css" ] } ], "permissions": [ "storage", "https:\/\/*\/*", "unlimitedStorage" ], "web_accessible_resources": [ "app\/scripts\/*" ] } |