Destiny Fireteam Finder
Ever had trouble finding a fireteam in Destiny? Not anymore.
Destiny Fireteam Finderとは何ですか?
Destiny Fireteam FinderはWatsonAppsによって開発されたChromeの拡張機能で、その主な機能は「Ever had trouble finding a fireteam in Destiny? Not anymore.」です。
拡張機能のスクリーンショット
Destiny Fireteam Finder拡張機能のCRXファイルをダウンロード
Destiny Fireteam Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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".
拡張機能の基本情報
名前 | |
ID | gononcegnbhcgjmjdgmldmelkgndghea |
公式URL | https://chrome.google.com/webstore/detail/destiny-fireteam-finder/gononcegnbhcgjmjdgmldmelkgndghea |
説明 | Ever had trouble finding a fireteam in Destiny? Not anymore. |
ファイルサイズ | 133 KB |
インストール数 | 43 |
現在のバージョン | 0.0.1.20 |
最終更新日 | 2017-03-27 |
公開日 | 2017-03-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | WatsonApps |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/" ] } |