Destiny Fireteam Finder
Ever had trouble finding a fireteam in Destiny? Not anymore.
What is Destiny Fireteam Finder?
Destiny Fireteam Finder is a Chrome extension developed by WatsonApps, and its main feature is "Ever had trouble finding a fireteam in Destiny? Not anymore.".
Extension Screenshots
Download Destiny Fireteam Finder Extension CRX File
Download Destiny Fireteam Finder 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
Latest update: Fix for update timer when day is tuesday but reset hasn't happened. Ever had trouble finding a fireteam for Destiny (The Game)? Well, not anymore. This extension gives you quick links to the best websites to find fellow Destiny players. Not only that, but on the Fireteams subreddit, it will filter out all the posts that are not for your system. Simply just click the green check marks to make them into a red x, and you'll no longer see those posts (It will require a page refresh). Please note: This is my first extension, and I know it's not pretty. Constructive criticism is welcomed. Assistance, tips, or ideas on how to improve this app is encouraged. The icon is not final. It's hard to make something that'd represent both Destiny and a "filter".
Extension Basic Information
Name | |
ID | gononcegnbhcgjmjdgmldmelkgndghea |
Official URL | https://chrome.google.com/webstore/detail/destiny-fireteam-finder/gononcegnbhcgjmjdgmldmelkgndghea |
Description | Ever had trouble finding a fireteam in Destiny? Not anymore. |
File Size | 133 KB |
Installation Count | 43 |
Current Version | 0.0.1.20 |
Last Updated | 2017-03-27 |
Publish Date | 2017-03-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | WatsonApps |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Destiny Fireteam Finder", "short_name": "DFF", "description": "Ever had trouble finding a fireteam in Destiny? Not anymore.", "version": "0.0.1.20", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/r\/Fireteams\/*\/*", "https:\/\/reddit.com\/r\/Fireteams\/*\/*", "http:\/\/reddit.com\/r\/fireteams\/*\/*", "https:\/\/reddit.com\/r\/fireteams\/*\/*", "http:\/\/reddit.com\/r\/FIRETEAMS\/*\/*", "https:\/\/reddit.com\/r\/FIRETEAMS\/*\/*", "http:\/\/reddit.com\/r\/Fireteams\/*\/", "https:\/\/reddit.com\/r\/Fireteams\/*\/", "http:\/\/reddit.com\/r\/fireteams\/*\/", "https:\/\/reddit.com\/r\/fireteams\/*\/", "http:\/\/reddit.com\/r\/FIRETEAMS\/*\/", "https:\/\/reddit.com\/r\/FIRETEAMS\/*\/", "http:\/\/reddit.com\/r\/Fireteams\/*", "https:\/\/reddit.com\/r\/Fireteams\/*", "http:\/\/reddit.com\/r\/fireteams\/*", "https:\/\/reddit.com\/r\/fireteams\/*", "http:\/\/reddit.com\/r\/FIRETEAMS\/*", "https:\/\/reddit.com\/r\/FIRETEAMS\/*", "http:\/\/reddit.com\/r\/Fireteams\/", "https:\/\/reddit.com\/r\/Fireteams\/", "http:\/\/reddit.com\/r\/fireteams\/", "https:\/\/reddit.com\/r\/fireteams\/", "http:\/\/reddit.com\/r\/FIRETEAMS\/", "https:\/\/reddit.com\/r\/FIRETEAMS\/", "http:\/\/www.reddit.com\/r\/Fireteams\/*\/*", "https:\/\/www.reddit.com\/r\/Fireteams\/*\/*", "http:\/\/www.reddit.com\/r\/fireteams\/*\/*", "https:\/\/www.reddit.com\/r\/fireteams\/*\/*", "http:\/\/www.reddit.com\/r\/FIRETEAMS\/*\/*", "https:\/\/www.reddit.com\/r\/FIRETEAMS\/*\/*", "http:\/\/www.reddit.com\/r\/Fireteams\/*\/", "https:\/\/www.reddit.com\/r\/Fireteams\/*\/", "http:\/\/www.reddit.com\/r\/fireteams\/*\/", "https:\/\/www.reddit.com\/r\/fireteams\/*\/", "http:\/\/www.reddit.com\/r\/FIRETEAMS\/*\/", "https:\/\/www.reddit.com\/r\/FIRETEAMS\/*\/", "http:\/\/www.reddit.com\/r\/Fireteams\/*", "https:\/\/www.reddit.com\/r\/Fireteams\/*", "http:\/\/www.reddit.com\/r\/fireteams\/*", "https:\/\/www.reddit.com\/r\/fireteams\/*", "http:\/\/www.reddit.com\/r\/FIRETEAMS\/*", "https:\/\/www.reddit.com\/r\/FIRETEAMS\/*", "http:\/\/www.reddit.com\/r\/Fireteams\/", "https:\/\/www.reddit.com\/r\/Fireteams\/", "http:\/\/www.reddit.com\/r\/fireteams\/", "https:\/\/www.reddit.com\/r\/fireteams\/", "http:\/\/www.reddit.com\/r\/FIRETEAMS\/", "https:\/\/www.reddit.com\/r\/FIRETEAMS\/" ], "js": [ "jquery.min.js", "hide.js" ] } ], "options_page": "Options.html", "permissions": [ "activeTab", "storage", "*:\/\/reddit.com\/r\/Fireteams\/*\/*", "*:\/\/reddit.com\/r\/fireteams\/*\/*", "*:\/\/reddit.com\/r\/FIRETEAMS\/*\/*", "*:\/\/reddit.com\/r\/Fireteams\/*\/", "*:\/\/reddit.com\/r\/fireteams\/*\/", "*:\/\/reddit.com\/r\/FIRETEAMS\/*\/", "*:\/\/reddit.com\/r\/Fireteams\/*", "*:\/\/reddit.com\/r\/fireteams\/*", "*:\/\/reddit.com\/r\/FIRETEAMS\/*", "*:\/\/reddit.com\/r\/fireteams\/", "*:\/\/reddit.com\/r\/fireteams\/" ] } |