File Coverage

blib/lib/File/Extension.pm
Criterion Covered Total %
statement 18 24 75.0
branch 0 2 0.0
condition n/a
subroutine 6 7 85.7
pod 2 2 100.0
total 26 35 74.2


line stmt bran cond sub pod time code
1             package File::Extension;
2              
3 2     2   136694 use strict;
  2         14  
  2         66  
4 2     2   11 use warnings FATAL => 'all';
  2         4  
  2         408  
5              
6              
7             our $VERSION = '0.020';
8              
9             # populated in BEGIN block
10             my %ext;
11              
12              
13             sub extplain {
14 3     3 1 88 my $extension = lc(shift);
15              
16             # if provided like .nes
17 3         15 $extension =~ s/^[.]?//;
18              
19 3         18 return $ext{$extension};
20             }
21              
22              
23             sub filter_by_meta {
24 0     0 1   my $query = shift;
25              
26 0           my %filtered;
27              
28 0           while(my($extension, $desc) = each(%ext)) {
29 0 0         if($desc =~ m/$query/i) {
30 0           $filtered{$extension} = $desc;
31             }
32             }
33 0           return \%filtered;
34             }
35              
36             #< begin
37             BEGIN {
38 2     2   15 use Exporter;
  2         4  
  2         91  
39 2     2   12 use vars qw(@ISA @EXPORT_OK %EXPORT_TAGS);
  2         4  
  2         36605  
40 2     2   48 @ISA = qw(Exporter);
41              
42              
43 2         8 @EXPORT_OK = qw(extplain filter_by_meta);
44              
45 2         10876 %ext = (
46             '!bt' => 'BitTorrent Incomplete Download File',
47             '!qb' => 'qBittorrent Partial Download File',
48             '!sync' => 'BitTorrent Partially Synced File',
49             '!ut' => 'uTorrent Incomplete Download',
50             '$$$' => 'Temporary File',
51             '$01' => 'DOS Pipe File',
52             '$db' => 'dBASE Temporary File',
53             '$er' => 'GroupWise Database',
54             '0' => 'Shared Library Link File',
55             '00' => 'The Ur-Quan Masters Saved Game Slot 0 File',
56             '000' => 'Indexing Service Data File',
57             '001' => 'Fax File',
58             '002' => 'Split Archive Part 2 File',
59             '003' => 'Split Archive Part 3 File',
60             '0cc' => '0CC-FamiTracker Module',
61             '0xe' => 'F-Secure Renamed Virus File',
62             '1' => 'Unix Section 1 Man Page',
63             '113' => 'Iomega Backup File',
64             '123' => 'PCB123 Circuit Board Design',
65             '123c' => 'Autodesk 123C Drawing',
66             '123d' => 'Autodesk 123D Drawing',
67             '123dx' => '123D Design Model File',
68             '12m' => 'Lotus 1-2-3 SmartMaster File',
69             '17t' => '2017 StudioTax Return File',
70             '1pe' => 'TurboTax Form File',
71             '1ph' => 'TurboTax File',
72             '1st' => 'Readme File',
73             '208' => 'ASUS Notebook BIOS 208 Update File',
74             '256' => 'Descent 2 Color Palette File',
75             '264' => 'Ripped Video Data File',
76             '2bp' => 'Pocket PC Bitmap Image File',
77             '2d' => 'VersaCAD 2D Drawing File',
78             '2fs' => 'Puppy Linux Save State File',
79             '2mg' => 'Apple IIGS Disk Image',
80             '2sf' => 'Nintendo DS Sound File',
81             '2sflib' => 'Nintendo DS Audio Library File',
82             '323' => 'H.323 Internet Telephony File',
83             '32x' => 'Sega 32X ROM',
84             '360' => '360desktop Panorama File',
85             '386' => 'Windows Virtual Device Driver',
86             '3d' => 'Stereo CAD-3D Image File',
87             '3d2' => 'Stereo CAD-3D 2.0 Image File',
88             '3d4' => 'Stereo CAD-3D 2.0 Image File',
89             '3da' => '3D Assembly File',
90             '3dc' => '3DCrafter Scene File',
91             '3dd' => 'ArcGlobe Document',
92             '3df' => '3D Format',
93             '3dl' => 'Sierra LandDesigner 3D File',
94             '3dm' => 'Rhino 3D Model',
95             '3dmdef' => '3DMark Definition File',
96             '3dmf' => 'QuickDraw 3D Metafile',
97             '3dmk' => '123D Make Project File',
98             '3don' => 'Scrutinize 3D Mesh File',
99             '3dp' => '3DMark2011 SE Project File',
100             '3dr' => '3D Rad Project File',
101             '3ds' => 'Nintendo 3DS ROM',
102             '3dsx' => 'Homebrew Launcher File',
103             '3dt' => '3D Topicscape File',
104             '3dv' => '3D VRML World',
105             '3dw' => 'Studio Store Visualizer 3D Environment File',
106             '3dx' => 'Rhino 3D Model File',
107             '3dxml' => 'Dassault Systemes 3D XML File',
108             '3dz' => 'Nintendo 3DS ROM',
109             '3fr' => 'Hasselblad 3F RAW Image',
110             '3fs' => 'Puppy Linux Save State File',
111             '3g2' => '3GPP2 Multimedia File',
112             '3ga' => '3GPP Audio File',
113             '3gp' => '3GPP Multimedia File',
114             '3gp2' => '3GPP Multimedia File',
115             '3gpa' => '3GPP Multimedia File',
116             '3gpp' => '3GPP Media File',
117             '3gpp2' => '3GPP2 Multimedia File',
118             '3me' => 'TurboTax Form File',
119             '3mf' => '3D Manufacturing File',
120             '3mm' => '3D Movie Maker Movie Project',
121             '3p2' => '3GPP Multimedia File',
122             '3pe' => 'TurboTax 2008 Form File',
123             '3w' => 'XYZprinting Sliced Model File',
124             '411' => 'Mavica Thumbnail Image',
125             '477' => 'MNS Shape Definition Companion File',
126             '4db' => '4th Dimension Database Structure File',
127             '4dd' => '4th Dimension Database Data File',
128             '4dl' => '4th Dimension Database Log File',
129             '4dv' => '4D View Ultrasound File',
130             '4fs' => 'Puppy Linux Save State File',
131             '4mp' => '4-MP3 Database File',
132             '4th' => 'Forth Language File',
133             '4ui' => 'ForeUI Plot File',
134             '555' => 'Black & White Weather Settings File',
135             '5vw' => '5View Packet Capture File',
136             '5xb' => 'Line 6 POD HD500X Edit Bundle',
137             '5xe' => 'Line 6 POD HD500X Edit Preset File',
138             '5xs' => 'Line 6 POD HD500X Edit Setlist File',
139             '602' => 'Text602 Document',
140             '60d' => 'CCTV Video Clip',
141             '669' => 'UNIS Composer 669 Module',
142             '68k' => 'SEGA Mega Drive & Genesis Classics ROM File',
143             '6cm' => 'Six Channel Module',
144             '73b' => 'TI-73 Backup File',
145             '73c' => 'TI-73 Constant File',
146             '73i' => 'TI-73 Screenshot File',
147             '73k' => 'TI-73 Application',
148             '73l' => 'TI-73 Data List File',
149             '73u' => 'TI-73 Explorer Operating System File',
150             '787' => 'AVTECH CCTV Video File',
151             '7z' => '7-Zip Compressed File',
152             '7z.001' => '7-Zip Split Archive Part 1 File',
153             '7z.002' => '7-Zip Split Archive Part 2 File',
154             '83p' => 'TI-83 Calculator File',
155             '890' => 'Cavena Subtitles File',
156             '89k' => 'TI-89 Application',
157             '8ba' => 'Photoshop Plug-in',
158             '8bc' => 'Photoshop 5.0 Plug-in',
159             '8be' => 'PhotoDeluxe Plug-in',
160             '8bf' => 'Photoshop Filter Plug-in',
161             '8bi' => 'Photoshop Plug-in',
162             '8bi8' => 'Photoshop Plug-in',
163             '8bl' => 'Photoshop Plug-in',
164             '8bs' => 'Photoshop 5.0 Selection Plug-in',
165             '8bx' => 'PhotoDeluxe Plug-in',
166             '8by' => 'PhotoDeluxe Plug-in',
167             '8ca' => 'TI-84 Plus C Image Var Format',
168             '8ci' => 'TI-84 Plus C Pic Vars Format',
169             '8ck' => 'TI-84 Plus C Silver Edition Application File',
170             '8cm' => 'Eight Channel Module',
171             '8cu' => 'TI-84 Plus C Operating System File',
172             '8ld' => 'Overlord 2 Language File',
173             '8li' => 'Photoshop Scripting Plug-in',
174             '8med' => 'Amiga OctaMed Music File',
175             '8pbs' => 'Adobe Photoshop Macintosh File',
176             '8st' => '8start Launcher File',
177             '8svx' => 'Amiga 8-Bit Sound File',
178             '8xg' => 'TI-83/84 Plus Group File',
179             '8xi' => 'TI-83/84 Plus Picture File',
180             '8xk' => 'TI-83 Plus Application Upgrade File',
181             '8xp' => 'TI-83 Plus Calculator File',
182             '8xs' => 'TI-83/84 Plus String File',
183             '8xu' => 'TI-83 and TI-84 Plus Operating System File',
184             '8xv' => 'TI-83/84 Plus Variable File',
185             '9.png' => 'NinePatchDrawable Image',
186             '^^^' => 'Pervasive.SQL Database File',
187             '__a' => 'File Splitter & Joiner Encrypted File',
188             '__b' => 'File Splitter & Joiner Encrypted Archive File',
189             '_doc' => 'Renamed Microsoft Word Document',
190             '_docx' => 'Renamed Microsoft Word Open XML Document',
191             '_eml' => 'Windows Live Mail Email File',
192             '_nws' => 'Windows Live Mail Newsgroup Copy File',
193             '_playmusicid' => 'Google Play Music ID File',
194             '_sys.lfo' => 'Adware File',
195             '_xls' => 'Renamed Microsoft Excel Spreadsheet',
196             '_xlsx' => 'Renamed Microsoft Excel Open XML Spreadsheet',
197             'a' => 'Static Library',
198             'a00' => 'ALZip Second Split Archive File',
199             'a01' => 'ALZip Third Split Archive File',
200             'a02' => 'ALZip Fourth Split Archive File',
201             'a1wish' => 'Audials Wishlist File',
202             'a26' => 'Atari 2600 ROM',
203             'a2b' => 'Adlib Tracker II Instrument Bank',
204             'a2c' => 'Alice Object File',
205             'a2i' => 'Adlib Tracker II Instrument File',
206             'a2l' => 'ASAP2 ECU Description File',
207             'a2m' => 'TS-AudioToMIDI Settings File',
208             'a2p' => 'Adlib Tracker II Pattern File',
209             'a2t' => 'Adlib Tracker II Tiny Module File',
210             'a2theme' => 'Aston 2 Theme File',
211             'a2w' => 'Adlib Tracker II Instrument Bank with',
212             'a3d' => 'Alternativa Player 3D Export File',
213             'a3l' => 'Authorware 3 Library',
214             'a3m' => 'Authorware 3 Macintosh File',
215             'a3w' => 'Authorware 3 Windows File',
216             'a3x' => 'Compiled AutoIt v3 Script',
217             'a4l' => 'Authorware 4 Library',
218             'a4m' => 'Authorware 4 Macintosh File',
219             'a4p' => 'A4Desk Pro Project File',
220             'a4w' => 'Authorware 4 Windows File',
221             'a52' => 'Dolby Digital Audio File',
222             'a5l' => 'Authorware 5 Library',
223             'a5rpt' => 'Alpha Five Project Report File',
224             'a5w' => 'Authorware 5 Windows File',
225             'a5wcmp' => 'Alpha Five Web Components File',
226             'a65' => 'Authorware 6.5 File',
227             'a6p' => 'Authorware 6 Program',
228             'a78' => 'Atari 7800 ROM',
229             'a7d' => 'Authorware 7 Model',
230             'a7l' => 'Authorware 7 Library',
231             'a7p' => 'Authorware 7 Project',
232             'a7r' => 'Authorware 7 Runtime File',
233             'a8s' => 'Anim8or Script',
234             'aa' => 'Generic CD Image',
235             'aa3' => 'ATRAC Audio File',
236             'aac' => 'Advanced Audio Coding File',
237             'aae' => 'Sidecar Image Edit File',
238             'aaf' => 'Advanced Authoring Format File',
239             'aam' => 'Authorware Map File',
240             'aan' => 'Pro Tools Elastic Audio Analysis File',
241             'aao' => 'Agenda At Once File',
242             'aar' => 'Android Archive',
243             'aaui' => 'Acrobat User Interface File',
244             'aawdef' => 'Ad-Aware Definitions File',
245             'aax' => 'Audible Enhanced Audiobook File',
246             'aaxplugin' => 'Avid Audio eXtension Plugin File',
247             'ab' => 'DNA Sequence File',
248             'ab1' => 'DNA Electropherogram File',
249             'ab2' => 'Print Shop Address Book File',
250             'ab3' => 'PhotoImpact 3 Album File',
251             'aba' => 'Avant Browser Add-on File',
252             'abbu' => 'Address Book Backup',
253             'abc' => 'Micrografx ABC FlowCharter 6 File',
254             'abcd' => 'AudioVisual Book Data File',
255             'abcddb' => 'Apple Address Book Contact List',
256             'abcdp' => 'Address Book CoreData Person File',
257             'abdata' => 'Adobe Bridge Data File',
258             'abf' => 'Adobe Binary Screen Font File',
259             'abi' => 'AbiWord Plug-in',
260             'abk' => 'Arena Opening Book File',
261             'abkprj' => 'Ashampoo Backup Project',
262             'abm' => 'Music Album',
263             'abp' => 'AVS Barcode Profile',
264             'abr' => 'Adobe Photoshop Brushes File',
265             'abs' => 'AB SuDoKu Saved Game',
266             'abt' => 'Annotated Braille Text File',
267             'abu' => 'Asus App Backup File',
268             'abu1' => 'ASUS Backup File',
269             'abw' => 'AbiWord Document',
270             'abx' => 'WordPerfect Address Book',
271             'aby' => 'AOL Address Book File',
272             'ac$' => 'AutoCAD Temporary File',
273             'ac' => 'AC3D 3D File',
274             'ac3' => 'Audio Codec 3 File',
275             'ac5' => 'ArtCut 5 Document',
276             'ac6' => 'ArtCut 6 Document',
277             'aca' => 'Agent Character Animation File',
278             'acb' => 'ADX Audio Package File',
279             'acbl' => 'Adobe Color Book Legacy File',
280             'acc' => 'GEM Accessory File',
281             'accda' => 'Access Add-in File',
282             'accdb' => 'Access 2007 Database File',
283             'accdc' => 'Microsoft Access Signed Package',
284             'accde' => 'Access Execute Only Database',
285             'accdr' => 'Access Runtime Application',
286             'accdt' => 'Microsoft Access Database Template',
287             'accdu' => 'Access Add-in File',
288             'accdw' => 'Microsoft Access Database Link File',
289             'accft' => 'Microsoft Access Data Type Template',
290             'accountpictu' => 'E\'-MS Windows 8 Account Picture File',
291             'acd' => 'RSLogix 5000 Program',
292             'acd-bak' => 'MAGIX ACID Project Backup File',
293             'acd-zip' => 'Sony ACID Project With Embedded Media File',
294             'ace' => 'WinAce Compressed File',
295             'acelive' => 'Acelive Broadcast File',
296             'acf' => 'Adobe Photoshop Custom Filter File',
297             'acfm' => 'Adobe Composite Font Metrics File',
298             'acg' => 'Agent Preview File',
299             'acid' => 'ACID Encrypted File',
300             'acl' => 'AutoCorrect List File',
301             'acm' => 'Interplay Audio File',
302             'aco' => 'Adobe Photoshop Color Swatch File',
303             'acorn' => 'Acorn Image',
304             'acp' => 'aacPlus Audio File',
305             'acq' => 'AcqKnowledge Data Graph File',
306             'acr' => 'American College of Radiology File',
307             'acrobatsecur' => 'T\'YSETTINGS Adobe Acrobat Security Settings File',
308             'acrodata' => 'Acrobat Data File',
309             'acroplugin' => 'Adobe Acrobat Plug-in',
310             'acs' => 'Agent Character File',
311             'acs2' => 'AIMP Skin File',
312             'acs3' => 'AIMP Skin File',
313             'acsm' => 'Adobe Content Server Message File',
314             'act' => 'DS Game Maker Action File',
315             'actc' => 'Action(s) Collection File',
316             'action' => 'Automator Action',
317             'actm' => 'AutoCAD Action Macro File',
318             'actx' => 'DS Game Maker Action Description File',
319             'acv' => 'Photoshop Curves File',
320             'acw' => 'Windows Accessibility Wizard File',
321             'acww' => 'Animal Crossing Wild World Pattern File',
322             'acx' => 'Atari ST Program',
323             'acz' => 'AppCraft Project',
324             'ad' => 'After Dark Screensaver',
325             'ada' => 'Ada Source Code',
326             'adadownload' => 'Adobe Download Assistant Partial Download',
327             'adb' => 'Now Contact Address Book Template',
328             'adblock' => 'Alpha Five Library Temporary File',
329             'adc' => 'Scanstudio 16 Color Image',
330             'adcp' => 'Adobe Device Central Project File',
331             'add' => 'Dynamics AX Developer Documentation File',
332             'addin' => 'Visual Studio Add-in Definition File',
333             'addism' => 'Addism Data File',
334             'addon' => 'CFS Console Add-on File',
335             'ade' => 'Access Project Extension',
336             'adf' => 'ARIS Express Document',
337             'adg' => 'Ableton Device Group',
338             'adi' => 'AutoCAD Device-Independent Binary Plotter',
339             'adicht' => 'LabChart Data File',
340             'adidat' => 'ADInstruments Simple Data File',
341             'adif' => 'Amateur Data Interchange Format',
342             'adm' => 'Portfolio Admin-Level Access Flag',
343             'adml' => 'Group Policy Language-Specific',
344             'admx' => 'Group Policy Administrative Template File',
345             'adn' => 'Access Blank Project Template',
346             'ado' => 'Adobe Photoshop Duotone Options File',
347             'adobebridge' => 'Adobe Bridge URL FIle',
348             'adoc' => 'AsciiDoc File',
349             'adox' => 'ActivDox Document',
350             'adp' => 'Access Project',
351             'adpp' => 'Adobe Device Profile Package',
352             'adr' => 'Opera Bookmarks File',
353             'ads' => 'Ada Specification File',
354             'adt' => 'AutoCAD Audit Log',
355             'adts' => 'Audio Data Transport Stream File',
356             'adu' => 'Addict User Dictionary File',
357             'adv' => 'Audio Driver File',
358             'advs' => 'Adobe Device Central Device Set',
359             'adx' => 'ADX Audio File',
360             'adz' => 'Compressed Amiga Disk File',
361             'aea' => 'Ae Timer Alarm Document',
362             'aec' => 'Cinema 4D After Effects Composition',
363             'aecache' => 'After Effects Cache File',
364             'aecap' => 'After Effects Text Template',
365             'aegraphic' => 'Adobe After Effects Graphic',
366             'aep' => 'Activ E-Book Project',
367             'aepkey' => 'Advanced Encryption Package Key File',
368             'aepx' => 'After Effects XML Project',
369             'aes' => 'ooVoo Log File',
370             'aet' => 'After Effects Project Template',
371             'aetx' => 'After Effects XML Project Template',
372             'aex' => 'After Effects Plug-in',
373             'af2' => 'Micrografx ABC FlowCharter 2 File',
374             'af3' => 'Micrografx ABC FlowCharter 3/4 File',
375             'afc' => 'Mass Effect 2 Audio File',
376             'afd' => 'AFF Disk Image Part File',
377             'afdesign' => 'Affinity Design Document',
378             'afe' => 'Avid File Exchange File',
379             'aff' => 'Spellcheck Dictionary Description File',
380             'afi' => 'AOMEI Backupper File Backup File',
381             'afm' => 'AFF Metadata File',
382             'afp' => 'Advanced Function Presentation File',
383             'afphoto' => 'Affinity Photo Document',
384             'afploc' => 'Apple Filing Protocol Location',
385             'afs' => 'STAAD.foundation Project File',
386             'aft' => 'Ancestry.com Family Tree Database',
387             'afx' => 'Auto FX PhotoGraphic Edges Image',
388             'afzplug' => 'AfterShot Pro Plugin Archive',
389             'agb' => 'Game Boy Advance ROM',
390             'agd' => 'Agile Advantage E-mail Attachment',
391             'age3rec' => 'Age of Empires 3 Recording',
392             'age3sav' => 'Age of Empires 3 Save File',
393             'age3scn' => 'Age of Empires 3 Scenario File',
394             'age3xrec' => 'Age of Empires 3: The WarChiefs Recording',
395             'age3xsav' => 'Age of Empires 3: The WarChiefs Save File',
396             'age3yrec' => 'Age of Empires 3: The Asian Dynasties',
397             'age3ysav' => 'Age of Empires 3: The Asian Dynasties Save',
398             'agg' => 'AggFlow 6 Project',
399             'aggr' => 'Adobe Captivate Aggregate File',
400             'agi' => 'Asterisk Gateway Interface File',
401             'agif' => 'Active GIF Creator Project',
402             'aglib' => 'Adobe Lightroom Library',
403             'agm' => 'DTS Multi-channel Pro Packer File',
404             'agmodule' => 'Adobe Lightroom Module',
405             'agp' => 'ArtGem Project File',
406             'agr' => 'Ableton Groove File',
407             'agtemplate' => 'Adobe Lightroom Template',
408             'agtoolkit' => 'Adobe Lightroom Toolkit',
409             'agx' => 'AGT Game File',
410             'ahd' => 'Dynamics AX Online Help Data File',
411             'ahi' => 'Dynamics AX Online Help Index File',
412             'ahk' => 'AutoHotkey Script',
413             'ahl' => 'eMule Metadata File',
414             'ahs' => 'Adobe Halftone Screen File',
415             'ahu' => 'Adobe Photoshop HSL File',
416             'ahx' => 'WinAHX Tracker Module',
417             'ai' => 'Battlefield 2 Artificial Intelligence File',
418             'aia' => 'MIT App Inventor Source Code File',
419             'aic' => 'Advanced Image Coding File',
420             'aidl' => 'Android Interface Definition Language File',
421             'aif' => 'Symbian Application Information File',
422             'aifb' => 'AIF Builder Project File',
423             'aifc' => 'Compressed Audio Interchange File',
424             'aiff' => 'Audio Interchange File Format',
425             'aim' => 'AOL Instant Messenger Launch File',
426             'aiml' => 'Artificial Intelligence Markup Language',
427             'aimppl' => 'AIMP Playlist File',
428             'ain' => 'AIN Compressed File Archive',
429             'aip' => 'Actual Installer Project',
430             'air' => 'M.U.G.E.N. Animation File',
431             'ais' => 'Velvet Studio Instrument',
432             'ait' => 'Adobe Illustrator Template',
433             'aiu' => 'Advanced Installer Updates Configuration',
434             'aiv' => 'AIVault Data File',
435             'aix' => 'AIX Audio File',
436             'ajp' => 'CCTV Video File',
437             'akp' => 'Akai Sampler File',
438             'al' => 'A-Law Compressed Sound Format',
439             'alac' => 'ALAC Encoded Audio File',
440             'alaw' => 'A-Law Compressed Sound Format',
441             'alb' => 'Alpha Five Library',
442             'albm' => 'HP Photo Printing Software Album File',
443             'album' => 'GLC_Player Album File',
444             'alc' => 'Dynamics AX Label Description File',
445             'ald' => 'Dynamics AX Application Label Data File',
446             'aldf' => 'Aldfaer Genealogy File',
447             'ale' => 'Avid Log Exchange File',
448             'alf' => 'Alf Interactive Test',
449             'alg' => 'AlgoBox Algorithm File',
450             'ali' => 'RoboHelp Alias File',
451             'all' => 'Java RMI Policy File',
452             'alm' => 'Alpha Five Library',
453             'alp' => 'AnyLogic Project File',
454             'alr' => 'ADRIFT Language Resource File',
455             'als' => 'Ableton Live Set File',
456             'alt' => 'Dynamics AX Temporary File',
457             'alv' => 'Adobe Photoshop Levels File',
458             'alx' => 'Alpha Five Library Index File',
459             'alz' => 'ALZip Archive',
460             'am' => 'Anark Media File',
461             'am1' => 'Adventure Maker',
462             'am4' => 'AutoPlay Media Studio 4 Project File',
463             'am5' => 'AutoPlay Media Studio 5 Project File',
464             'am6' => 'AutoPlay Media Studio 6 Project',
465             'am7' => 'AutoPlay Media Studio 7 Project',
466             'amb' => 'AIMMS Model File',
467             'amc' => 'Ant Movie Catalog File',
468             'amf' => 'Advanced Module File',
469             'amfm' => 'Adobe Multiple Font Metrics File',
470             'amgp' => 'antimicro Profile File',
471             'aml' => 'Abstract Markup Language',
472             'amm' => 'All My Movies Database File',
473             'amp' => 'Adobe Photoshop Curves Map File',
474             'amr' => 'Adaptive Multi-Rate Codec File',
475             'ams' => 'Velvet Studio Module',
476             'amsorm' => 'OnLine Ringman Auction Client File',
477             'amu' => 'PictureGear Studio Photo Album File',
478             'amv' => 'Anime Music Video File',
479             'amx' => 'AMX Mod Plugin File',
480             'amxd' => 'Ableton Max Patch File',
481             'amxx' => 'AMX Mod X Plugin File',
482             'amz' => 'Amazon MP3 Downloader File',
483             'an' => 'Adobe Edge Animate Project File',
484             'an1' => 'Street Atlas USA Draw File',
485             'an2' => 'Croc Legend of the Gobbos Animation File',
486             'an8' => 'Vector NTI DNA File',
487             'ane' => 'Adobe AIR Native Extension',
488             'ang' => 'Anghami Audio File',
489             'anh' => 'Project ROME File',
490             'ani' => 'Windows Animated Cursor',
491             'anim' => 'Antibody Animation File',
492             'anime' => 'Anime Studio Document',
493             'animeaction' => 'Anime Studio Action Document',
494             'animebrush' => 'Anime Studio Brush Document',
495             'animeexport' => 'Anime Studio Export Profile Document',
496             'animeproj' => 'Anime Studio Document Data File',
497             'animestyle' => 'Anime Studio Style Document',
498             'animset' => 'FaceFX Animation Set File',
499             'animset_inga' => 'E\'FaceFX In-Game Animation Set File',
500             'anjuta' => 'Anjuta IDE Project File',
501             'anm' => '3D Animation File',
502             'anme' => 'Anime Studio Document',
503             'ann' => 'Lingvo Dictionary Annotation File',
504             'annot' => 'Adobe Digital Editions Annotations File',
505             'ans' => 'HotDocs Binary Answer File',
506             'ansym' => 'Adobe Edge Animate Library File',
507             'antispam5' => 'Personal AntiSpam Settings File',
508             'antmpl' => 'Adobe Edge Animate Template File',
509             'anx' => 'Annodex Exchange Format File',
510             'any' => 'AnyRail Layout Plan',
511             'ao' => 'ActionOutline Outline File',
512             'aob' => 'DVD-Audio Audio Object File',
513             'aod' => 'Dynamics AX Object Data File',
514             'aof' => 'Artlantis Object File',
515             'aoi' => 'Dynamics AX Application Object Index File',
516             'aois' => 'CFS Console Add-on Installer Settings File',
517             'aol' => 'America Online File',
518             'aom' => 'After Effects Output Module',
519             'aos' => 'ARCHOS PCtablet Firmware File',
520             'ap' => 'ArtPro File',
521             'ap_' => 'ADT Android Developer Package',
522             'apa' => 'RSView Development Project Archive',
523             'apalbum' => 'Aperture Album File',
524             'apd' => 'Eclipse Plugin Descriptor File',
525             'ape' => 'AVS Plugin Effects File',
526             'apf' => 'Sony Ericsson Firmware Acoustics File',
527             'aph' => 'Ability Album File',
528             'api' => 'Adobe Photoshop Inks File',
529             'apk' => 'Android Package File',
530             'apkg' => 'Exported Anki Flashcard Deck',
531             'apl' => 'ACDSee Plugin File',
532             'aplg' => 'Audials Plug-in',
533             'aplibrary' => 'Aperture Library',
534             'aplp' => 'Audials Plug-in Package',
535             'apm' => 'Aldus Placeable Metafile Image',
536             'apng' => 'Animated Portable Network Graphic',
537             'apnx' => 'Amazon Page Number Index File',
538             'app' => 'Symbian OS Application',
539             'appcache' => 'HTML5 Cache Manifest File',
540             'appdownload' => 'Mac App Store Partially Downloaded App',
541             'appex' => 'OS X Application and System Extension File',
542             'applescript' => 'AppleScript File',
543             'applet' => 'Eclipse Java Applet Policy File',
544             'application' => 'ClickOnce Deployment Manifest File',
545             'appref-ms' => 'Microsoft Application Reference File',
546             'appup' => 'Erlang Application Upgrade File',
547             'appx' => 'Windows 8 App Package',
548             'appxsym' => 'Windows 8 App Package Symbols File',
549             'appxupload' => 'Windows 8 App Upload Package',
550             'apr' => 'Apadana Project File',
551             'aps' => 'Greeting Card Studio Project File',
552             'apt' => 'Almost Plain Text File',
553             'apx' => 'Ability Photopaint Studio Image',
554             'apxl' => 'Keynote Presentation Data File',
555             'apz' => 'Autoplay Media Studio Exported Project',
556             'aqm' => 'AlpineQuest Map File',
557             'aqt' => 'AQTitle Subtitles File',
558             'ar' => 'Midtown Madness Data File',
559             'ara' => 'Archivaldo Resource Archive',
560             'arc' => 'Nintendo Archive File',
561             'arc.lh' => 'Nintendo Archive File',
562             'arch00' => 'F.E.A.R. Game Archive',
563             'archiver' => 'Archiver Compressed File Archive',
564             'arcut' => 'Prelude Rough Cut File',
565             'ard' => 'ArtiosCAD Workspace File',
566             'arduboy' => 'Arduboy Game Package',
567             'arena' => 'Quake 3 Engine Arena File',
568             'arf' => 'WebEx Advanced Recording File',
569             'arff' => 'Attribute-Relation File Format',
570             'arg' => 'AutoCAD Profile',
571             'arh' => 'ArheoStratigraf Project File',
572             'ari' => 'ARI Compressed File Archive',
573             'aria' => 'Chipsounds Sound File',
574             'aria2' => 'aria2 Control File',
575             'ariax' => 'Chipsounds XML Sound File',
576             'arj' => 'ARJ Compressed File Archive',
577             'ark' => 'PowerDesk Pro Archive',
578             'arl' => 'AOL Organizer File',
579             'arn' => 'Autoruns Data File',
580             'aro' => 'SteelArrow Web Application File',
581             'arp' => 'Advanced RAR Password Recovery Setup',
582             'arpack' => 'ArtRage Package',
583             'arr' => 'MultiMedia Fusion Array File',
584             'ars' => 'Carmageddon Saved Game',
585             'arsc' => 'Android Package Resource File',
586             'arscript' => 'ArtRage Script',
587             'art' => 'Artifacts Artifact File',
588             'artb' => 'Artboard Document',
589             'article' => 'Twixl Publisher Article',
590             'artproj' => 'Artifacts Project',
591             'artwork' => 'ArtStudio Image',
592             'arw' => 'ArtStudio Image',
593             'arx' => 'AutoCAD Runtime Extension File',
594             'arxml' => 'AUTOSAR XML File',
595             'as' => 'AppleSingle File',
596             'as2' => 'ActivStudio Resource Pack',
597             'as2proj' => 'FlashDevelop ActionScript 2 Project File',
598             'as3proj' => 'FlashDevelop ActionScript 3 Project File',
599             'as4' => 'askSam Backup File',
600             'asa' => 'ASP Configuration File',
601             'asar' => 'Electron Archive',
602             'asat' => 'Assemble SAT 3D Model File',
603             'asax' => 'ASP.NET Server Application File',
604             'asb' => 'Alphacam Stone VB Macro File',
605             'asc' => 'Autodesk ASCII Export File',
606             'ascii' => 'ASCII Text File',
607             'ascs' => 'ActionScript Communication Server File',
608             'ascx' => 'ASP.NET User Control File',
609             'asd' => 'Ableton Live Sample Analysis File',
610             'asdb' => 'Asphyre Sphinx Archive File',
611             'ase' => 'Aseprite Sprite File',
612             'asec' => 'Android Secure Application File',
613             'asef' => 'Adobe Swatch Exchange File',
614             'aseprite' => 'Aseprite Sprite File',
615             'asf' => 'Advanced Systems Format File',
616             'ash' => 'Nintendo Wii System Menu File',
617             'ashbak' => 'Ashampoo Backup Archive',
618             'ashdisc' => 'Ashampoo Burning Studio Image',
619             'ashprj' => 'Ashampoo Burning Studio Project',
620             'ashx' => 'ASP.NET Web Handler File',
621             'asi' => 'Grand Theft Auto Mod Library',
622             'ask' => 'Ableton Live Skin File',
623             'asl' => 'Photoshop Style',
624             'asm' => 'Pro/ENGINEER Assembly File',
625             'asmx' => 'ASP.NET Web Service File',
626             'asnd' => 'Adobe Sound Document',
627             'asp' => 'Adobe Color Separation Setup File',
628             'aspx' => 'Active Server Page Extended File',
629             'asr' => 'Adobe Photoshop Scratch File',
630             'ass' => 'Splinter Cell Blacklist Game Data File',
631             'asset' => 'Unity Asset File',
632             'assetproj' => 'Camtasia Studio Asset Information File',
633             'assets' => 'Unity Asset File',
634             'asstrm' => 'Splinter Cell Blacklist Game Data File',
635             'ast' => 'Ability Spreadsheet Template',
636             'asv' => 'Adobe Photoshop Selective Color File',
637             'asvf' => 'Asphyre Sphinx Archive File',
638             'asvx' => 'Finale Auto-save File',
639             'asw' => 'ACDSee Slideshow Wizard File',
640             'aswcs' => 'Avast! Compressed Skin File',
641             'asws' => 'Avast! Skin File',
642             'asx' => 'Alpha Five Library Temporary Index File',
643             'asy' => 'LTspice Symbol File',
644             'at3' => 'ATRAC3 Audio File',
645             'at5' => 'Lowrance Map File',
646             'atahd' => 'ATA Hard Drive Flag File',
647             'atc' => 'AutoCAD Tool Catalog File',
648             'ate' => 'Office Accounting Compressed Backup File',
649             'atf' => 'Photoshop Transfer Function File',
650             'ath' => 'Alienware AlienFX Theme File',
651             'ati' => 'Office Accounting Updated Company File',
652             'atl' => 'Artlantis 3D Scene File',
653             'atm' => 'PSP Game Audio File',
654             'atn' => 'Photoshop Actions File',
655             'atom' => 'Atom Syndication Format',
656             'atomsvc' => 'Atom Service Document',
657             'atr' => 'Atari Disk Image',
658             'atrac' => 'Sony ATRAC Audio File',
659             'ats' => 'Advanced ETL Transformation Script',
660             'atsofts' => 'LetEncrypt Encrypted File',
661             'att' => 'Alphacam Lathe Tool File',
662             'attr' => 'iPhoto Attributes File',
663             'atx' => 'Animation Master Plugin File',
664             'aty' => 'Association Type Placeholder',
665             'atz' => 'Atomic Time Zone File',
666             'au' => 'Audacity Audio File',
667             'au3' => 'AutoIt v3 Script',
668             'aud' => 'Video Game Compressed Audio File',
669             'audionote' => 'AudioNote File',
670             'aup' => 'Audacity Project File',
671             'aur' => 'Aurora Timetable File',
672             'aurora' => 'Aurora Ransomware Encrypted File',
673             'aut' => 'AutoIt Script File',
674             'automaticdes' => 'I\'NATIONS-MS Windows Jump List File',
675             'autoplay' => 'AutoPlay Media Studio Project File',
676             'autosave' => 'Fusion Auto-save File',
677             'autosave.cdp' => 'Sony CD Architect Project Autosave File',
678             'aux' => 'Auxiliary File',
679             'auz' => 'Ableton Authorization File',
680             'av' => 'Final Draft AV Script',
681             'av3' => 'Arbitrator Video Surveillance File',
682             'ava' => 'AvaaBook eBook',
683             'avastlic' => 'Avast! License File',
684             'avastsounds' => 'Avast! Soundpack File',
685             'avatar' => 'Google Talk Avatar File',
686             'avb' => 'Microsoft Comic Chat Character',
687             'avc' => 'Avid Media Composer Script',
688             'avchd' => 'High Definition Video File',
689             'avd' => 'Movie Edit Pro Video Information File',
690             'ave' => 'Avigilon Native Video Export File',
691             'avenirproj' => 'StoryMill Project',
692             'avery' => 'Avery Design & Print Label File',
693             'avgdx' => 'AVG Diagnostics File',
694             'avhd' => 'Hyper-V SnapShot File',
695             'avhdx' => 'Automatic Virtual Hard Drive File',
696             'avi' => 'Audio Video Interleave File',
697             'avj' => 'AntiVir Job File',
698             'avl' => 'AntiVir Status Report File',
699             'avm' => 'Anime Music Video',
700             'avp' => 'AntiVir Profile',
701             'avr' => 'Audio Visual Research File',
702             'avro' => 'Avro Data File',
703             'avs' => 'Adobe Photoshop Variations File',
704             'avv' => 'Avid Volume Bin File',
705             'avx' => 'Avid Plugin File',
706             'aw' => 'Answer Wizard File',
707             'awb' => 'ADX Audio Package File2',
708             'awbr' => 'WriteOnline WordBar File',
709             'awc' => 'Emulex AWC Firmware Update File',
710             'awcav' => 'ActiveWorlds Custom Avatar File',
711             'awd' => 'Award BIOS Update File',
712             'awdb' => 'Access Walker Database File',
713             'awg' => 'Ability Draw Document',
714             'awk' => 'AWK Script',
715             'awkw' => 'Awkwords Word Generator File',
716             'awlive' => 'Active Webcam Video File',
717             'awm' => 'AllWebMenus Project File',
718             'awp' => 'Ability Write Template',
719             'aws' => 'AutoCAD Work Space File',
720             'awt' => 'AbiWord Template',
721             'aww' => 'Ability Write Document',
722             'ax' => 'DirectShow Filter',
723             'axa' => 'Annodex Audio File',
724             'axd' => 'ASP.NET Web Handler File',
725             'axe' => 'Annotated XML Example File',
726             'axm' => 'AXMEDIS Object',
727             'axp' => 'CDBurnerXP Audio Compilation File',
728             'axt' => 'Microsoft AutoRoute Template',
729             'axv' => 'Annodex Video File',
730             'axx' => 'AxCrypt Encrypted File',
731             'ay' => 'AY Chiptune File',
732             'az!' => 'Vuze Partial Download File',
733             'azf' => 'AirZip FileSECURE File',
734             'azs' => 'AirZip FileSECURE File',
735             'azw' => 'Amazon Kindle eBook File',
736             'azw1' => 'Amazon Topaz eBook',
737             'azw2' => 'Kindle Active Content App File',
738             'azw3' => 'Amazon KF8 eBook File',
739             'azw3f' => 'Amazon eBook Metadata File',
740             'azw4' => 'Amazon Print Replica eBook',
741             'azz' => 'AZZ Cardfile Database File',
742             'azzx' => 'Uncompressed AZZ Cardfile Data File',
743             'b' => 'BuRg3r Definition File',
744             'b1' => 'B1 Compressed Archive',
745             'b2a' => 'Btoa Encoded File',
746             'b3d' => 'Blitz3D Entity Model File',
747             'b4s' => 'Winamp Playlist File',
748             'b5i' => 'BlindWrite 5 Disk Image',
749             'b5t' => 'BlindWrite 5 Disc Track Information File',
750             'b64' => 'Base64 MIME-Encoded File',
751             'b6i' => 'BlindWrite 6 Disc Image',
752             'b6t' => 'BlindWrite 6 Track Information File',
753             'b6z' => 'B6Z Archive',
754             'ba' => 'Scifer External Header Archive',
755             'ba2' => 'Bethesda Softworks Archive',
756             'ba6' => 'TaxAct 2016 Tax Return Backup File',
757             'ba7' => 'TaxAct 2016 Tax Return Backup File',
758             'ba_' => 'Renamed BAT File',
759             'bac' => 'Backup File',
760             'backup' => 'Android Backup File',
761             'backupdb' => 'Time Machine Backup Folder',
762             'bad' => 'Exchange Badmail File',
763             'bafl' => 'BurnAware File List',
764             'bak' => 'MobileTrans Backup File',
765             'bak1' => 'Starbound Backup File',
766             'bak2' => 'Starbound Backup File',
767             'bak3' => 'Starbound Backup File',
768             'bakx' => 'Finale Backup File',
769             'bak~' => 'AbiWord Auto-Saved Document',
770             'band' => 'GarageBand Project File',
771             'bap' => 'Blaze Audio Wave Information File',
772             'bar' => 'Brew MP Binary Application Resource File',
773             'bas' => 'BASIC Source Code File',
774             'baserproj' => 'DNA Baser Project File',
775             'basex' => 'BaseX Data File',
776             'bash_history' => 'Bash History File',
777             'bash_profile' => 'Bash Interactive Login Shell File',
778             'bashrc' => 'Bash Non-Interactive Login Shell File',
779             'bat' => 'DOS Batch File',
780             'bau' => 'Apache OpenOffice AutoText File',
781             'bav' => 'AVG AntiVirus The Bat! Plugin File',
782             'bay' => 'Casio RAW Image',
783             'bb' => 'Blitz Source Code File',
784             'bb3' => 'BlasterBall 3 Level File Support',
785             'bbb' => 'BlackBerry Mobile Phone Backup File',
786             'bbc' => 'BBC BASIC Data File',
787             'bbcd' => 'BobCAD-CAM Document',
788             'bbl' => 'BibTeX Generated Bibliography File',
789             'bblm' => 'BBEdit Language Module',
790             'bbproject' => 'BBEdit Project File',
791             'bbprojectd' => 'BBEdit Project Document',
792             'bbs' => 'Bulletin Board System Text',
793             'bbz' => 'BerryBuzz Backup File',
794             'bc!' => 'BitComet Incomplete File',
795             'bc' => 'Adobe Bridge Cache File',
796             'bc5b' => 'Ransomware Encrypted File',
797             'bcc' => 'Calendar Creator File',
798             'bcd' => 'RealView Debugger Board Chip Definition',
799             'bcf' => 'Business Card Designer Pro File',
800             'bci' => 'Belarc Advisor Report File',
801             'bck' => 'VMX Backup File',
802             'bckp' => 'Ad-Aware Quarantined File',
803             'bcl' => 'Illumina Base Call File',
804             'bcm' => 'Adobe Bridge Cache File',
805             'bcmx' => 'Business Contact Manager Customization',
806             'bcp' => 'Batch Compiler Preset File',
807             'bcs' => 'Sonic Foundry Batch Converter Script',
808             'bcstm' => 'BCSTM Audio Stream File',
809             'bct' => 'Adobe Bridge Thumbnail Cache File',
810             'bdae' => 'Gameloft Game Data File',
811             'bdb' => 'Microsoft Works Database Backup File',
812             'bdc' => 'West Point Bridge Designer Design File',
813             'bdd' => 'CARA Sound Radiation Data File',
814             'bdf' => 'MIDAS BDF Disk Image File',
815             'bdic' => 'Chrome Dictionary File',
816             'bdl' => 'CoCreate Bundle File',
817             'bdm' => 'AVCHD Information File',
818             'bdmv' => 'Blu-ray Disc Movie Information File',
819             'bdoc' => 'Binary DigiDoc Signature File',
820             'bdp' => 'Exchange Diagnostic Message',
821             'bdr' => 'Publisher Borders File',
822             'bdsproj' => 'Borland Developer Studio Project',
823             'bdt2' => 'BEEDOCS Timeline 3D 2 Document',
824             'bdt3' => 'BEEDOCS Timeline 3D 3 Document',
825             'beam' => 'Compiled Erlang File',
826             'bean' => 'Bean Rich Text Document',
827             'bed' => 'UCSC BED Annotation Track File',
828             'bejeweled2de' => 'U\'XESAVEDGAME Bejeweled 2 Deluxe Saved Game',
829             'bet' => 'BETA Source File',
830             'bf' => 'CryoBF Game Data File',
831             'bfa' => 'Blowfish Encrypted File',
832             'bfc' => 'Windows Briefcase File',
833             'bff' => 'Backup File Format',
834             'bfg' => 'Big Fish Games Application File',
835             'bfm' => 'Terminal Reality Model File',
836             'bfs' => 'FlatOut Game Data File',
837             'bfstm' => 'BFSTM Audio Stream File',
838             'bfx' => 'Bitware Fax Document',
839             'bgi' => 'BgInfo Configuration File',
840             'bgl' => 'Babylon Glossary File',
841             'bgt' => 'Graphics Accounts Data File',
842             'bgz' => 'Blood Frontier Map File',
843             'bh' => 'BlakHole Archive',
844             'bho' => 'Behold Organize File',
845             'bhx' => 'BinHex Encoded File',
846             'bib' => 'Bibliography Document',
847             'bibtex' => 'BibTeX Bibliography Database',
848             'bic' => 'Neverwinter Nights Character File',
849             'bidule' => 'Bidule Layout File',
850             'bif' => 'Get Backup Project File',
851             'bifx' => 'Get Backup Project',
852             'big' => 'Electronic Arts Game Data File',
853             'bik' => 'Video Game Movie File',
854             'bil' => 'ESRI BIL File',
855             'bim' => 'Bytessence InstallMaker Document',
856             'bimx' => 'BIM Explorer File',
857             'bin' => 'Nintendo Wii Data File',
858             'binary' => 'PC Building Simulator Save File',
859             'binarycookie' => ' \'Safari Cookies File',
860             'bio' => 'Fallout 2 Character Biography File',
861             'bionix' => 'BioniX Wallpaper Playlist File',
862             'bip' => 'Dharma Ransomware Encrypted File',
863             'biq' => 'Civilization 3 Scenario File',
864             'bit' => 'FinalCrypt Encrypted Data File',
865             'bitpim' => 'BitPim Configuration File',
866             'bix' => 'Kodicom Video File',
867             'biz' => 'Broderbund Business Card File',
868             'bjo' => 'TabRite Tablature File',
869             'bk' => 'FrameMaker Book File',
870             'bk1' => 'Windows Indexing Service File',
871             'bk2' => 'Windows Indexing Service Data File',
872             'bkc' => 'Backup4all Backup Catalog',
873             'bkf' => 'Windows Backup Utility File',
874             'bkk' => 'BookBuddi eBook File',
875             'bkmk' => 'Yummy FTP Bookmark File',
876             'bkp' => 'Zapback Backup File',
877             'bks' => 'Microsoft Works Spreadsheet Backup File',
878             'bkup' => 'Backup File',
879             'bkz' => 'BaKoMa TeX Installation Module',
880             'blackhawkstr' => 'K\'ER2 Blackhawk Striker 2 Saved Game',
881             'blasterball3' => 'A\'VEDGAME BlasterBall 3 Saved Game',
882             'blb' => 'Interactive Fiction Package Game File',
883             'bld' => 'Skyscraper Simulator Building Script',
884             'blend' => 'Blender 3D Data File',
885             'blend1' => 'Blender Document Backup File',
886             'blend2' => 'Blender Document Backup 2 File',
887             'blf' => 'MasterWorks Working File',
888             'blg' => 'BibTeX Log File',
889             'bli' => 'Thomson Speedtouch Firmware File',
890             'blk' => 'BLK360 Data File',
891             'blkrt' => 'Block Artist Image File',
892             'bln' => 'Golden Software Blanking File',
893             'blob' => 'Valve Steam Archive',
894             'blockplt' => 'LEGO MINDSTORMS NXT Block Palette File',
895             'blogthis' => 'Windows Live Writer Data File',
896             'blorb' => 'Interactive Fiction Package Game File',
897             'blp' => 'Speedy Eggbert Game Data File',
898             'bls' => 'Blockland Saved Game File',
899             'blt' => 'AIM Buddy List',
900             'blu' => 'FileMaker Pro Runtime Extension',
901             'bluebutton' => 'VA Blue Button Data File',
902             'bluej' => 'BlueJ Package File',
903             'blw' => 'Adobe Photoshop Black and White Presets',
904             'blz' => 'Compressed Bitmap Image',
905             'bm2' => 'Boardmaker Interactive Board File',
906             'bm3' => 'Sony Ericsson Backup File',
907             'bmc' => 'Embroidery Image File',
908             'bmd' => 'GameCube 3D Model File',
909             'bme' => 'BeatMania 7-Key Song File',
910             'bmf' => 'FloorPlan File',
911             'bmg' => 'Nintendo DS On-Screen Text File',
912             'bmi' => '3ds Max Plug-in',
913             'bmk' => 'BillMinder Backup File',
914             'bml' => 'Braille 2000 Braille File',
915             'bmml' => 'Balsamiq Mockups Markup Language File',
916             'bmp' => 'Bitmap Image File',
917             'bmq' => 'Re-Volt Mipmap File',
918             'bms' => 'BIOWRAP Multi-Layer Security File',
919             'bmx' => 'Siemens Mobile Animations File',
920             'bmz' => 'Compressed Bitmap Image',
921             'bna' => 'Barna Word Processor Document',
922             'bnd' => 'DB2 CLI Bind File',
923             'bndl' => 'Game Data Bundle File',
924             'bng' => 'The Bingo Maker Card File',
925             'bnk' => 'ExamView Question Bank File',
926             'bnp' => 'Sony Camcorder Video Data File',
927             'bns' => 'Portal Bonus Map Script',
928             'bnz' => 'The Bingo Maker Card Template File',
929             'bo2' => 'Minecraft BO2 Object File',
930             'bo3' => 'Minecraft BO3 Object File',
931             'boc' => 'EasyWord Big Document',
932             'bok' => 'ProStores Dynamic Web Page',
933             'bom' => 'Mac OS X Bill of Materials File',
934             'bonk' => 'Bonk Audio File',
935             'boo' => 'Booasm Compressed Archive',
936             'book' => 'Budget In Brief Book File',
937             'bookexport' => 'BookSmart Backup Book File',
938             'booktemplate' => 'BookSmart Template',
939             'bookwormdelu' => 'E\'SAVEDGAME Bookworm Deluxe Saved Game',
940             'boot' => 'InstallShield Boot File',
941             'bootskin' => 'Stardock Bootskin File',
942             'bos' => 'Build Options Specification File',
943             'box' => 'CARA Loudspeaker Design File',
944             'bp2' => 'AutoCAD Batch Plot File',
945             'bp3' => 'AutoCAD Batch Plot File',
946             'bpa' => 'StorageSync Backup Archive',
947             'bpb' => 'PowerDesigner Business Process Backup',
948             'bpd' => 'Binary Printer Description File',
949             'bpdx' => 'Business Plan Pro Document',
950             'bpf' => 'Baan ERP Document',
951             'bpg' => 'BPG Image',
952             'bphys' => 'Blender Cache File',
953             'bpj' => 'Boxsim Simulation Project',
954             'bpk' => 'Nero SecurDisc Public Key File',
955             'bpl' => 'Bore Plan Log',
956             'bplx' => 'Bore Plan XML File',
957             'bpm' => 'PowerDesigner Business Process Model',
958             'bpmc' => 'Bizagi Process Modeler Collaboration',
959             'bpn' => 'ArchiCAD Project Backup File',
960             'bpnueb' => 'PNU eBook File',
961             'bpr' => 'Borland C++Builder Project File',
962             'bps' => 'Works Document Backup',
963             'bpw' => 'Bitmap World File',
964             'bpz' => 'Easy Blue Print Symbol Library',
965             'bqy' => 'Brio Query File',
966             'br' => 'Brotli Compressed File',
967             'br3' => 'Bryce 3 Scene File',
968             'br4' => 'Bryce 4 Scene File',
969             'br5' => 'Bryce 5 Scene File',
970             'br6' => 'Bryce 6 Scene File',
971             'br7' => 'Bryce 7 Scene File',
972             'brain' => 'PersonalBrain Mind Map File',
973             'brd' => 'KiCad PCB Design File',
974             'breff' => 'Wii Effect Controls File',
975             'breft' => 'Wii Effects File',
976             'brf' => 'Braille Ready Format File',
977             'brg' => 'Age of Mythology Model File',
978             'bri' => 'Bryce Plug-in File',
979             'bridgecache' => 'Adobe Bridge Cache Export File',
980             'brk' => 'Brooktrout Fax Document',
981             'brl' => 'MicroBraille File',
982             'brlyt' => 'Wii Textures and Material Lists File',
983             'brm' => 'Bryce Plug-in File',
984             'brmdl' => 'Wii BRMDL Model File',
985             'brn' => 'Gabriel Knight Barn File',
986             'bro' => 'Bryce Plug-in',
987             'browser' => 'ASP.NET Browser Definition File',
988             'brr' => 'SNES Sample File',
989             'brres' => 'Wii BRRES Resource Package',
990             'brs' => 'RoboHelp Browse Sequence File',
991             'brsar' => 'Wii BRSAR Audio Archive',
992             'brstm' => 'BRSTM Audio Stream File',
993             'brt' => 'Bryce Textures File',
994             'brtex' => 'Wii BRTEX Texture File',
995             'brushcategor' => ' \'Painter Brush Category File',
996             'brushlibrary' => 'Painter Brush Library',
997             'brushvariant' => 'Painter Brush Variant File',
998             'brv' => 'Brick Rigs Vehicle File',
999             'brw' => 'Calyx Point Borrower File',
1000             'brx' => 'Beam Report Document',
1001             'bs1' => 'VirtualBus Vehicle Configuration File',
1002             'bs2' => 'BASIC Stamp 2 Code File',
1003             'bs4' => 'Mikogo Session Video Recording',
1004             'bs7' => 'Windows 7 Boot Updater Skin',
1005             'bsa' => 'Bethesda Softworks Archive',
1006             'bsb' => 'BioShock Saved Game File',
1007             'bsc' => 'Visual Studio Source Browser Information',
1008             'bsd' => 'BSDL File',
1009             'bsdiff' => 'BSDiff Patch File',
1010             'bsdl' => 'Boundary Scan Description Language File',
1011             'bsf' => 'Blu-ray AVC Video File',
1012             'bsg' => 'Besiege Machine File',
1013             'bsh' => 'BeanShell Script',
1014             'bsk' => 'Bryce Skies File',
1015             'bsp' => 'Quake Engine Game Map File',
1016             'bss' => 'Resident Evil Background Images File',
1017             'bst' => 'BibTeX Style Document',
1018             'bsw' => 'StruWalker 3D Model',
1019             'bswx' => 'BIMReview 3D Model',
1020             'bsxc' => 'BimSens Component Configuration File',
1021             'bsxp' => 'BimSens Project Configuration File',
1022             'bt!' => 'BitSpirit Incomplete Download File',
1023             'bt' => 'Binary Terrain File',
1024             'btapp' => 'uTorrent App',
1025             'btd' => 'Business-in-a-Box Document',
1026             'btf' => 'NationsBank Check Images',
1027             'bti' => 'Nintendo Texture File',
1028             'btif' => 'NationsBank Check Image File',
1029             'btinstall' => 'uTorrent Installer File',
1030             'btm' => '4DOS Batch File',
1031             'btn' => 'AutoPlay Media Studio Button File',
1032             'bto' => 'Bryce Tree File',
1033             'btoa' => 'Binary-to-ASCII Encoded File',
1034             'btr' => 'Btrieve Database File',
1035             'btsearch' => 'BitTorrent Search Engine File',
1036             'btw' => 'BarTender Label',
1037             'bu' => 'Samsung CCTV Video File',
1038             'bud' => 'Binary Printer Description File',
1039             'buf' => 'Buffer File',
1040             'buildpath' => 'Eclipse Build Path File',
1041             'buildsetting' => 'Twixl Publisher Builder Build Setting',
1042             'bul' => 'I4 Bullseye Data File',
1043             'bun' => 'Cakewalk Bundle File',
1044             'bundle' => 'Game Data Bundle File',
1045             'bup' => 'McAfee Quarantined File',
1046             'bur' => 'BuRg3r Source Code File',
1047             'bus' => 'VirtualBus Board Parameters File',
1048             'bvd' => 'Bitdefender Vault File',
1049             'bvh' => 'Biovision Hierarchy Animation File',
1050             'bvp' => 'VodaHost BlueVoda Project File',
1051             'bvr' => 'Blue Iris Video',
1052             'bw' => 'Black and White SGI Image File',
1053             'bwa' => 'Bookworm Adventures Player File',
1054             'bwf' => 'Broadcast Wave File',
1055             'bwg' => 'BrainWave Generator Audio File',
1056             'bwi' => 'BlindWrite CD/DVD Disc Image',
1057             'bwp' => 'BuRg3r Web Page',
1058             'bws' => 'BlindWrite Sub Code File',
1059             'bwt' => 'BlindWrite 4 Track Information FIle',
1060             'bww' => 'Bagpipe Player File',
1061             'bwz' => 'WinImage Batch Configuration File',
1062             'bxl' => 'Accelerated Designs PCB Library File',
1063             'bxx' => 'BS Contact Parameter File',
1064             'bytes' => 'Binary Text Asset Data File',
1065             'byu' => 'Brigham Young University Movie File',
1066             'bz' => 'Bzip Compressed File',
1067             'bz2' => 'Bzip2 Compressed File',
1068             'bza' => 'IZArc BGA Archive',
1069             'bzabw' => 'Compressed AbiWord Document',
1070             'bzip' => 'Bzip Compressed Archive',
1071             'bzip2' => 'Bzip2 Compressed Archive',
1072             'bzplug' => 'AfterShot Pro Plugin Bundle',
1073             'bzw' => 'BZFlag World File',
1074             'c' => 'Lite-C Script',
1075             'c00' => 'WinAce Split Archive File',
1076             'c01' => 'Typhoon Wave Audio File',
1077             'c02' => 'WinAce Split Archive Part 1 File',
1078             'c10' => 'WinAce Split Archive Part 10',
1079             'c2d' => 'WinOnCD Disc Image',
1080             'c2r' => 'Windows Media Center Click-To-Record File',
1081             'c2u' => 'Texas Instruments CBL 2 OS File',
1082             'c32' => 'Syslinux COM32 Module',
1083             'c3d' => 'C3D Model File',
1084             'c3z' => 'OpenQwaq 3D Model File',
1085             'c4' => 'JEDMICS Image File',
1086             'c4d' => 'Cinema 4D Model File',
1087             'c4k' => 'Clonk Key File',
1088             'c4p' => 'CrossOver Software Installer File',
1089             'ca' => 'Initial Telnet Cache',
1090             'caa' => 'Chinese Academic Article Link File',
1091             'cab' => 'Windows Cabinet File',
1092             'cache' => 'Cache File',
1093             'caction' => 'Automator Converter Action',
1094             'cad' => 'Autodesk QuickCAD File',
1095             'cadc' => 'Corpatla Data Container File',
1096             'cadoc' => 'Clicker App Document',
1097             'caf' => 'CryENGINE Character Animation File',
1098             'caff' => 'Core Audio File',
1099             'cag' => 'ClipArt Gallery Package',
1100             'caj' => 'Chinese Academic Journal File',
1101             'cal' => 'CryENGINE Character Animation List',
1102             'calb' => 'Coolect Album File',
1103             'calca' => 'Calca Document',
1104             'calibre' => 'Calibre Device Data File',
1105             'cals' => 'CALS Raster Graphic File',
1106             'cam' => 'CASIO Digital Camera Picture File',
1107             'camerror' => 'Camtasia Studio Error File',
1108             'camm' => 'espresso Mind Map Document',
1109             'camp' => 'WCS Color Appearance Model Profile File',
1110             'camproj' => 'Camtasia Studio Project',
1111             'camrec' => 'Camtasia Studio Screen Recording',
1112             'camv' => 'Camtasia Video File',
1113             'can' => 'Canon Navigator Fax Document',
1114             'cannedsearch' => 'Apple Predefined Search',
1115             'cap' => 'ASUS BIOS Update File',
1116             'caproj' => 'Construct Project File',
1117             'capt' => 'Capito Data File',
1118             'capx' => 'Capella CapXML File',
1119             'car' => 'CAR Archive',
1120             'carc' => 'Nintendo DS Compressed Archive File',
1121             'cas' => 'Total War Model File',
1122             'case' => 'SlipCover Case Template',
1123             'cat' => 'Advanced Disk Catalog Database',
1124             'cat4d' => 'Cinema 4D Catalog',
1125             'catdrawing' => 'CATIA V5 Drawing',
1126             'catpart' => 'CATIA V5 Part File',
1127             'catproduct' => 'CATIA V5 Assembly File',
1128             'cav' => 'Comodo Virus Definitions File',
1129             'cawr' => 'Espresso workreport Document',
1130             'cb7' => 'Comic Book 7-Zip Archive',
1131             'cba' => 'CryENGINE Resource Compiler Settings File',
1132             'cbc' => 'Comic Book Collection',
1133             'cbds' => 'Comic Book DS File',
1134             'cbf' => 'ChessBase Game Information File',
1135             'cbg' => 'CyberGauge Data File',
1136             'cbh' => 'ChessBase Database Header File',
1137             'cbk' => 'Backup Configuration File',
1138             'cbl' => 'COBOL Source Code File',
1139             'cbmap' => 'Containment Breach Map File',
1140             'cboard' => 'Final Cut Pro Color Board Preset',
1141             'cbp' => 'Code::Blocks Project File',
1142             'cbr' => 'Comic Book RAR Archive',
1143             'cbs' => 'Code Breaker PS2 Save File',
1144             'cbt' => 'Computer Based Training File',
1145             'cbu' => 'Comodo Backup File',
1146             'cbv' => 'ChessBase Database File',
1147             'cbxml' => 'CodeBox Library',
1148             'cbz' => 'ChessBase Encrypted Database Archive',
1149             'cc' => 'C++ Source Code File',
1150             'cca' => 'cc:Mail Archive File',
1151             'ccb' => 'CopperCube 3D Scene',
1152             'ccbjs' => 'CopperCube JavaScript File',
1153             'ccc' => 'Dev-C++ Code Completion Cache',
1154             'ccd' => 'CloneCD Disc Image',
1155             'ccf' => 'CryptLoad Container File',
1156             'ccgame' => 'XNA Creators Club Game Package',
1157             'cch' => 'Corel Chart File',
1158             'ccip' => 'Curse Client Install Package',
1159             'ccld' => 'Construction Clouds Data File',
1160             'ccn' => 'Compressed Multimedia Fusion File',
1161             'ccp' => 'RIB Import Converter Profile',
1162             'ccr' => 'ASTM Continuity of Care Record',
1163             'ccs' => 'CCS Script File',
1164             'ccscc' => 'ClearCase Source Control Info File',
1165             'cct' => 'Director Protected Cast Resource',
1166             'ccx' => 'Corel Clipart File',
1167             'cd' => 'CD-i OptImage',
1168             'cd2' => 'Click\'N Design 3D File',
1169             'cd5' => 'Chasys Draw Image File',
1170             'cda' => 'CD Audio Track Shortcut',
1171             'cdb' => 'CardScan Contacts Database',
1172             'cdc' => 'AutoCAD DesignCenter Preview Cache File',
1173             'cdd' => 'ConceptDraw PRO Document',
1174             'cdda' => 'CD Digital Audio File',
1175             'cddx' => 'Circuit Diagram Document',
1176             'cddz' => 'ConceptDraw PRO Document',
1177             'cdf' => 'Channel Definition Format',
1178             'cdf-ms' => 'ClickOnce Compiled Manifest File',
1179             'cdg' => 'Compact Disc Plus Graphics Image',
1180             'cdi' => 'INTEX Output File',
1181             'cdl' => 'ConceptDraw PRO Library File',
1182             'cdlx' => 'ConceptDraw PRO XML Library File',
1183             'cdm' => 'Conceptual Data Model File',
1184             'cdml' => 'Creately Diagram File',
1185             'cdmm' => 'ConceptDraw MINDMAP Document',
1186             'cdmp' => 'WCS Device Model Profile',
1187             'cdmt' => 'ConceptDraw MINDMAP Template',
1188             'cdmtz' => 'Compressed ConceptDraw MINDMAP Template',
1189             'cdmz' => 'Compressed ConceptDraw MINDMAP Document',
1190             'cdo' => 'Crescendo Music Notation File',
1191             'cdoc' => 'Encrypted DigiDoc File',
1192             'cdp' => 'Sony CD Architect Project',
1193             'cdp2' => 'Trainz Classics Content Dispatcher Pack 2',
1194             'cdpx' => 'ConceptDraw PROJECT XML File',
1195             'cdpz' => 'ConceptDraw PROJECT Document',
1196             'cdr' => 'Crash Data Retrieval Data File',
1197             'cds' => 'ConceptDraw SlideShow',
1198             'cdsx' => 'ConceptDraw PRO XML SlideShow File',
1199             'cdt' => 'CD-Text File',
1200             'cdtx' => 'ConceptDraw PRO XML Template',
1201             'cdw' => 'KOMPAS Document',
1202             'cdx' => 'Alpha Five Table Index File',
1203             'cdxml' => 'Cmdlet Definition XML File',
1204             'cdz' => 'Compressed CD Image File',
1205             'ce' => 'ComputerEyes Image',
1206             'ceb' => 'Apabi eBook File',
1207             'cebx' => 'Apabi XML eBook File',
1208             'ced' => 'JVC Camera Video Data File',
1209             'cedprj' => 'Ashampoo CoverEditor Project',
1210             'cef' => 'Class Action Gradebook Elementary File',
1211             'cel' => 'FLIC Animation',
1212             'cell' => 'Thinkfree Office NEO Cell Workbook',
1213             'celtx' => 'Celtx Project File',
1214             'celx' => 'Celestia Script',
1215             'cem' => 'Children of the Nile Model File',
1216             'cenon' => 'Cenon Project',
1217             'cenon~' => 'Cenon Backup File',
1218             'cer' => 'Internet Security Certificate',
1219             'cerber' => 'Cerber Ransomware Encrypted File',
1220             'cerber2' => 'Cerber2 Ransomware Encrypted File',
1221             'cerber3' => 'Cerber Ransomware Virus File',
1222             'certsigningr' => 'Q\'UEST Apple Developer Signing Certificate Request',
1223             'cetrainer' => 'Cheat Engine Trainer File',
1224             'cex' => 'SolidWorks Enterprise PDM Vault Export File',
1225             'cf' => 'Sendmail Configuration File',
1226             'cf2' => 'Common File Format File',
1227             'cfa' => 'ComProbe Analyzer Capture File',
1228             'cfb' => 'Compound Binary File',
1229             'cfc' => 'ColdFusion Component File',
1230             'cff' => 'Common File Format',
1231             'cfg' => 'Celestia Configuration File',
1232             'cfge' => 'Jewel Quest Configuration File',
1233             'cfl' => 'IMVU Product File',
1234             'cfm' => 'ColdFusion Markup File',
1235             'cfml' => 'ColdFusion Markup Language File',
1236             'cfr' => 'Cross Fire Replay File',
1237             'cfs' => 'CFS Console File',
1238             'cfx' => 'Flow-Cal Data File',
1239             'cfxr' => 'Cocoa Sfxr File',
1240             'cg' => 'Cg Program',
1241             'cg3' => 'Cabri 3D Document',
1242             'cga' => 'Crytek Geometry Animation File',
1243             'cgf' => 'Crytek Geometry Format File',
1244             'cgfx' => 'CgFX Shader File',
1245             'cgi' => 'Common Gateway Interface Script',
1246             'cgm' => 'Computer Graphics Metafile',
1247             'cgp' => 'PixelCryptor Encrypted File',
1248             'cgr' => 'Quest3D Channel Group File',
1249             'cgrp' => 'Pro Tools Clip Group File',
1250             'cgz' => 'Cube Map File',
1251             'ch3' => 'Harvard Graphics DOS Chart File',
1252             'cha' => 'Character Layout File',
1253             'chai' => 'Chaimera Artwork File',
1254             'chait' => 'Chaimera Artwork Template',
1255             'cham' => 'Compiled HAM File',
1256             'charset' => 'Character Set',
1257             'chart' => 'Guitar Rhythm Chart File',
1258             'chat' => 'IRC Chat Configuration File',
1259             'chc' => 'HCFR Colormeter Data File',
1260             'chd' => 'MAME Hard Disk Image',
1261             'chef' => 'Chef Source Code File',
1262             'chesstitanss' => 'V\'E-MS Microsoft Chess Titans Saved Game',
1263             'chg' => 'Quicken Online Data File',
1264             'chk' => 'Netgear Router Firmware File',
1265             'chksplit' => 'Archiver Split Checksum File',
1266             'chl' => 'WinFast PVR2 Channel List',
1267             'chm' => 'Compiled HTML Help File',
1268             'chml' => 'Chameleon Encrypted Database File',
1269             'chn' => 'Ethnograph Data',
1270             'chord' => 'Song Chords File',
1271             'chr' => 'Borland Character Set File',
1272             'chr0' => 'Wii Model Animation File',
1273             'chrparams' => 'CryENGINE Character Parameters File',
1274             'chs' => 'Windows Chinese Noise-Word List File',
1275             'cht' => 'Windows Chinese Traditional Noise-Word List',
1276             'chunk001' => 'File Splitter Split Archive Part 1',
1277             'chv' => 'ChView Interactive Star Map File',
1278             'chw' => 'Compiled Help Index File',
1279             'chx' => 'AutoCAD Standards Check File',
1280             'ci' => 'PolySpace Preprocessed Code File',
1281             'cia' => 'CTR Importable Archive',
1282             'cib' => 'Luminaire Data File',
1283             'cid' => 'Navigator Chart Image Description File',
1284             'cidb' => 'iTunes CD Information File',
1285             'cif' => 'Easy CD Creator Disk Image',
1286             'cil' => 'Clip Gallery Packaged File',
1287             'cimg' => 'CImg Image File',
1288             'cin' => 'Kodak Cineon Bitmap File',
1289             'cine' => 'Phantom Digital Video File',
1290             'cip' => 'Cavena Subtitles File',
1291             'circ' => 'Logisim Circuit File',
1292             'circuit' => 'KTechlab Circuit Design File',
1293             'cis' => 'CheckInbox Settings File',
1294             'ciso' => 'Compact ISO File',
1295             'cit' => 'Intergraph Bitmap Image File',
1296             'civ5map' => 'Civilization 5 Map',
1297             'civ5mod' => 'Civilization 5 Mod File',
1298             'civ5save' => 'Civilization 5 Saved Game',
1299             'civ5sln' => 'Civilization 5 Solution File',
1300             'ck9' => 'Cook\'n Cookbook Backup File',
1301             'ckb' => 'Cricket Audio Bank File',
1302             'ckbx' => 'Cricket Audio XML Bank Description File',
1303             'ckd' => 'Kubotek Design Container',
1304             'ckf' => 'Casio Keyboard File',
1305             'ckp' => 'SQL Server Checkpoint File',
1306             'ckt' => 'CircuitMaker File',
1307             'cl' => 'Cursor Library',
1308             'cl2' => 'HY-TEK Meet Results File',
1309             'cl2arc' => 'Comic Life 2 Document Archive',
1310             'cl2doc' => 'Comic Life 2 Document',
1311             'cl2lyt' => 'Comic Life 2 Layout File',
1312             'cl2tpl' => 'Comic Life 2 Template',
1313             'cl4' => 'Easy CD Creator 4 Project File',
1314             'cl5' => 'Easy CD Creator 5 Saved Project',
1315             'clarify' => 'Clarify Document',
1316             'class' => 'Java Class File',
1317             'classlist' => 'SMART Notebook Class List File',
1318             'clb' => 'ICQ Contact List',
1319             'cld' => 'ClamAV Virus Definitions File',
1320             'cleo' => 'CLEO Grand Theft Auto Mod File',
1321             'clg' => 'Collage Maker Project File',
1322             'cli' => 'Grand Theft Auto Clip Data File',
1323             'clip' => 'Grand Theft Auto 5 Clip',
1324             'clips' => 'Coda Clips File',
1325             'clix' => 'CLIX Command File',
1326             'clk' => 'ClickView Video File',
1327             'clkb' => 'Clicker Books File',
1328             'clkbd' => 'Clicker Board Set',
1329             'clkc' => 'Clicker Connect Set File',
1330             'clkd' => 'Clicker Docs File',
1331             'clkk' => 'Clicker Keyboard',
1332             'clkm' => 'Clicker Matching Set File',
1333             'clkp' => 'Clicker Object Palette File',
1334             'clks' => 'Clicker Sentences File',
1335             'clkt' => 'Clicker Template',
1336             'clktk' => 'Clicker Talk Set File',
1337             'clkv' => 'Clicker Communicator Vocabulary Set File',
1338             'clkw' => 'Clicker Word Bank',
1339             'clkx' => 'Clicker Grid Set',
1340             'clm' => 'GenePattern CEL Descriptor File',
1341             'clp' => 'Clipper Compiler Instructions File',
1342             'clpi' => 'Blu-ray Clip Information File',
1343             'clr' => 'Vue Color Maps File',
1344             'clr0' => 'Wii Color Swapping Animation File',
1345             'cls' => 'Program Class File',
1346             'clt' => 'VisualBoyAdvance Cheat List File',
1347             'clw' => 'Visual C++ ClassWizard File',
1348             'clx' => 'Ceelox SecureMail Secure Message',
1349             'cm' => 'Cable Modem Configuration File',
1350             'cm0013' => 'Samsung Smart TV Index File',
1351             'cm10' => 'CaseMap 10 Case File',
1352             'cm2' => 'Poser Camera Set File',
1353             'cm5' => 'Clone Manager File',
1354             'cma' => 'OCaml Library',
1355             'cmake' => 'CMake File',
1356             'cmap' => 'The Escapists Custom Prison Map File',
1357             'cmate' => 'ControllerMate File',
1358             'cmbl' => 'Logger Pro Data File',
1359             'cmd' => 'M.U.G.E.N. Character Commands File',
1360             'cme' => 'Command Multimedia Evidence File',
1361             'cmf' => 'Connected Backup File',
1362             'cml' => 'Crazy Machines Lab File',
1363             'cmm' => 'Corel Multimedia Manager Album',
1364             'cmmp' => 'Camtasia MenuMaker Project',
1365             'cmmtheme' => 'CleanMyMac Theme File',
1366             'cmmtpl' => 'Camtasia MenuMaker Template',
1367             'cmo' => 'ASUS BIOS File',
1368             'cmod' => 'Celestia Model',
1369             'cmp' => 'Generic CADD Component File',
1370             'cmpkg' => 'craftersmine Package',
1371             'cmproj' => 'Camtasia Project File',
1372             'cmr' => 'U.S. Sectional Chart Map File',
1373             'cmrec' => 'Camtasia Recording',
1374             'cms' => 'Content Management System',
1375             'cmv' => 'CorelMOVE Animation',
1376             'cmx' => 'Corel Metafile Exchange Image File',
1377             'cmz' => 'Compressed Poser Camera Set File',
1378             'cn1' => 'CNR Modem Initialization Data File',
1379             'cna' => 'Catena Project File',
1380             'cnc' => 'CNC Machine Tool Path',
1381             'cnd' => 'Melco Condensed Embroidery File',
1382             'cndx' => 'Avery DesignPro for Mac Label File',
1383             'cnf' => 'Telnet Configuration File',
1384             'cng' => 'CryptoNG Encrypted Archive',
1385             'cnm' => 'NoteMap Outline File',
1386             'cns' => 'M.U.G.E.N. Character States File',
1387             'cnt' => 'Help Contents File',
1388             'cnv' => 'Canvas 6-8 Drawing File',
1389             'cob' => 'COBOL Source Code File',
1390             'cod' => 'Atlantis Word Processor Encrypted Document',
1391             'codaplugin' => 'Coda Plug-in',
1392             'codasite' => 'Coda Site File',
1393             'cof' => 'MPLAB COFF File',
1394             'coffee' => 'CoffeeScript JavaScript File',
1395             'col' => 'Capture One Session File',
1396             'collab' => 'Blackboard Collaborate Session File',
1397             'collection' => 'Adobe Bridge Collection File',
1398             'colorpicker' => 'Color Picker Plugin',
1399             'colourscheme' => 'Speedy Browser Colour Scheme File',
1400             'colz' => 'Adobe Collage File',
1401             'com' => 'DOS Command File',
1402             'comfycakessa' => 'E\'-MS Comfy Cakes Saved Game',
1403             'comic' => 'Comic Life Comic',
1404             'comicdoc' => 'Comic Life Document',
1405             'comiclife' => 'Comic Life Document',
1406             'command' => 'Terminal Command File',
1407             'comp' => 'Fusion Composition File',
1408             'compiled' => 'Compiled Game Resource File',
1409             'component' => 'Mac OS X System Component',
1410             'compositefon' => ' \'Windows Composite Font File',
1411             'compositionm' => 'D\'EL Invantive Composition Data Model File',
1412             'compositiont' => 'M\'PLATE Invantive Composition Template',
1413             'comppkg.haup' => 'W\'ERK.RAR Hauptwerk Component Package',
1414             'comppkg_haup' => 'W\'ERK_RAR Hauptwerk Component Package',
1415             'compressed' => 'WordCompress Compacted Web File',
1416             'con' => 'COW System Settings File',
1417             'conf' => 'Generic Configuration File',
1418             'config' => 'Configuration File',
1419             'configprofil' => ' \'Apple Configuration Profile',
1420             'conform' => 'Conformalizer Change List File',
1421             'consis' => 'Sciral Consistency Document',
1422             'contact' => 'Windows Contact File',
1423             'contour' => 'Contour Screenplay File',
1424             'controls' => 'OpenBVE Keyboard Shortcuts File',
1425             'copreset' => 'Capture One Preset File',
1426             'copy' => 'Sony Ericsson Protected Content File',
1427             'cor' => 'Trimble Corrected SSF File',
1428             'cos' => 'Creatures CAOS File',
1429             'cos2' => 'Pinnacle Studio Cache File',
1430             'cosessiondb' => 'Capture One Session File',
1431             'costyle' => 'Capture One Style File',
1432             'course' => 'Super Mario ReMaker Course File',
1433             'cov' => 'Fax Cover Page File',
1434             'coverage' => 'Visual Studio Code Coverage Report',
1435             'cox' => 'Click & Create Extension',
1436             'cp' => 'Captivate Source File',
1437             'cp3' => 'Grand Prix 3 Cockpit Shape File',
1438             'cp9' => 'ChoicePoint Encrypted File',
1439             'cpa' => 'CADSTAR PCB Archive File',
1440             'cpaa' => 'Captivate Shared Action File',
1441             'cpb' => 'Comicino Studio Project File',
1442             'cpbitmap' => 'iOS Wallpaper Image',
1443             'cpc' => 'CPC Compressed Image File',
1444             'cpd' => 'Compressed PhotoDefiner Image File',
1445             'cpdx' => 'Adobe Captivate Storyboard Project',
1446             'cpe' => 'Fax Cover Page File',
1447             'cpf' => 'Cab Provisioning Format File',
1448             'cpg' => 'Cool Page Project File',
1449             'cpgz' => 'Compressed CPIO Archive',
1450             'cph' => 'Corel Print House File',
1451             'cphd' => 'CloudChan Pre-processed Hypertext Document',
1452             'cpi' => 'Codepage Information File',
1453             'cpio' => 'Unix CPIO Archive',
1454             'cpk' => 'CRI Middleware Package',
1455             'cpl' => 'Windows Control Panel Item',
1456             'cpmz' => 'Miradi/ConPro Project File',
1457             'cpn' => 'Grim Dawn Default Character File',
1458             'cpp' => 'C++ Source Code File',
1459             'cpq' => 'Compaq OEM Disc Configuration File',
1460             'cpr' => 'CPC Plus Cartridge',
1461             'cps' => 'The Powder Toy Save File',
1462             'cpt' => 'Pocket Slides Presentation',
1463             'cptl' => 'Adobe Captivate Project Template File',
1464             'cptm' => 'Captivate Theme File',
1465             'cptx' => 'Adobe Captivate Project File',
1466             'cpu' => 'Virtual CPU File',
1467             'cpvc' => 'Adobe Captivate Video Composition',
1468             'cpx' => 'Rise of Rome Campaign File',
1469             'cpy' => 'eCopy Desktop File',
1470             'cr2' => 'Poser Character Rigging File',
1471             'cr3' => 'Canon Raw 3 Image File',
1472             'craft' => 'KSP Spacecraft File',
1473             'cram' => 'Compressed Alignment File',
1474             'crash' => 'Mac OS X Crash Log File',
1475             'crashed' => 'AbiWord Crash-Saved Document',
1476             'crc' => 'Total Commander Checksum File',
1477             'crd' => 'Guitar Tabs',
1478             'crdownload' => 'Chrome Partially Downloaded File',
1479             'crds' => 'Windows CardSpace Backup File',
1480             'crec' => 'Lync Video File',
1481             'crev' => 'Adobe Captivate Commentable SWF File',
1482             'crf' => 'Cal3D Binary Materials File',
1483             'crl' => 'Certificate Revocation List File',
1484             'crop' => 'Crick Software Options File',
1485             'crp' => 'Cities: Skylines Colossal Raw Asset Package',
1486             'crs' => 'StepMania Course File',
1487             'crt' => 'Security Certificate',
1488             'crtr' => 'MultiAd Creator Pro Document',
1489             'crtx' => 'Office 2007 Chart Template File',
1490             'crv' => 'VCarve Pro Design File',
1491             'crw' => 'Canon Raw CIFF Image File',
1492             'crwl' => 'Windows Crawl File',
1493             'crx' => 'Chrome Extension',
1494             'cry' => 'CryENGINE Map File',
1495             'crypt' => 'CryptXXX Ransomware Encrypted File',
1496             'crypt12' => 'WhatsApp Encrypted Database File',
1497             'crypt5' => 'WhatsApp Encrypted Database File',
1498             'crypt6' => 'WhatsApp Encrypted Database File',
1499             'crypt7' => 'WhatsApp Encrypted Database File',
1500             'crypt8' => 'WhatsApp Encrypted Database File',
1501             'crypt9' => 'WhatsApp Encrypted Database File',
1502             'crypted' => 'WinOptimizer Encrypted File',
1503             'cryptra' => 'Cryptra Encrypted File',
1504             'crysisjmsf' => 'Crysis Saved Game',
1505             'crysispsf' => 'Crysis Warhead Saved Game',
1506             'crz' => 'Compressed Poser Character Rigging File',
1507             'cs' => 'CLEO Custom Script',
1508             'cs1' => 'CaptureShop 1-shot Raw Image',
1509             'csa' => 'PNA Code Calset File',
1510             'csaplan' => 'SPSS Analysis Plan File',
1511             'csd' => 'Steam Game Data Backup File',
1512             'csf' => 'Cal3D Binary Skeleton File',
1513             'csg' => 'CounterSketch Design Project',
1514             'csh' => 'Cubase Waveform File',
1515             'cshtml' => 'ASP.NET Razor Web Page',
1516             'csi' => 'EdLog Program Data File',
1517             'cskin' => 'CD Art Display Skin File',
1518             'csl' => 'CineStyle Color Lookup File',
1519             'csm' => 'Steam Game Backup File',
1520             'csn' => 'Adobe Code Snippet Document',
1521             'cso' => 'Compiled Shader Object File',
1522             'csp' => 'Concept Server Page',
1523             'csplan' => 'SPSS Sampling Plan File',
1524             'csproj' => 'Visual Studio C# Project',
1525             'csr' => 'Certificate Signing Request File',
1526             'css' => 'Cascading Style Sheet',
1527             'cst' => 'Gary Gadget Plug-in',
1528             'csutil' => 'ColorSync Utility Folder',
1529             'csv' => 'Comma Separated Values File',
1530             'csx' => 'Visual C# Script',
1531             'csy' => 'Canvas Symbol File',
1532             'ct' => 'Scitex Continuous Tone File',
1533             'ctb' => 'Cherrytree SQLite Document',
1534             'ctbodyfittin' => ' \'CrazyTalk Animator Actor Fitting File',
1535             'ctc' => 'Visual Studio Command Table Configuration',
1536             'ctd' => 'Cherrytree XML Document',
1537             'ctf' => 'PSP Custom Theme File',
1538             'ctg' => 'Canon Digital Camera Catalog File',
1539             'ctl' => 'StepMania SMZIP Package Description File',
1540             'ctm' => 'Star Wars Republic Commando Map File',
1541             'cto' => 'Visual Studio Binary Command Table Output',
1542             'ctp' => 'CrazyTalk Project File',
1543             'ctproject' => 'CrazyTalk Animator Project File',
1544             'cts' => 'CrazyTalk Script File',
1545             'ctsym' => 'Visual Studio Command Table Output File',
1546             'ctt' => 'Messenger Contact List',
1547             'ctv' => 'Citavi Project',
1548             'ctv3' => 'Citavi 3 Project File',
1549             'ctx' => 'Cherrytree Password-protected SQLite Document',
1550             'ctxt' => 'BlueJ Context File',
1551             'cty' => 'SimCity City File',
1552             'ctz' => 'Cherrytree Password-protected XML Document',
1553             'cu' => 'CUDA Source Code File',
1554             'cub' => 'Gaussian Cube File',
1555             'cube' => 'Gaussian Cube File',
1556             'cue' => 'CDRWIN Cue Sheet',
1557             'cui' => 'Autodesk Custom Workspace File',
1558             'cuix' => 'AutoCAD Custom User Interface File',
1559             'cul' => 'Windows Cursor Library',
1560             'cur' => 'Windows Cursor',
1561             'cursorfx' => 'CursorFX Theme File',
1562             'curxptheme' => 'CursorXP Theme File',
1563             'cus' => 'AutoCAD Custom Dictionary File',
1564             'customdestin' => 'T\'IONS-MS Windows 7 Jump List File',
1565             'cut' => 'Dr. Halo Bitmap Image File',
1566             'cv' => 'CodeView Data File',
1567             'cv5' => 'Canvas 5 Drawing File',
1568             'cva' => 'Canvas Sequence Set',
1569             'cvc' => 'cVideo',
1570             'cvd' => 'Bitdefender Virus Definition File',
1571             'cvf' => 'CPU-Z Validation File',
1572             'cvg' => 'Calamus Vector Graphic File',
1573             'cvi' => 'CassiniVision Map Image File',
1574             'cvn' => 'CineVision Encoding Session',
1575             'cvr' => 'Microsoft Crash Report File',
1576             'cvs' => 'Canvas 3 Drawing File',
1577             'cvsrc' => 'CVS Command File',
1578             'cvt' => 'Canvas External Tool File',
1579             'cvw' => 'CaseView Document',
1580             'cvx' => 'Canvas Drawing File',
1581             'cw' => 'CardWorks Template',
1582             'cwb' => 'Cakewalk Bundle',
1583             'cwd' => 'Nonogram Puzzle File',
1584             'cwf' => 'CorelDRAW Workspace File',
1585             'cwk' => 'ClarisWorks Document',
1586             'cwp' => 'Cakewalk SONAR Project',
1587             'cws' => 'Claris Works Template',
1588             'cwt' => 'ClarisWorks Texture File',
1589             'cww' => 'Crossword Weaver Puzzle File',
1590             'cwy' => 'ChordWizard Style',
1591             'cwz' => 'Circuit Wizard File',
1592             'cx3' => 'CMS Recorded Video File',
1593             'cx5' => 'Clone Manager XML File',
1594             'cxa' => 'FMAT Listmode File',
1595             'cxarchive' => 'CrossOver Bottle Archive',
1596             'cxd' => 'SimplePCI Data Document',
1597             'cxf' => 'Coordinates Export Format',
1598             'cxi' => 'FMAT RAW Image',
1599             'cxp' => 'FMAT Assay File',
1600             'cxr' => 'FMAT Plate Results File',
1601             'cxt' => 'CX-Programmer Project Text File',
1602             'cxx' => 'C++ Source Code File',
1603             'cyberducklic' => 'N\'SE Cyberduck Donation Key',
1604             'cyberduckpro' => 'I\'LE Cyberduck Connection Profile',
1605             'cyi' => 'Clustify Input File',
1606             'cyo' => 'Clustify Output File',
1607             'cyp' => 'Home Designer Pro Project File',
1608             'cys' => 'Clustify Summary File',
1609             'cyw' => 'Rbot.CYW Worm File',
1610             'czd' => 'CAD Zone Drawing',
1611             'czi' => 'Carl Zeiss Image Data File',
1612             'czip' => 'ZipGenius CryptoZip File',
1613             'czp' => 'ClozePro Archive',
1614             'd$$' => 'AGT Game Encrypted Message File',
1615             'd' => 'Source Dependency File',
1616             'd00' => 'OPL2 FM Audio File',
1617             'd01' => 'OPL2 FM Audio File',
1618             'd2s' => 'Diablo 2 Save File',
1619             'd2v' => 'DVD2AVI File',
1620             'd3d' => 'Game Maker 3D File',
1621             'd3dbsp' => 'Call of Duty Map File',
1622             'd3md' => 'DART Metadata File',
1623             'd3v' => 'Datel Video File',
1624             'd64' => 'Commodore 64 Disk Image',
1625             'd88' => 'Toshiba Pasopia 7 Disk File',
1626             'da0' => 'Windows Registry Backup File',
1627             'da1' => 'AGT Game Data File',
1628             'da2' => 'AGT Game Data File',
1629             'da3' => 'AGT Game Data File',
1630             'da4' => 'AGT Game Data File',
1631             'da5' => 'AGT Game Data File',
1632             'da6' => 'AGT Game Data File',
1633             'daa' => 'PowerISO Direct-Access-Archive',
1634             'dabriefcase' => 'RemObjects Data Abstract File Briefcase',
1635             'daconfig' => 'RemObjects Data Abstract Configuration File',
1636             'daconnection' => ' \'RemObjects Data Abstract Connections File',
1637             'dacpac' => 'SQL Server Data Tier Application Package',
1638             'dad' => 'IMS200 Video Record File',
1639             'dadiagrams' => 'RemObjects Data Abstract Data Diagrams File',
1640             'dae' => 'Digital Asset Exchange File',
1641             'daf' => 'Digital Anchor File',
1642             'dal' => 'DVD-lab Project File',
1643             'dam' => 'DAME Project',
1644             'dao' => 'Disk at Once CD/DVD Image',
1645             'dap' => 'Diet Analysis Profile',
1646             'dar' => 'DVD Architect Project',
1647             'dart' => 'Dart Source Code File',
1648             'das' => 'DeltaMaster Analysis Session',
1649             'daschema' => 'RemObjects Data Abstract Schema File',
1650             'dash' => 'Dashlane Profile',
1651             'dat' => 'Nonimmigrant Visa Application Data File',
1652             'dat_mcr' => 'Minecraft Level.dat Backup File',
1653             'dat_new' => 'Minecraft World Level File',
1654             'dat_old' => 'Minecraft Level.dat Backup File',
1655             'data' => 'Analysis Studio Offline Data File',
1656             'dav' => 'DVR365 Video File',
1657             'dax' => 'PSP Compressed ISO Disc Image',
1658             'day' => 'Day of the Zombie Map File',
1659             'daz' => 'DAZ Studio 3D Scene',
1660             'dazip' => 'Dragon Age: Origins Game File',
1661             'db' => 'QQ Account Database File',
1662             'db-' => 'Norton Nprotect Database File',
1663             'db-journal' => 'SQLite Rollback Journal File',
1664             'db-shm' => 'SQLite Database Shared Memory File',
1665             'db-wal' => 'SQLite Database Write-Ahead Log File',
1666             'db.crypt' => 'WhatsApp Encrypted Database File',
1667             'db.crypt12' => 'WhatsApp Encrypted Database File',
1668             'db.crypt8' => 'WhatsApp Encrypted Database File',
1669             'db.jou' => 'Patran Journal File',
1670             'db1' => 'Tekla Structures Model File',
1671             'db2' => 'Samsung CCTV Video Information File',
1672             'db3' => 'SQLite Database File',
1673             'dba' => 'CryENGINE Animation Database File',
1674             'dbb' => 'Skype User Information File',
1675             'dbc' => 'DAZ Brick Camera File',
1676             'dbd' => 'DemoShield Project',
1677             'dbf' => 'FoxPro Table',
1678             'dbg' => 'Visual FoxPro Debugger Configuration File',
1679             'dbgsym' => 'Debug Symbols File',
1680             'dbk' => 'dBASE Database Backup',
1681             'dbl' => 'DAZ Brick Light File',
1682             'dbm' => 'DAZ Brick Material File',
1683             'dbml' => 'Visual Studio OR Design File',
1684             'dbo' => 'DarkBASIC Object',
1685             'dbpro' => 'DarkBASIC Professional Project File',
1686             'dbproj' => 'Visual Studio Database Project File',
1687             'dbq' => 'AutoCAD Query Set',
1688             'dbr' => 'DeepBurner Disc Project',
1689             'dbs' => 'GAMBIT Mesh File',
1690             'dbt' => 'Database Text File',
1691             'dbv' => 'Database Variable Field',
1692             'dbx' => 'Dropbox Encrypted Database File',
1693             'dc' => 'DesignCAD Design File',
1694             'dc1' => 'Bloomba E-mail Message',
1695             'dc2' => 'DevCad Cam Pro Document',
1696             'dc3' => 'DesignCAD 3D ASCII Drawing',
1697             'dc4' => 'ViaThinkSoft (De)Coder 4 File',
1698             'dca' => 'DisplayWrite Document',
1699             'dcb' => 'Concordance Database File',
1700             'dcd' => 'DisCryptor Encrypted Database',
1701             'dce' => 'DriveCam Video File',
1702             'dcf' => 'Disk Copy Fast Disk Image File',
1703             'dck' => 'Resolume Deck File',
1704             'dcl' => 'DumpSec Report File',
1705             'dcm' => 'DiskCatalogMaker Catalog File',
1706             'dcmd' => 'DiskCatalogMaker Thumbnail-Enabled Catalog',
1707             'dcmf' => 'DiskCatalogMaker Catalog',
1708             'dco' => 'Safetica Free Encrypted Virtual Disk Archive',
1709             'dcover' => 'Disc Cover File',
1710             'dcp' => 'Delphi Compiled Package',
1711             'dcpf' => 'Disc Copier Project File',
1712             'dcpr' => 'Adobe DNG Camera Profile Recipe File',
1713             'dcproj' => 'Dashcode Project',
1714             'dcr' => 'Delphi Component Resource File',
1715             'dcs' => 'Desktop Color Separation File',
1716             'dcst' => 'Adobe InDesign Document Presets File',
1717             'dct' => 'DeSmuME ROM Cheats File',
1718             'dctmp' => 'DC++ Partially Downloaded File',
1719             'dcu' => 'Delphi Compiled Unit',
1720             'dcuil' => 'Delphi .NET Compiled Unit File',
1721             'dcx' => 'Zsoft Multi-Page Paintbrush File',
1722             'dd' => 'DiskDoubler Archive',
1723             'ddat' => 'DivX Temporary Video File',
1724             'ddb' => 'Device Dependent Bitmap',
1725             'ddc' => 'DivX Descriptor File',
1726             'ddcx' => 'DivX Descriptor 2 File',
1727             'ddd' => 'Alpha Five Data Dictionary File',
1728             'dde' => 'Lingvo Dictionary Error Log File',
1729             'ddf' => 'Diamond Directive File',
1730             'ddl' => 'Data Definition Language File',
1731             'ddm' => 'Alpha Five Data Dictionary Memo File',
1732             'ddoc' => 'DigiDoc Signature File',
1733             'ddp' => 'Delphi Diagram Portfolio File',
1734             'ddrw' => 'ClarisDraw Drawing',
1735             'dds' => 'DirectDraw Surface',
1736             'ddt' => 'Jill of the Jungle Music File',
1737             'ddx' => 'Alpha Five Data Dictionary Index File',
1738             'de' => 'DrawExpress Diagram File',
1739             'deb' => 'Debian Software Package',
1740             'dec' => 'Magic: The Gathering Online Deck File',
1741             'decrypt' => 'Decrypted Microsoft ESD File',
1742             'ded' => 'Dr. Engrave Document',
1743             'def' => 'IOBit Malware Fighter Definitions File',
1744             'defs' => 'BlueJ Settings File',
1745             'deft' => 'Juice Grinder Defaults File',
1746             'dek' => 'Eavesdropper Batch File',
1747             'dem' => 'Digital Elevation Model',
1748             'demo' => 'Pokémon Type Wild Data File',
1749             'deos' => 'Driver Easy Offline Scan File',
1750             'dep' => 'Windows Dependency File',
1751             'depend' => 'Code::Blocks Dependencies File',
1752             'deproj' => 'Disketch Project File',
1753             'der' => 'DER Certificate File',
1754             'des' => 'QuickBooks Forms Template',
1755             'desc' => 'Battlefield 2 Map Description File',
1756             'design' => 'Microsoft Expression Design Drawing',
1757             'desklink' => 'Desktop Shortcut',
1758             'deskthemepac' => ' \'Windows 8 Desktop Theme Pack File',
1759             'desktop' => 'Desktop Entry File',
1760             'det' => 'Sage ACT! 5 Email Message',
1761             'dev' => 'Dev-C++ Project File',
1762             'developerpro' => 'I\'LE Xcode Developer Profile',
1763             'develve' => 'Develve Data File',
1764             'deviceids' => 'Device Identification FIle',
1765             'deviceinfo' => 'Device Record',
1766             'devicemetada' => 'A\'-MS Device Metadata Package',
1767             'devicesalt' => 'NOOK Device Salt File',
1768             'dewf' => 'SoundEdit Recorded Instrument',
1769             'dex' => 'Excel Spreadsheet',
1770             'df1' => 'Omnis Native Datafile',
1771             'df2' => 'Defractor 2 Instrument',
1772             'dfc' => 'DeSmuME Firmware Configuration File',
1773             'dff' => 'DSD Audio File',
1774             'dfg' => 'Data Flask Grid File',
1775             'dfk' => 'Dark Flow Project File',
1776             'dfm' => 'Midas ViewPoint Display Form',
1777             'dfont' => 'Mac OS X Data Fork Font',
1778             'dfp' => 'Fusion Plugin File',
1779             'dfproj' => 'DVD Flick Project',
1780             'dfs' => 'BrainSuite Surface File',
1781             'dft' => 'eJuice Me Up Default Settings File',
1782             'dfti' => 'FlexiWrite Document',
1783             'dfu' => 'LaTeX Font Encoding File',
1784             'dfx' => 'Drafix CAD File',
1785             'dgb' => 'FlashCAD Drawing Database',
1786             'dgc' => 'TurboTax Tax Form',
1787             'dge' => 'Enterprise Test Server Declaration Generator File',
1788             'dgk' => 'Delcam 3D Model File',
1789             'dgml' => 'Visual Studio Directed Graph Document',
1790             'dgn' => 'MicroStation Design File',
1791             'dgs' => '3D Screen Creator Scene File',
1792             'dgsl' => 'Visual Shader Graph File',
1793             'dgt' => 'DST Thumbnail File',
1794             'dhcd' => 'DHCD Computing Application Data File',
1795             'dhs' => 'HyperSnap Drawing',
1796             'dht' => 'GAUSS Data Set Header File',
1797             'dhtml' => 'Dynamic HTML file',
1798             'dia' => 'Do It Again Task File',
1799             'diagcab' => 'Troubleshooting Pack Cabinet File',
1800             'diagcfg' => 'Troubleshooting Pack Configuration File',
1801             'diagpkg' => 'Troubleshooting Pack File',
1802             'diagsession' => 'Diagnostics Session File',
1803             'dib' => 'Device Independent Bitmap File',
1804             'dic' => 'DICOM Image',
1805             'dicom' => 'DICOM Image File',
1806             'dicproof' => 'Microsoft Dictionary Proofing File',
1807             'dict' => 'Dictionary File',
1808             'dif' => 'Digital Interface Format',
1809             'diff' => 'Patch File',
1810             'dig' => 'Sound Designer Audio File',
1811             'dii' => 'Summation Batch Load File',
1812             'dim' => 'DIME File',
1813             'dimax' => 'DiMAX Firmware Image File',
1814             'dime' => 'Direct Internet Message Encapsulation File',
1815             'dinfo' => 'DivX Temporary Video Info File',
1816             'dip' => 'DipTrace Printed Circuit Board File',
1817             'dir' => 'Adobe Director Movie',
1818             'directory' => 'KDE Folder View Properties File',
1819             'dis' => 'DisSharp Project File',
1820             'disabled' => 'Spybot - Search & Destroy Disabled File',
1821             'disc' => 'Toast Document',
1822             'disco' => 'DISCO Discovery Document',
1823             'discomap' => 'DISCO Discovery Output File',
1824             'disk' => 'Linux Virtual Hard Disk',
1825             'diskdefines' => 'Linux LiveCD Information File',
1826             'dist' => 'Mac OS X Distribution Script',
1827             'dit' => 'Active Directory Information Tree File',
1828             'dita' => 'DITA Document',
1829             'ditamap' => 'DITA Topic Map File',
1830             'ditaval' => 'DITA Conditions File',
1831             'div' => 'DIVA-GIS Project File',
1832             'diva' => 'Project DIVA Song File',
1833             'divx' => 'DivX-Encoded Movie File',
1834             'dix' => 'DIVA-GIS Export File',
1835             'diy' => 'My Drivers Backup Setup File',
1836             'diz' => 'Description in Zip File',
1837             'dja' => 'Dundjinni Module File',
1838             'djm' => 'Dynojet Map File',
1839             'djr' => 'Ringtone Media Studio DJ Ringtone Project',
1840             'djv' => 'DjVu Image',
1841             'djvu' => 'DjVu Image',
1842             'dke' => 'DriveLock FDE Disk Key File',
1843             'dkt' => 'DiGiTIAL THUNDER Drum Kit File',
1844             'dl' => 'Dynamic Library',
1845             'dl_' => 'Compressed DLL File',
1846             'dlc' => 'DIALux Light Control File',
1847             'dld' => 'EdLog Compiled Program',
1848             'dlg' => 'Dialogue File',
1849             'dlis' => 'DLIS Well Log Data File',
1850             'dll' => 'DLL Dynamic Web Page',
1851             'dlm' => 'Akamai Download Manager File',
1852             'dlo' => '3ds Max Plug-in',
1853             'dlr' => 'finalRender Plugin',
1854             'dls' => 'Downloadable Sounds File',
1855             'dlt' => 'DELTA Binary Dataset File',
1856             'dltemp' => 'UC Browser Temporary Download File',
1857             'dlu' => '3ds Max Utility Plug-in File',
1858             'dlv' => 'CATIA 4 Export File',
1859             'dlx' => 'Renamed DLL File',
1860             'dm' => 'DRM Delivery Message',
1861             'dm1' => 'ER/Studio Data Model File',
1862             'dm2' => 'Quake 2 Demo File',
1863             'dm3' => 'Quake 3 Demo File',
1864             'dm_68' => 'Quake 3 Demo File',
1865             'dm_82' => 'Wolfenstein 1.00 Demo Movie File',
1866             'dm_83' => 'Wolfenstein 1.02 Demo Movie File',
1867             'dm_84' => 'Wolfenstein 2.06 Demo Movie File',
1868             'dmb' => 'Digital Multimedia Broadcasting File',
1869             'dmc' => 'Medical Manager Script',
1870             'dmd' => 'SQL Developer Data Modeler File',
1871             'dmf' => 'Geosystem Digitals Map File',
1872             'dmg' => 'Mac OS X Disk Image',
1873             'dmgpart' => 'Mac OS X Disk Image Part',
1874             'dmi' => 'BYOND Dream Maker Icon File',
1875             'dml' => 'DynaScript File',
1876             'dmm' => 'iMindQ Mind Map File',
1877             'dmmx' => 'iMindQ XML Map Bundle',
1878             'dmo' => 'Cube 2: Sauerbraten Demo File',
1879             'dmp' => 'Windows Memory Dump',
1880             'dmpr' => 'Direct Mail Project File',
1881             'dmr' => 'BrainVoyager Diffusion Weighted Project File',
1882             'dms' => 'Dream Maker Script',
1883             'dmsa' => 'Music Disc Creator Project File',
1884             'dmsd' => 'Roxio MyDVD Project',
1885             'dmsd3d' => 'Roxio MyDVD 3D Project',
1886             'dmse' => 'Sound Editor Project File',
1887             'dmsk' => 'DivX Temporary Video Data File',
1888             'dmsm' => 'VideoWave Movie Project File',
1889             'dmsm3d' => 'VideoWave 3D Movie Project File',
1890             'dmsp' => 'PhotoSuite Project File',
1891             'dmss' => 'VideoWave SlideShow Project File',
1892             'dmt' => 'DeLorme Transfer File',
1893             'dmtemplate' => 'Direct Mail Template',
1894             'dmx' => 'Source Filmmaker Project File',
1895             'dmx-info' => 'DriverMax Driver Information File',
1896             'dn1' => 'Duke Nukem 1 Game Data File',
1897             'dn2' => 'Duke Nukem Episode 2 Game File',
1898             'dn3' => 'Duke Nukem Episode 3 Game File',
1899             'dna' => 'GenePool DNA File',
1900             'dnc' => 'Dance Database File',
1901             'dne' => 'Netica Text File',
1902             'dnf' => 'Duke Nukem Forever Map File',
1903             'dng' => 'Virtual Dongle Image',
1904             'dnh' => 'Danmakufu Script',
1905             'dnl' => 'DNAML eBook File',
1906             'dns' => 'Duke Nukem Forever Save File',
1907             'do' => 'Java Servlet',
1908             'dob' => 'Visual Basic UserDocument',
1909             'doc#' => 'LibreOffice Document Lock File',
1910             'doc' => 'WordPad Document',
1911             'dochtml' => 'Microsoft Word HTML Document',
1912             'dockzip' => 'ObjectDock File',
1913             'docm' => 'Word Open XML Macro-Enabled Document',
1914             'docmhtml' => 'Microsoft Word MIME HTML Document',
1915             'docset' => 'Doxygen Document Set File',
1916             'docx' => 'Microsoft Word Open XML Document',
1917             'docxml' => 'Microsoft Word XML Document',
1918             'docz' => 'ThinkFree Online Note Document',
1919             'dok' => 'DesktopOK Icons Layout File',
1920             'dol' => 'GameCube Executable File',
1921             'dolphinview' => 'Dolphin Folder View Settings File',
1922             'done' => 'Marker File',
1923             'dot' => 'Graphviz Graph File',
1924             'dothtml' => 'Microsoft Word HTML Document Template',
1925             'dotm' => 'Word Open XML Macro-Enabled Document Template',
1926             'dotx' => 'Word Open XML Document Template',
1927             'dov' => 'Temp File',
1928             'download' => 'Partially Downloaded File',
1929             'downloadhost' => 'MSN Download Settings File',
1930             'downloading' => 'Pando Incomplete Download File',
1931             'dox' => 'MultiMate Document',
1932             'dp1' => 'DataPower Database File',
1933             'dpa' => 'DrawPlus Animation File',
1934             'dpb' => 'FaxMaster Document',
1935             'dpd' => 'Ovation Pro File',
1936             'dpf' => 'Dargon Package',
1937             'dpg' => 'Nintendo DS Movie File',
1938             'dpk' => 'Delphi Package',
1939             'dpkw' => 'Delphi Package',
1940             'dpl' => 'Delphi Package Library',
1941             'dpm' => 'Pro Tools Plugin File',
1942             'dpn' => 'Depiction Data File',
1943             'dpp' => 'DrawPlus Drawing File',
1944             'dpr' => 'Digital InterPlot File',
1945             'dproj' => 'Delphi Project',
1946             'dps' => 'DivX Player 2 Skin File',
1947             'dpt' => 'Kingsoft Presentation Template',
1948             'dpv' => 'Siemens NX Drafting Standard File',
1949             'dpx' => 'DrawPlus Template',
1950             'dqy' => 'Excel Query File',
1951             'dr' => 'My Dark Diary Backup File',
1952             'dr5' => 'Dramatica Story Expert Project',
1953             'dra' => 'Scriptor Script File',
1954             'drawing' => 'Artboard Drawing',
1955             'drawit' => 'DrawIt Drawing',
1956             'drc' => 'DRM Rights Object',
1957             'dream' => 'Dream Animated Wallpaper File',
1958             'dres' => 'Delphi Compiled Resource File',
1959             'drf' => 'Delphi Resource File',
1960             'drg' => 'AllyCAD Drawing File',
1961             'drl' => 'Gerber Drill Rack File',
1962             'drm' => 'Deus Ex Data File',
1963             'drmx' => 'Drumlin Fully Secure PDF File',
1964             'drmz' => 'Drumlin Fully Secure Mobile PDF File',
1965             'dropbox' => 'Dropbox Shared Folder Tracker',
1966             'drpm' => 'Delta RPM File',
1967             'drscan' => 'Data Rescue Scans File',
1968             'dru' => 'EAGLE Design Rules File',
1969             'drv' => 'Device Driver',
1970             'drw' => 'Personal Designer Drawing File',
1971             'drwdot' => 'SolidWorks Drawing Template',
1972             'drz' => 'Draz Paint File',
1973             'ds' => 'TWAIN Data Source',
1974             'ds2' => 'Olympus DSS Pro Audio File',
1975             'ds_store' => 'Mac OS X Folder Settings File',
1976             'dsa' => 'DAZ Studio 3+ Script',
1977             'dsb' => 'Orchida Embroidery File',
1978             'dsc' => 'Text Description File',
1979             'dsd' => 'DAZ Studio Object Morph File',
1980             'dse' => 'DAZ Studio Encrypted Script',
1981             'dset' => 'Kratos Dataset File',
1982             'dsf' => 'Designer File',
1983             'dsg' => 'Decker Saved Game',
1984             'dsgm' => 'DS Game Maker Project',
1985             'dsi' => 'Double-Precision Spectral Image',
1986             'dsk' => 'Simple IDs Database',
1987             'dskin' => 'DockX Skin',
1988             'dsl' => 'Lingvo Dictionary File',
1989             'dsm' => 'Digital Sound Module',
1990             'dsn' => 'OrCAD Design File',
1991             'dso' => 'DAZ Studio Object File',
1992             'dsp' => 'Dynamic Studio Professional Module',
1993             'dspl' => 'Modern Warfare 3 Dedicated Server Playlist',
1994             'dsr' => 'Modern Warfare 3 Dedicated Server Recipe File',
1995             'dss' => 'DiskStation Backup Configuration File',
1996             'dst' => 'DeSmuME Save State',
1997             'dstudio' => 'DownloadStudio Incomplete Download',
1998             'dsv' => 'DAZ Studio UV Mapping File',
1999             'dsw' => 'Visual C++ 6 Workspace File',
2000             'dsx' => 'DAZ Studio XML File',
2001             'dsy' => 'Besta Video File',
2002             'dsym' => 'Xcode Debug Symbols File',
2003             'dsz' => 'Orchida (OES) Embroidery File',
2004             'dt' => 'Drum Station Machine State File',
2005             'dt0' => 'DTED Level 0 File',
2006             'dt1' => 'DTED Level 1 File',
2007             'dt2' => 'DTED Level 2 File',
2008             'dt_' => 'Macintosh Data Fork',
2009             'dta' => 'Chain Engineering Database',
2010             'dtapart' => 'DownThemAll! Partially Downloaded File',
2011             'dtd' => 'Design Tools Draw File',
2012             'dtf' => 'Domino Temporary File',
2013             'dthumb' => 'Android Data Thumbnail',
2014             'dtl' => 'Now Contact Detail Template',
2015             'dtm' => 'Dolphin TAS Movie',
2016             'dtp' => 'dotTrace Profile File',
2017             'dtr' => 'DATroniC Data Recording',
2018             'dts' => 'DTS Encoded Audio File',
2019             'dtsconfig' => 'SSIS Package Configuration File',
2020             'dtshd' => 'DTS-HD Master Audio File',
2021             'dtsx' => 'DTS Settings File',
2022             'dtw' => 'Desktop Wallpaper',
2023             'dtx' => 'Documented LaTeX File',
2024             'duc' => 'Action Replay Max DS Save File',
2025             'duck' => 'Cyberduck Bookmark',
2026             'duf' => 'DAZ User File',
2027             'dump' => 'Google BreakPad Crash Log File',
2028             'dun' => 'Dial Up Network File',
2029             'dupeguru' => 'dupeGuru Duplicate File List',
2030             'dus' => 'Readiris Font Dictionary',
2031             'dv' => 'Digital Video File',
2032             'dv-avi' => 'Microsoft DV-AVI Video File',
2033             'dv2' => 'Divinity 2 Data File',
2034             'dv4' => 'Bosch Security Systems CCTV Video File',
2035             'dvb' => 'AutoCAD VBA Project File',
2036             'dvc' => 'IDRISI Vector Definition File',
2037             'dvd' => 'DOS Device Driver',
2038             'dvdmedia' => 'RipIt DVD Package',
2039             'dvdproj' => 'iDVD Project File',
2040             'dvdr' => 'DVD/CD-R Master Image',
2041             'dvds' => 'DVDStyler Project File',
2042             'dvf' => 'Sony Digital Voice File',
2043             'dvg' => 'Graphic Works Vector Graphic',
2044             'dvi' => 'Device Independent Format File',
2045             'dvl' => 'Dalim Virtual Library File',
2046             'dvo' => 'Cook\'n Cookbook File',
2047             'dvr' => 'Microsoft Recorded TV Show',
2048             'dvr-ms' => 'Microsoft Digital Video Recording',
2049             'dvtcolorthem' => ' \'Xcode Color Theme File',
2050             'dvtplugin' => 'Xcode DVT Plug-in',
2051             'dvx' => 'DivX Video File',
2052             'dw' => 'David Whittaker Audio File',
2053             'dwa' => 'Digital Waveform Archiver Audio File',
2054             'dwc' => 'Emulex DWC Firmware Update File',
2055             'dwd' => 'DiamondWare Digital Audio File',
2056             'dwdoc' => 'DrawWell Document',
2057             'dwf' => 'Design Web Format File',
2058             'dwfx' => 'Design Web Format XPS File',
2059             'dwg' => 'AutoCAD Drawing Database File',
2060             'dwi' => 'Dance With Intensity Song File',
2061             'dwl' => 'TurboCAD Drawing Lock File',
2062             'dwl2' => 'AutoCAD Drawing Lock File',
2063             'dwlibrary' => 'Paperless Document Library',
2064             'dwn' => 'Firmware Update File',
2065             'dwp' => 'Darwin Pond Save File',
2066             'dws' => 'Dyalog Workspace File',
2067             'dwt' => 'AutoCAD Drawing Template',
2068             'dwz' => 'DVD MovieFactory Project File',
2069             'dx' => 'DEC WPS Plus File',
2070             'dxb' => 'Duxbury Braille File',
2071             'dxe' => 'AutoCAD Data Extraction Template',
2072             'dxf' => 'Drawing Exchange Format File',
2073             'dxl' => 'Rational DOORS Script',
2074             'dxls' => 'DashXL Skin Set File',
2075             'dxp' => 'Duxbury Print File',
2076             'dxr' => 'Protected Macromedia Director Movie',
2077             'dxs' => 'Deus Ex Saved Game',
2078             'dxx' => 'AutoCAD Drawing Interchange Attribute File',
2079             'dyc' => 'Xerox Printer Driver Configuration File',
2080             'dylib' => 'Mach-O Dynamic Library',
2081             'dz' => 'Land of the Dead Level File',
2082             'dzip' => 'The Witcher 2 Game Archive',
2083             'dzm' => 'DirectorZone Menu Template',
2084             'dzp' => 'DirectorZone Particle Effect File',
2085             'dzt' => 'DirectorZone Title File',
2086             'e00' => 'ArcInfo Coverage Export File',
2087             'e01' => 'EnCase Image File',
2088             'e2gm' => 'Pangea Enigmo 2 Custom Game File',
2089             'e2p' => 'PonyProg Device File',
2090             'e4a' => 'Encrypt4all Archive',
2091             'e57' => 'LIDAR Point Cloud Data File',
2092             'e_e' => 'Renamed EXE File',
2093             'ea' => 'Kindle End Actions File',
2094             'eal' => 'Kindle End Actions File',
2095             'eap' => 'Adobe Photoshop Exposure File',
2096             'ear' => 'Eyemail Audio Recording',
2097             'eas' => 'RSLogix Symbol File',
2098             'easm' => 'eDrawings Assembly File',
2099             'eaz' => 'ArcGIS Explorer Add-in File',
2100             'eba' => 'Emergence BASIC Source Code File',
2101             'ebd' => 'Windows EBD System File',
2102             'ebk' => 'eBook Pro eBook File',
2103             'ebm' => 'Embla Recording',
2104             'ebn' => 'Philips Firmware Update File',
2105             'ebs' => 'E-Run 1.x Script',
2106             'ebs2' => 'E-Run 2.0 Script File',
2107             'ebuild' => 'Portage eBuild Script',
2108             'ec0' => 'MetroCount Traffic Data File',
2109             'ec3' => 'EPSON Print CD File',
2110             'ec4' => 'EPSON Print CD File',
2111             'ecc' => 'dvdisaster Error Correction File',
2112             'ecd' => 'Encrypted Cryptee Document',
2113             'ece' => 'Escenic Dynamic Web Page',
2114             'ecf' => 'SageCRM Component File',
2115             'ecfg' => 'ArcGIS Component Configuration File',
2116             'ecl' => 'Touhou Stage Script',
2117             'ecm' => 'ECM Disc Image',
2118             'eco' => 'ECCO Database File',
2119             'ecp' => 'EasyC Project File',
2120             'ecs' => 'Sony Ericsson Phone Backup File',
2121             'ect' => 'Yozo Office Chart Template File',
2122             'ecw' => 'EclipseCrossword Word List File',
2123             'ecx' => 'ECCO Corrupted Database File',
2124             'eda' => 'Ensoniq ASR Disk Image',
2125             'edat' => 'Sony Encrypted Data File',
2126             'edat2' => 'E-DataAid 2.0 File',
2127             'edb' => 'Exchange Information Store Database',
2128             'edc' => 'Kryptel Lite Encrypted File',
2129             'eddx' => 'Edraw XML FIle',
2130             'ede' => 'Ensoniq EPS Disk Image',
2131             'edf' => 'Estimator Data File',
2132             'edfx' => 'Estimator.NET Estimate File',
2133             'edg' => 'Edge Diagrammer File',
2134             'edge' => 'Adobe Edge Project File',
2135             'edi' => 'Electronic Data Interchange File',
2136             'edj' => 'Enlightenment Theme File',
2137             'edk' => 'Ensoniq KT Disk Image',
2138             'edl' => 'Edit Decision List File',
2139             'edm' => 'Adobe Extension Data Markup Language File',
2140             'edml' => 'Adobe Extension Data Markup Language Document',
2141             'edmx' => 'ADO.NET Entity Data Model Designer File',
2142             'edn' => 'Adobe eBook Activation File',
2143             'edoc' => 'Electronically Certified Document',
2144             'edq' => 'Ensoniq SQ1/SQ2/KS32 Disk Image',
2145             'edrw' => 'SolidWorks eDrawings File',
2146             'edrwx' => 'XPS Drawing Document',
2147             'eds' => 'Ensoniq SQ-80 Disk Image',
2148             'edv' => 'Ensoniq VFX-SD Disk Image',
2149             'edx' => 'Edraw XML FIle',
2150             'edxz' => 'Edraw Compressed XML FIle',
2151             'edz' => 'EPLAN Electric P8 Data Archive Zipped File',
2152             'eek' => 'Arachne Network-Enabled Script',
2153             'eep' => 'EEPROM Data File',
2154             'eepf' => 'EmuOS Exchangeable Packet File',
2155             'ef' => 'Diploma Exam File',
2156             'ef2' => 'Internet Download Manager Export File',
2157             'efa' => 'Ensoniq ASR File',
2158             'efe' => 'Ensoniq EPS File',
2159             'efi' => 'Extensible Firmware Interface File',
2160             'efires' => 'EFI Image File',
2161             'efk' => 'Ensoniq KT File',
2162             'efl' => 'External Format Language File',
2163             'efp' => 'Exchange Forms Designer Template',
2164             'efq' => 'Ensoniq SQ1/SQ2/KS-32 File',
2165             'efr' => 'Encryptafile Private Key File',
2166             'efs' => 'Ensoniq SQ-80 File',
2167             'eft' => 'Logitech Lighting Effect File',
2168             'eftx' => 'Office 2007 Theme Effect File',
2169             'efu' => 'Encryptafile Public Key File',
2170             'efv' => 'Ensoniq VFX-SD File',
2171             'efw' => 'Renamed Zip or Executable File',
2172             'efx' => 'Jedi Knight Effects File',
2173             'egc' => 'EximiousSoft GIF Creator Document',
2174             'egg' => 'ALZip Archive',
2175             'eglib' => 'Adobe Edge Animate Library File',
2176             'egm' => 'Enigmo Custom Game File',
2177             'egp' => 'Easy Grade Pro Gradebook File',
2178             'egt' => 'EagleGet Temporary File',
2179             'eham' => 'ExtraHAM Executable File',
2180             'ehi' => 'HTTP Injector Config File',
2181             'eio' => 'Yozo Office File',
2182             'eip' => 'Enhanced Image Package File',
2183             'eit' => 'Yozo Office Template File',
2184             'eix' => 'Metin2 Game Data File',
2185             'ek6' => 'Generation 6 Pokémon Save File',
2186             'ekb' => 'ZMC Visual Tablet Data',
2187             'ekx' => 'Encrypted 3DS Pokémon Save File',
2188             'el' => 'Emacs Lisp Code File',
2189             'el4' => 'Easy-PhotoPrint EX Calendar File',
2190             'elc' => 'Emacs Compiled Lisp File',
2191             'eld' => 'Eulumdat Formatted Luminaire Data File',
2192             'elf' => 'Nintendo Wii Game File',
2193             'elm' => 'Eternal Lands Map File',
2194             'els' => 'EasyLanguage Storage File',
2195             'em' => 'Encore Menu Template',
2196             'email' => 'Outlook Express Email Message',
2197             'emb' => 'Everest Embedded Bank File',
2198             'embl' => 'EMBL Sequence Data File',
2199             'embr' => 'Spatial Geodatabase File',
2200             'emc' => 'Striata Reader Encrypted Document',
2201             'emd' => 'ABT Extended Module',
2202             'emerald' => 'Emerald Theme',
2203             'emf' => 'Jasspa MicroEmacs Macro File',
2204             'eml' => 'E-Mail Message',
2205             'emlx' => 'Mail Message',
2206             'emlxpart' => 'Mail Message Attachment',
2207             'emm' => 'MindMaple Map',
2208             'emmt' => 'MindMaple Map Template',
2209             'emp' => 'eMusic Music Download File',
2210             'emrg' => 'E-Merge 1.x Data File',
2211             'emrg2' => 'E-Merge 2.0 Data File',
2212             'emulecollect' => 'O\'N eMule Data File',
2213             'emx' => 'eMusic Download File',
2214             'emy' => 'eMelody Ringtone File',
2215             'emz' => 'Windows Compressed Enhanced Metafile',
2216             'enc' => 'Cabal Online Data File',
2217             'enex' => 'Evernote Archive',
2218             'enf' => 'EndNote Filter File',
2219             'eng' => 'Chess Engine',
2220             'enl' => 'EndNote Library',
2221             'enlx' => 'Archived EndNote Library',
2222             'enml' => 'Evernote for Android Note',
2223             'enp' => 'EndNote Preferences File',
2224             'enq' => 'EndNote Search Options File',
2225             'ens' => 'EndNote Style File',
2226             'ent' => 'External Entity',
2227             'entitlements' => 'Mac App Sandboxing Entitlements File',
2228             'env' => 'WordPerfect Environment',
2229             'enw' => 'EndNote Import File',
2230             'enx' => 'eDataSecurity Management Encrypted File',
2231             'enz' => 'EndNote Connection File',
2232             'eop' => 'EveryonePiano Music Score File',
2233             'eot' => 'Embedded OpenType Font',
2234             'ep' => 'Pencil Document',
2235             'epc' => 'Doctor Who Game Data File',
2236             'epf' => 'EAGLE Project',
2237             'epi' => 'EclipsePackager2000 Compressed File',
2238             'epibrw' => 'Web File Location',
2239             'epim' => 'EssentialPIM Database File',
2240             'epk' => 'LG Firmware Package',
2241             'epk2' => 'E-Prime 2.0 Package File',
2242             'epp' => 'Efficient PPC Project File',
2243             'epr' => 'Photoshop AME Preset File',
2244             'eprt' => 'eDrawings File',
2245             'eps' => 'Encapsulated PostScript File',
2246             'epsf' => 'Encapsulated PostScript Format File',
2247             'epub' => 'Open eBook File',
2248             'epw' => 'EnergyPlus Weather Data File',
2249             'eqf' => 'Winamp Equalizer Preset File',
2250             'eql' => 'Embedded SQL File',
2251             'eqn' => 'WordPerfect Equation',
2252             'eqp' => 'MathType Preferences',
2253             'er1' => 'ERWin Entity Relationship Diagram',
2254             'erb' => 'Braille Music Reader File',
2255             'erd' => 'Engineering Research Division Data File',
2256             'erf' => 'Epson RAW File',
2257             'erg' => 'CompuTrainer Workout File',
2258             'erl' => 'GameGuard Error Log File',
2259             'erp' => 'Encarta Researcher File',
2260             'err' => 'AutoCAD Error Log File',
2261             'ers' => 'ER Mapper Data File',
2262             'ersx' => 'Eraser Task List File',
2263             'es' => 'SageCRM Script File',
2264             'es2' => 'E-Studio 2.0 Experiment File',
2265             'esb' => 'Es-Builder Book File',
2266             'esc' => 'EasySignCut Pro Project',
2267             'escape' => 'Prison Architect Escape Mode Save File',
2268             'escopy' => 'ES Explorer Temporary File',
2269             'esd' => 'Windows Electronic Software Download File',
2270             'ese' => 'Millions Email Generator Email List File',
2271             'esf' => 'Password Manager Container File',
2272             'esg' => 'Enigmo Saved Game File',
2273             'esh' => 'Extended Shell Batch File',
2274             'eslock' => 'ES File Explorer File Manager Encrypted File',
2275             'esm' => 'Fallout 3 Master File',
2276             'esp' => 'ACD/Labs Dataset',
2277             'esproj' => 'Espresso Project File',
2278             'esps' => 'ESPS Sampled Data File',
2279             'esq' => 'Embroidery Sequence File',
2280             'ess' => 'EasySpreadsheet Spreadsheet',
2281             'est' => 'Construction Cost Estimate File',
2282             'est_uax' => 'Spanish Unreal Audio Package',
2283             'esx' => 'Xactimate Insurance Claims Estimate',
2284             'et' => 'Easiteach Lesson File',
2285             'eta' => 'Google Earth Placemark File',
2286             'etd' => 'Adobe Reader EBX Transfer Data File',
2287             'ete' => 'Exam Testing Engine File',
2288             'etf' => 'ENIGMA Transportable File',
2289             'etff' => 'Encrypt4all Theme File',
2290             'etl' => 'Microsoft Event Trace Log File',
2291             'etng' => 'Easiteach Next Generation Document',
2292             'ett' => 'Kingsoft Spreadsheets Template',
2293             'etx' => 'Structure Enhanced Text (Setext) File',
2294             'euc' => 'Extended Unix Code File',
2295             'euf' => 'Private Character Editor File',
2296             'eui' => 'Ensoniq EPS Compacted Disk Image',
2297             'eum' => 'Enterprise User Monitor Configuration File',
2298             'ev' => 'Echoview File',
2299             'ev3' => 'Everlock Options File',
2300             'ev3p' => 'LEGO MINDSTORMS EV3 Program',
2301             'ev3s' => 'LEGO MINDSTORMS EV3 Shared File',
2302             'event' => 'Corel Cataloged Folder File',
2303             'evo' => 'SeeVogh Player Video Recording',
2304             'evp' => 'Talisman Online Game Data File',
2305             'evr' => 'Enhanced Variable Rate Audio File',
2306             'evrc' => 'Enhanced Variable Rate Codec File',
2307             'evt' => 'Windows Event Viewer Log File',
2308             'evtx' => 'Windows 7 Event Log File',
2309             'evx' => 'SeeVogh Player Remote Recording',
2310             'evy' => 'Envoy File',
2311             'ewb' => 'Electronics Workbench Circuit Design File',
2312             'ewd' => 'EasyWOOD Design File',
2313             'ewl' => 'EclipseCrossword Word List File',
2314             'ewnet' => 'Ultiboard Netlist File',
2315             'ewp' => 'Ewisoft Website Project File',
2316             'ewprj' => 'Ultiboard Layout Project',
2317             'ews' => 'EasyWorship Schedule File',
2318             'eww' => 'Embedded Workbench Workspace',
2319             'ex' => 'Euphoria Source Code',
2320             'ex01' => 'EnCase Evidence Image File',
2321             'ex4' => 'MetaTrader 4 Program File',
2322             'ex5' => 'MetaTrader 5 Program File',
2323             'ex_' => 'Renamed Windows Executable File',
2324             'example' => 'Example Configuration File',
2325             'exb' => 'CAXA Draft',
2326             'exc' => 'Black & White Zone File',
2327             'exd' => 'Control Information Cache File',
2328             'exe' => 'PortableApps.com Application',
2329             'exe1' => 'Renamed EXE File',
2330             'exe4j' => 'Exe4j Configuration File',
2331             'exif' => 'Exchangeable Image Information File',
2332             'exl' => 'JSDAI Inclusion or Exclusion List',
2333             'exm' => 'Boson Exam File',
2334             'exo' => 'YouTube Video Chunk File',
2335             'exopc' => 'ExoPC Application',
2336             'exp' => 'Bernina Embroidery File',
2337             'exportedfavo' => 'I\'TES Transmit Exported Favorites File',
2338             'exportedui' => 'Microsoft Office Exported UI Customization File',
2339             'expressionma' => ' \'Cubase Expression Map File',
2340             'exr' => 'OpenEXR Image',
2341             'exs' => 'Blades of Exile Scenario',
2342             'ext' => 'Norton Commander Extension',
2343             'extr' => 'COW App Extractor File',
2344             'extra' => 'Google BreakPad Crash Log Extra File',
2345             'exv' => 'Adobe Extension Script',
2346             'exw' => 'Euphoria Source code File',
2347             'exx' => 'IBM Linkway MsgPut File',
2348             'eyb' => 'Microsoft Encarta Yearbook Update File',
2349             'eye' => 'Eyemail Video Recording File',
2350             'eyetv' => 'EyeTV Recording File',
2351             'eyetvp' => 'EyeTV Recording Metadata File',
2352             'eyetvsched' => 'EyeTV Schedule File',
2353             'ezc' => 'AutoCAD Ecscad Components Backup File',
2354             'ezdraw' => 'EazyDraw Graphic',
2355             'ezlog' => 'Skype Extras Manager Log File',
2356             'ezp' => 'AutoCAD Ecscad Project Backup File',
2357             'ezs' => 'EZ-R Stats Batch Script',
2358             'ezt' => 'EZT Malicious Worm File',
2359             'ezw' => 'easyOFFER Real Estate Form File',
2360             'f' => 'Freeze Compressed File',
2361             'f04' => 'Nastran Execution Summary File',
2362             'f06' => 'Nastran Output File',
2363             'f2k' => 'Fortran Source Code File',
2364             'f2r' => 'Farandoyle Linear Module File',
2365             'f32' => 'Raw 32-Bit Audio File',
2366             'f3d' => 'Fusion 3D Design',
2367             'f3f' => 'Crazy Machines Font File',
2368             'f3r' => 'Farandoyle Blocked Module File',
2369             'f3z' => 'Fusion 360 Shared Project Archive',
2370             'f4a' => 'Adobe Flash Protected Audio File',
2371             'f4f' => 'Flash Video Fragment',
2372             'f4m' => 'Adobe Flash Media Manifest File',
2373             'f4p' => 'Adobe Flash Protected Media File',
2374             'f4v' => 'Flash MP4 Video File',
2375             'f64' => 'Raw 64-Bit Audio File',
2376             'f90' => 'Fortran 90 Source Code File',
2377             'f95' => 'Fortran 95 Source Code File',
2378             'fa' => 'FASTA Formatted Sequence File',
2379             'fac' => 'FACE Image File',
2380             'face' => 'FACE Graphic File',
2381             'facefx' => 'FaceFX Actor File',
2382             'facefx_ingam' => ' \'FaceFX In-Game Actor File',
2383             'fadein' => 'Fade In Document',
2384             'fadein.templ' => 'T\'E Fade In Template',
2385             'fal' => 'Bitmap Graphic Header Information',
2386             'familyfile' => 'Reunion Family File',
2387             'fan' => 'Finale Font Annotation File',
2388             'faq' => 'Frequently Asked Questions Document',
2389             'far' => 'FARO Zone File',
2390             'fas' => 'QuickSilver Fast Save Lisp File',
2391             'fasta' => 'FASTA Sequence File',
2392             'fat' => 'Zinf Theme File',
2393             'favoritemeta' => 'A\'TA Transmit Favorites Data File',
2394             'fax' => 'Fax Document',
2395             'fb!' => 'FlashGet Incomplete Download File',
2396             'fb2' => 'FictionBook 2.0 File',
2397             'fb2k-compone' => 'T\'Foobar2000 Component Install File',
2398             'fbc' => 'Family Tree Maker for DOS Backup File',
2399             'fbf' => 'Free Backup Fix Backup File',
2400             'fbk' => 'AutoCAD Civil 3D Field Book File',
2401             'fbl' => 'iGO Map File',
2402             'fbm' => 'Fuzzy Bitmap Image',
2403             'fbp' => 'wxFormBuilder Project',
2404             'fbp7' => 'FinalBuilder 7 Project',
2405             'fbq' => 'Trine 2 Data File',
2406             'fbr' => 'Mercury Screen Recording',
2407             'fbrb' => 'Battlefield Bad Company 2 Data File',
2408             'fbt' => 'ABBYY FineReader Document Options File',
2409             'fbu' => 'FEBE Firefox Backup File',
2410             'fbw' => 'HP Recovery Manager Backup File',
2411             'fbx' => 'Autodesk FBX Interchange File',
2412             'fbz' => 'FlashBack Screen Recorder Movie',
2413             'fbz7' => 'Compressed FinalBuilder 7 Project',
2414             'fc' => 'FirstClass Settings File',
2415             'fc1' => 'FCEUX Save State File',
2416             'fc2' => 'Poser Face Pose File',
2417             'fc2map' => 'Far Cry 2 User Map',
2418             'fcarch' => 'Final Cut Pro Archive',
2419             'fcc' => 'Forms Credential Collector File',
2420             'fcd' => 'FastCAD DOS Drawing',
2421             'fcdt' => 'FormsCentral Design Template',
2422             'fce' => 'Need for Speed Mesh File',
2423             'fcf' => 'Final Draft Converter File',
2424             'fcgi' => 'FastCGI File',
2425             'fcl' => 'ForeUI Custom Library File',
2426             'fcm' => 'fCraft World File',
2427             'fcp' => 'Phantasy Star Online 2 Female Cast File',
2428             'fcpbundle' => 'Final Cut Pro Library',
2429             'fcpevent' => 'Final Cut Pro Event File',
2430             'fcpproject' => 'Final Cut Pro Project File',
2431             'fcproject' => 'Final Cut Pro X Project File',
2432             'fcpxdest' => 'Final Cut Pro Share Destination File',
2433             'fcpxml' => 'Final Cut Pro XML File',
2434             'fcs' => 'First Choice Spreadsheet',
2435             'fcstd' => 'FreeCAD Document',
2436             'fct' => 'FolderClone Task List',
2437             'fcw' => 'FastCAD Windows Drawing',
2438             'fcz' => 'Compressed Poser Face Pose File',
2439             'fd' => 'DataFlex Data File',
2440             'fd2' => 'PictureMate Borders File',
2441             'fda' => 'Dawn of War Audio File',
2442             'fdb' => 'Microsoft Dynamics NAV Database File',
2443             'fdc' => 'AutoCAD Field Catalog File',
2444             'fdd' => 'FormDocs Document',
2445             'fdf' => 'Origin Fitting Function Definition File',
2446             'fdi' => 'Amiga Disk Image',
2447             'fdm' => 'Exchange Forms Designer Form Message',
2448             'fdp' => 'MySafe Encrypted Data',
2449             'fdr' => 'Windows Error Report File',
2450             'fds' => 'Nintendo FDS ROM',
2451             'fdt' => 'Impromptu Function Description Table File',
2452             'fdx' => 'Food Data Exchange File',
2453             'fdxt' => 'Final Draft 8 Template',
2454             'fe_launch' => 'FCS Express Launch File',
2455             'fea' => 'AFDKO Feature Definitions File',
2456             'feature' => 'SharePoint Feature File',
2457             'feedback' => 'Expression SketchFlow Feedback File',
2458             'fes' => 'Fileless Occurrence Placeholder',
2459             'fetchmirror' => 'Fetch Mirror Document',
2460             'fetchshortcu' => 'S\'Fetch Shortcut List FIle',
2461             'fev' => 'FLAMES Environment Variable File',
2462             'fey' => 'FCS Express Layout File',
2463             'ff' => 'Call of Duty 4 Fast File',
2464             'ffa' => 'Find Fast Status File',
2465             'ffd' => 'FATE Saved Game',
2466             'fff' => 'MAGGI Face File',
2467             'ffil' => 'Mac Font Suitcase',
2468             'ffindex' => 'FFmpegSource2 Media Index',
2469             'ffl' => 'Fetion Emoticons Package',
2470             'ffm' => 'FFmpeg Stream File',
2471             'ffo' => 'Adobe Photoshop File Information File',
2472             'ffs' => 'FME Desktop Feature Store File',
2473             'fft' => 'Final Form Text File',
2474             'ffu' => 'Full Flash Update Image File',
2475             'ffwp' => 'FormsForWeb Packet',
2476             'ffx' => 'Microsoft Find Fast Index',
2477             'fg' => 'FaceGen Project File',
2478             'fg3' => 'FX Graph 3 File',
2479             'fgc' => 'Greeting Card Factory Card File',
2480             'fgd' => 'Forge Game Data File',
2481             'fgl' => 'Fifth Generation Language Source File',
2482             'fgs' => 'Fig Figure Settings File',
2483             'fh' => 'Symantec Backup Exec File',
2484             'fh10' => 'FreeHand 10 Drawing File',
2485             'fh11' => 'FreeHand 11 Drawing File',
2486             'fh3' => 'FreeHand 3 Drawing File',
2487             'fh4' => 'FreeHand 4 Drawing File',
2488             'fh5' => 'FreeHand 5 Drawing File',
2489             'fh6' => 'FreeHand 6 Drawing File',
2490             'fh7' => 'FreeHand 7 Drawing File',
2491             'fh8' => 'FreeHand 8 Drawing File',
2492             'fh9' => 'FreeHand 9 Drawing File',
2493             'fhc' => 'FHC Data File',
2494             'fhd' => 'FreeHand Drawing File',
2495             'fhf' => 'Free Hide Folder Backup File',
2496             'fic' => 'WinDev Hyper File Database',
2497             'fid' => 'Microsoft Catalog Indexing Service File',
2498             'fif' => 'Fractal Image File',
2499             'fig' => 'MATLAB Figure File',
2500             'fil' => 'Symbian Application Logo File',
2501             'fila' => 'Aleph One Replay File',
2502             'file' => 'Generic Windows File',
2503             'filebolt' => 'Filebolt Encrypted File',
2504             'film' => 'Filmkey Player Media File',
2505             'film_cpk' => 'Sega FILM Multimedia File',
2506             'filters' => 'Visual C++ Project Filters File',
2507             'fimpp' => 'FiM++ Source Code File',
2508             'fingnet' => 'Overlook Fing Saved Network File',
2509             'firm' => 'Boot9Strap 3DS Firmware File',
2510             'fit' => 'Garmin Activity File',
2511             'fits' => 'Flexible Image Transport System File',
2512             'fkb' => 'Flipkart eBook File',
2513             'fky' => 'FoxPro Macro',
2514             'fl' => 'Freelancer Saved Game File',
2515             'fl1' => 'Lenovo BIOS Update File',
2516             'fl3' => 'Flash 3D File',
2517             'fla' => 'Adobe Animate Animation',
2518             'flac' => 'Free Lossless Audio Codec File',
2519             'flam3' => 'Fractal Flames File',
2520             'flame' => 'Fractal Flames File',
2521             'flash' => 'Frictional Games Flashback File',
2522             'flb' => 'FileMaker Pro Label File',
2523             'flc' => 'FLIC Animation',
2524             'fld' => 'YSFLIGHT Field File',
2525             'flexolibrary' => 'Final Cut Pro Library Database',
2526             'flf' => 'Microsoft Dynamics NAV License File',
2527             'flg' => 'Puppy Linux Partition Flag File',
2528             'flh' => 'FLIC Animation File',
2529             'fli' => 'FLIC Animation',
2530             'flic' => 'FLIC Animation',
2531             'flif' => 'Free Lossless Image Format File',
2532             'flipchart' => 'ActivInspire Flipchart File',
2533             'flk' => 'AccountEdge Company Lock File',
2534             'flka' => 'Folder Lock Portable Locker File',
2535             'flkb' => 'Folder Lock Basic Locker File',
2536             'fll' => 'FoxPro Dynamic-Link Library',
2537             'flm' => 'FL Studio Mobile Song File',
2538             'flo' => 'Automate Flowchart File',
2539             'flow' => 'Expression SketchFlow Data File',
2540             'flowchart' => 'PureFlow Flowchart',
2541             'flowmaplibra' => 'Y\'Painter Flowmap Library',
2542             'flp' => 'Flash Project',
2543             'flr' => 'Flare Decompiled ActionScript File',
2544             'fls' => 'ArcView GIS Windows Help Supporting File',
2545             'flst' => 'Adobe InDesign Flattener Presets File',
2546             'flt' => 'Vue Filters File',
2547             'flv' => 'Animate Video File',
2548             'flw' => 'Kivio Flow Chart',
2549             'flwa' => 'Folder Lock Wallet File',
2550             'flx' => 'FLIC Animation',
2551             'fm' => 'FileMaker Database',
2552             'fm3' => 'Lotus 1-2-3 Spreadsheet Format File',
2553             'fm5' => 'FileMaker 5 Database',
2554             'fmat' => 'FMAT Runfile',
2555             'fmc' => 'FormConnect Form File',
2556             'fme' => 'FME Mapping File',
2557             'fmelic' => 'FME License File',
2558             'fmi' => 'FME Include File',
2559             'fml' => 'WWE RAW Character File',
2560             'fmod' => 'Adobe Illustrator Flattening Module',
2561             'fmp' => 'FileMaker Pro Database',
2562             'fmp12' => 'FileMaker Pro 12 Database',
2563             'fmplugin' => 'FileMaker Plug-in',
2564             'fmpsl' => 'FileMaker Pro 12 Snapshot Link',
2565             'fmt' => 'WinRAR Format File',
2566             'fmv' => 'Frame Vector Metafile',
2567             'fmw' => 'FME Workbench File',
2568             'fmx' => 'FileMaker Plug-in',
2569             'fmz' => 'Form•Z Project File',
2570             'fnbk' => 'Food Network Recipe Manager Data File',
2571             'fnc' => 'Frogans Player Network Certificate',
2572             'fnd' => 'Windows Saved Search',
2573             'fnlf' => 'Scarlett Plug-in Suite License File',
2574             'fnm' => 'Fannie Mae 1003 Data File',
2575             'fnrecipes' => 'Food Network Recipe File',
2576             'fnt' => 'Windows Font File',
2577             'fnta' => 'Aleph One Font File',
2578             'fo' => 'XSL-FO Form',
2579             'fob' => 'Dynamics NAV Object Container File',
2580             'fodp' => 'OpenDocument Flat XML Presentation',
2581             'fods' => 'OpenDocument Flat XML Spreadsheet',
2582             'fodt' => 'OpenDocument Flat XML Document',
2583             'fol' => 'PFS First Choice Database File',
2584             'folio' => 'Adobe Folio File',
2585             'folx' => 'Folx Download File',
2586             'fomod' => 'Fallout Mod Archive',
2587             'fon' => 'Generic Font File',
2588             'fop' => 'InfoZoom Protected Data File',
2589             'for' => 'Fortran 77 Source File',
2590             'forge' => 'Assassin\'s Creed Game Data File',
2591             'form' => 'PreForm Job File',
2592             'forth' => 'Forth Language File',
2593             'fos' => 'Fallout 3 Saved Game',
2594             'fot' => 'Font Resource File',
2595             'fota' => 'Firmware Over-the-Air File',
2596             'fountain' => 'Fountain Script File',
2597             'fox' => 'Furcadia Art File',
2598             'fp' => 'FinePrint File',
2599             'fp3' => 'FileMaker Pro 3 Database',
2600             'fp4' => 'FileMaker Pro 4 Database',
2601             'fp5' => 'FileMaker Pro 5 Database',
2602             'fp7' => 'FileMaker Pro 7+ Database',
2603             'fp8' => 'FP8 (= Fast PAQ8) Compressed File',
2604             'fpa' => 'Front Panel Encrypted Order File',
2605             'fpbf' => 'Mac OS X Burn Folder',
2606             'fpd' => 'Front Panel Designer Project',
2607             'fpdx' => 'Utilius Fairplay Project',
2608             'fpe' => 'Free PDF Editor Document',
2609             'fpenc' => 'FileProtect Encrypted File',
2610             'fpf' => 'IKEA Home Planner File',
2611             'fpfv' => 'File Protected From Virus',
2612             'fpg' => 'Fenix Graphics Collection File',
2613             'fpi' => 'Foxit Reader Plugin',
2614             'fpid' => 'FPS Creator AI Wizard Data File',
2615             'fpj' => 'CryENGINE Facial Editor Project File',
2616             'fpk' => 'JetForm FormFlow File',
2617             'fpm' => 'FPS Creator Map File',
2618             'fpmb' => 'FPS Creator Mab Buffer File',
2619             'fpmo' => 'FPS Creator Map Overlay File',
2620             'fpop' => 'Spider-Man: Shattered Dimensions Saved Game',
2621             'fpos' => 'Photo Pos Pro Image',
2622             'fpp' => 'Flow Chart Visual Programming Language Project',
2623             'fppx' => 'Microsoft Fresh Paint Painting File',
2624             'fpr' => 'Humanize Preset File',
2625             'fps' => 'FPS Creator Segment File',
2626             'fpsl' => 'FileMaker Pro Snapshot Link',
2627             'fpsx' => 'Nokia Firmware Format File',
2628             'fpt' => 'Alpha Five Table Memo File',
2629             'fpx' => 'FlashPix Bitmap Image File',
2630             'fqc' => 'FAQ Creator File',
2631             'fr3' => 'FastReport Form File',
2632             'frames' => 'xScope Frames File',
2633             'frameset' => 'Frame Painter for LGS Frame Set File',
2634             'framework' => 'Mac OS X Application Framework',
2635             'frc' => 'Mandelbrot Explorer Color Settings File',
2636             'frd' => 'Frequency Response Data File',
2637             'frdoc' => 'FineReader Document',
2638             'freecellsave' => 'M\'S Microsoft FreeCell Saved Game',
2639             'freeway' => 'Freeway Document',
2640             'frf' => 'Free Report Form File',
2641             'frg' => 'Sound Forge Pro Project File',
2642             'frj' => 'FreeForm-J Project File',
2643             'frk' => 'Macintosh Resource or Data Fork',
2644             'frl' => 'Electronic Form Loader File',
2645             'frm' => 'Fallout Graphics File',
2646             'fro' => 'dBASE IV Compiled Report',
2647             'frr' => 'Mandelbrot Explorer Fractal Region Settings File',
2648             'frs' => 'Flash Renamer Script',
2649             'frt' => 'FoxPro Report Memo',
2650             'frw' => 'RollerCoaster Tycoon 3 Fireworks Effects File',
2651             'frx' => 'FoxPro Report',
2652             'fry' => 'fryrender Scene File',
2653             'frz' => 'Locked FormFlow File',
2654             'fs' => 'Mac OS X File System Plug-in',
2655             'fs2' => 'FreeSpace 2 Saved Mission File',
2656             'fsa' => 'Fragment Analysis Data File',
2657             'fsb' => 'Form•Z Compiled Script',
2658             'fsc' => 'FL Studio Score File',
2659             'fsd' => 'Flowsheet Document',
2660             'fsg' => 'FreeCol Saved Game File',
2661             'fsh' => 'Fragment Shader File',
2662             'fsi' => 'Visual F# Signature File',
2663             'fsif' => 'MyLabel Designer Deluxe Data File',
2664             'fsl' => 'Form•Z Script',
2665             'fsm' => 'Splitty Master Split File',
2666             'fsproj' => 'FireStarter Project File',
2667             'fsq' => 'CryENGINE Facial Editor Sequence File',
2668             'fss' => 'Splitty Data Split File',
2669             'fssave' => 'Flight Simulator Save File',
2670             'fsscript' => 'Visual F# Script',
2671             'fst' => 'FL Studio State File',
2672             'fstab' => 'File Systems Table File',
2673             'fsx' => 'Visual F# Script File',
2674             'ft' => 'Edgecam Feature Template',
2675             'ft10' => 'FreeHand 10 Drawing Template',
2676             'ft11' => 'FreeHand 11 Drawing Template',
2677             'ft7' => 'FreeHand 7 Drawing Template',
2678             'ft8' => 'FreeHand 8 Template',
2679             'ft9' => 'FreeHand 9 Drawing Template',
2680             'ftc' => 'Dream League Soccer Asset File',
2681             'ftf' => 'FlashTool Firmware File',
2682             'ftg' => 'Full Text Group',
2683             'fth' => 'Foobar2000 Theme File',
2684             'fti' => 'FamiTracker Instrument File',
2685             'ftil' => 'e-Hastakshar Contract Note',
2686             'ftl' => 'Faster Than Light Mod File',
2687             'ftm' => 'Family Tree Maker for DOS File',
2688             'ftmb' => 'Family Tree Maker Backup File',
2689             'ftmx' => 'Finale Template File',
2690             'ftn' => 'Flowton Diagram File',
2691             'ftp' => 'FlashFXP XML File',
2692             'ftploc' => 'FTP Location',
2693             'ftpquota' => 'Ftpquota File',
2694             'fts' => 'Full Text Search',
2695             'ftw' => 'Family Tree Maker File',
2696             'fuk' => 'Postal 2 Map File',
2697             'ful' => 'Microsoft Backup File List',
2698             'fun' => 'Cubify Invention File',
2699             'fuz' => 'Bethesda Softworks Voice File',
2700             'fvp' => 'File Viewer Plus Batch Presets File',
2701             'fvt' => 'FAST Search & Transfer Video File',
2702             'fw' => 'Firmware Update File',
2703             'fwaction' => 'Freeway Action File',
2704             'fwactionb' => 'Freeway Action Bundle File',
2705             'fwbackup' => 'Freeway Backup',
2706             'fwd' => 'RollerCoaster Tycoon 3 Fireworks Display File',
2707             'fwdict' => 'Freeway User Dictionary File',
2708             'fwdn' => 'fWriter Document',
2709             'fwp' => 'Microsoft Expression Web Package',
2710             'fwt' => 'FacetWin Configuration File',
2711             'fwtb' => 'Freeway Template Bundle',
2712             'fwtemplate' => 'Freeway Template',
2713             'fwtemplateb' => 'Freeway Template Bundle',
2714             'fx' => 'ReadyBoot Trace File',
2715             'fxa' => 'OC3 Entertainment FaceFX Actor File',
2716             'fxb' => 'FX Bank File',
2717             'fxc' => 'FilePackager Configuration',
2718             'fxcproj' => 'FX Composer Project File',
2719             'fxf' => 'BigFix Action File',
2720             'fxg' => 'FX Graph File',
2721             'fxl' => 'CryENGINE Facial Expression Library',
2722             'fxm' => 'WinFax Document',
2723             'fxml' => 'FXML Source Code File',
2724             'fxp' => 'FX Preset File',
2725             'fxpl' => 'Adobe Flash FXP Library',
2726             'fxs' => 'messiahStudio Scene File',
2727             'fxt' => 'Finale Plug-in',
2728             'fz' => 'Fritzing Project File',
2729             'fza' => 'Form•Z Autosave File',
2730             'fzb' => 'Casio FZ-1 Bank Dump',
2731             'fzbz' => 'Fritzing Bundled Bin File',
2732             'fzf' => 'Casio FZ-1 Full Dump',
2733             'fzip' => 'Foxit Reader Add-on',
2734             'fzm' => 'Fritzing Module File',
2735             'fzp' => 'Form•Z Plug-in',
2736             'fzpz' => 'Fritzing Bundled Part File',
2737             'fzv' => 'Casio FZ-1 Voice Dump',
2738             'fzz' => 'Fritzing Shareable Project File',
2739             'g' => 'BRL-CAD Geometry File',
2740             'g2m' => 'GoToMeeting Recording File',
2741             'g3' => 'CCITT Group 3 Fax Image',
2742             'g3a' => 'Casio Prizm Add-in File',
2743             'g3d' => 'GOM 3D File',
2744             'g3x' => 'RealFlight Content File',
2745             'g41' => 'Commodore 1541 Disk Image',
2746             'g64' => 'Genetec Video File',
2747             'g64x' => 'Genetec Video File',
2748             'g721' => 'G.721 Audio File',
2749             'g723' => 'G.723 Audio File',
2750             'g726' => 'G.726 Audio File',
2751             'ga3' => 'Graphical Analysis 3 Document',
2752             'gadgeprj' => 'Gadge It Project',
2753             'gadget' => 'Windows Gadget',
2754             'gal' => 'GenePix Array List File',
2755             'galaxy' => 'Blizzard Galaxy File',
2756             'gallery' => 'SMART Notebook Gallery File',
2757             'gallerycolle' => 'T\'ION SMART Notebook Gallery Collection File',
2758             'galleryitem' => 'SMART Notebook Gallery Item File',
2759             'gam' => 'Saved Game File',
2760             'game' => 'Apple Chess Saved Game',
2761             'gamedata' => 'Sandlot Game Data File',
2762             'gameproj' => 'GameSalad Project File',
2763             'gan' => 'GanttProject Project File',
2764             'gar' => 'Farming Simulator Game Archive File',
2765             'gau' => 'Flight Simulator Gauge File',
2766             'gb' => 'GenBank Data File',
2767             'gb1' => 'Game Maker Backup File',
2768             'gb2' => 'Game Maker Backup File',
2769             'gba' => 'Game Boy Advance ROM',
2770             'gbap' => 'GLBasic Project File',
2771             'gbas' => 'GLBasic Source File',
2772             'gbaskin' => 'Game Boy Advance Controller Skin File',
2773             'gbc' => 'Game Boy Color ROM',
2774             'gbcskin' => 'Game Boy Color Controller Skin File',
2775             'gbi' => 'gBurner Project File',
2776             'gbk' => 'GenBank Data File',
2777             'gbl' => 'Gerber Bottom Layer Data File',
2778             'gblorb' => 'Glulx Blorb Game File',
2779             'gbm' => 'Gameboy Map File',
2780             'gbo' => 'Gerber Bottom Overlay Data File',
2781             'gbp' => 'Gerber Bottom Solder Paste Data File',
2782             'gbproj' => 'GarageBand Project',
2783             'gbr' => 'Gameboy Tileset File',
2784             'gbs' => 'Generic Build Support Metadata File',
2785             'gbx' => 'Gerber PCB File',
2786             'gc' => 'Galactic Conquest Saved Game',
2787             'gca' => 'GCA File Archive',
2788             'gcd' => 'Fallout 2 Character Profile File',
2789             'gcdp' => 'Greeting Card Studio Design Project',
2790             'gcf' => 'Game Cache File',
2791             'gcg' => 'GCG DNA Sequence File',
2792             'gch' => 'Precompiled Header File',
2793             'gci' => 'GameCube Save File',
2794             'gcm' => 'GameCube ROM',
2795             'gcode' => 'G-Code 3D Printer File',
2796             'gcproj' => 'Genome Compiler Project',
2797             'gcs' => 'GameCube SharkSave File',
2798             'gcsx' => 'Microsoft Office SmartArt Color File',
2799             'gct' => 'Ocarina Cheat Code Manager File',
2800             'gcw' => 'Microsoft Mathematics Worksheet',
2801             'gcx' => 'Grapher Graph File',
2802             'gcz' => 'Compressed GameCube/Wii ROM',
2803             'gdb' => 'InterBase Database File',
2804             'gdbtable' => 'Geodatabase Table File',
2805             'gdcb' => 'GandCrab Ransomware Encrypted File',
2806             'gdf' => 'GUESS Graph Data Format File',
2807             'gdfmakerproj' => 'C\'T GDF Editor Project File',
2808             'gdg' => 'GDevelop Project File',
2809             'gdg.autosave' => 'GDevelop Project Autosave File',
2810             'gdi' => 'Dreamcast Gigabyte Disc Image',
2811             'gdiagramstyl' => ' \'OmniGraffle Diagram Style File',
2812             'gdoc' => 'Google Drive Document',
2813             'gdocx' => 'Google Drive Document',
2814             'gdr' => 'Symbian OS Font File',
2815             'gdraw' => 'Google Drive Drawing',
2816             'gdrive' => 'Gizmo Virtual Drive File',
2817             'gds' => 'Graphic Data System File',
2818             'gdt' => 'gretl Datafile',
2819             'gdtb' => 'gretl Binary Datafile',
2820             'gdw' => 'Jaws Unleashed Data File',
2821             'ged' => 'Game Editor Project File',
2822             'gedata' => 'Qlucore Data File',
2823             'gedcom' => 'GEDCOM Genealogy File',
2824             'gem' => 'GEM Metafile',
2825             'gemspec' => 'Gem Specification File',
2826             'gen' => 'ArcView ARC/INFO UnGenerate file',
2827             'genbank' => 'GenBank Data File',
2828             'generictest' => 'Visual Studio Generic Test File',
2829             'genome' => 'Cell Lab Design File',
2830             'geo' => 'TruTops Geometry File',
2831             'geojson' => 'GeoJSON File',
2832             'gexf' => 'Graph Exchange XML Format File',
2833             'gf' => 'METAFONT Bitmap File',
2834             'gfar' => 'Greenfoot Archive',
2835             'gfb' => 'GIFBlast Compressed Image File',
2836             'gfe' => 'Glarysoft Encrypted File',
2837             'gfi' => 'GIFI File',
2838             'gfie' => 'Greenfish Icon Editor Pro Graphic',
2839             'gform' => 'Google Drive Form',
2840             'gfp' => 'GreenForce-Player Protected Media File',
2841             'gfs' => 'Glarysoft Split File',
2842             'gfw' => 'GIF World File',
2843             'gfx' => 'GFx Scaleform File',
2844             'gg' => 'Sega Game Gear ROM',
2845             'ggb' => 'GeoGebra Document',
2846             'ggr' => 'GIMP Gradient File',
2847             'ghb' => 'Lego Ghost Path File',
2848             'gho' => 'Norton Ghost Backup File',
2849             'ghs' => 'Norton Ghost Image Segment',
2850             'gi' => 'Global Image',
2851             'gid' => 'Windows Help Global Index File',
2852             'gif' => 'Graphical Interchange Format File',
2853             'gifv' => 'GIF Video File',
2854             'gig' => 'Tascam GigaSampler File',
2855             'gih' => 'GIMP Image Hose File',
2856             'gim' => 'PlayStation Portable Image File',
2857             'gin' => 'GEMS Engine Control Unit File',
2858             'ginspect_prj' => 'GOM Inspect Project File',
2859             'gio' => 'Nyquist MIDI File',
2860             'gis' => 'CFS Console Game Installer Settings File',
2861             'gitattribute' => ' \'Git Attributes File',
2862             'gitignore' => 'Git Ignore File',
2863             'gitkeep' => 'Git Keep File',
2864             'gjd' => 'The 7th Guest Media File',
2865             'gkh' => 'Ensoniq EPS Family Disk Image',
2866             'gks' => 'Graphics Kernel System File',
2867             'gl' => 'GRASP Animation',
2868             'gla' => 'Ghoul 2 Animation File',
2869             'glade' => 'Glade Project File',
2870             'glb' => 'Glulx Blorb Game File',
2871             'gld' => 'Ground Loop Design Work File',
2872             'glf' => 'Space Engine Shader File',
2873             'glif' => 'Glyph Interchange Format File',
2874             'glink' => 'Google Drive External File Shortcut',
2875             'glksave' => 'Zoom Game Save Package',
2876             'glm' => 'Ghoul 2 Model File',
2877             'glo' => 'RoboHelp Glossary File',
2878             'global' => 'Global Makefile',
2879             'glox' => 'Microsoft Office SmartArt Graphics Layout File',
2880             'gls' => 'Sothink SWF Easy Shape File',
2881             'gltf' => 'GL Transmission Format File',
2882             'gly' => 'Word Glossary File',
2883             'gm' => 'Transport Tycoon Music File',
2884             'gm6' => 'GameMaker 6 Project File',
2885             'gm81' => 'Game Maker 8.1 Project File',
2886             'gma' => 'Garry\'s Mod Addon File',
2887             'gmap' => 'Google Drive My Map',
2888             'gmbck' => 'Game Maker Background Image File',
2889             'gmbl' => 'Logger Lite Document',
2890             'gmc' => 'Game Music Creator Sound File',
2891             'gmd' => 'GroupMail Message',
2892             'gme' => 'DexDrive Game Card File',
2893             'gmf' => 'Geology Multi-File',
2894             'gmk' => 'Game Maker Project File',
2895             'gml' => 'Gerber Mill Layer File',
2896             'gmmod' => 'Game Maker 3D Model File',
2897             'gmmp' => 'WCS Gamut Map Model Profile',
2898             'gmo' => 'GNU Machine Object File',
2899             'gmp' => 'Global Mapper Package File',
2900             'gmres' => 'GameMaker Resource File',
2901             'gms' => 'Gesture and Motion Signal File',
2902             'gmspr' => 'Game Maker Sprite File',
2903             'gmt' => 'rFactor Model File',
2904             'gmv' => 'Gens Game Recording',
2905             'gmw' => 'Global Mapper Workspace File',
2906             'gmx' => 'GameMaker File',
2907             'gmz' => 'Compressed GameMaker File',
2908             'gne' => 'Flickr Web Page',
2909             'gnm' => 'Gnumeric Spreadsheet',
2910             'gno' => 'GenoPro Genealogy Tree File',
2911             'gnp' => 'GenePool Save File',
2912             'gnumakefile' => 'GNU Makefile',
2913             'gnumeric' => 'Gnumeric Spreadsheet',
2914             'gnutar' => 'GNU Tar Archive',
2915             'go' => 'Go Source Code File',
2916             'god' => 'Populous II Player Progress File',
2917             'gofin' => 'DRUKI Gofin Form File',
2918             'gom' => 'GOM Media File',
2919             'goomod' => 'World of Goo Add-on',
2920             'gorm' => 'Gorm Interface Resource File',
2921             'gp3' => 'Guitar Pro 3 File',
2922             'gp4' => 'CCITT Group 4 Fax File',
2923             'gp5' => 'Guitar Pro 5 Tablature File',
2924             'gpbank' => 'Guitar Pro Sound Bank File',
2925             'gpd' => 'Gamer Profile Data File',
2926             'gpe' => 'GP2X Video Game',
2927             'gpf' => 'Grant Agreement Preparation Form',
2928             'gpg' => 'GNU Privacy Guard Public Keyring',
2929             'gpi' => 'Gerber Photoplotter Information File',
2930             'gpj' => 'jGRASP Project File',
2931             'gpk' => 'WaveLab Audio Peak File',
2932             'gpn' => 'GlidePlan Map Document',
2933             'gpp' => 'Guitar Practiced Perfectly 2 Data File',
2934             'gpr' => 'Babylon Glossary Builder Project File',
2935             'gprx' => 'Geoxa Project File',
2936             'gps' => 'Survey Pro Coordinate File',
2937             'gpscan' => 'GrandPerspective Scan File',
2938             'gpu' => 'GP2X Utility Program',
2939             'gpx' => 'Guitar Pro 6 Document',
2940             'gqsx' => 'Microsoft Office SmartArt Styles File',
2941             'gr2' => 'Granny 3D File',
2942             'gra' => 'Microsoft Graph File',
2943             'grade' => 'GradeStat Document',
2944             'gradientlibr' => 'R\'Y Painter Gradient Library',
2945             'gradients' => 'Painter Gradation Library',
2946             'gradle' => 'Gradle Script',
2947             'graffle' => 'OmniGraffle Drawing',
2948             'graphml' => 'GraphML File',
2949             'graphmlz' => 'Zip Compressed GraphML File',
2950             'grasp' => 'GRASP Animation',
2951             'grb' => 'GRIB Meteorological Data File',
2952             'grd' => 'Surfer Grid File',
2953             'grdb' => 'Gramps Database File',
2954             'greenfoot' => 'Greenfoot Project Archive',
2955             'grf' => 'Generic Graph File',
2956             'grib' => 'Gridded Binary File',
2957             'grib2' => 'GRIB2 Meteorological Data File',
2958             'grind' => 'Juice Grinder Recipe File',
2959             'grindx' => 'Juice Grinder Recipe File',
2960             'grk' => 'Gradekeeper Class Gradebook File',
2961             'grl' => 'Windows Update Status File',
2962             'grn' => 'Granny 3D File',
2963             'gro' => 'Allegro MIDI File',
2964             'grob' => 'Graphic Object Bitmap File',
2965             'groove' => 'ACID Groove File',
2966             'groovy' => 'Groovy Source Code File',
2967             'group' => 'Windows Contacts Group File',
2968             'groupproj' => 'Delphi Project Group File',
2969             'growlregdict' => 'Growl Temp File',
2970             'growlticket' => 'Growl Notification File',
2971             'grp' => 'Ken Silverman\'s Build Engine Group File',
2972             'grr' => 'Gradekeeper Class Roster File',
2973             'grt' => 'Grapher Template',
2974             'grv' => 'Office Groove File',
2975             'gry' => 'Grayscale Image',
2976             'gs' => 'Geosoft Script',
2977             'gs-bck' => 'Genius Scan Backup File',
2978             'gs0' => 'Sega Genesis Emulator Quick Slot 0 Save File',
2979             'gs3' => 'GameStarter File',
2980             'gsb' => 'Golden Software Boundary File',
2981             'gsba' => 'Game Save Backup Archive',
2982             'gsc' => 'Call of Duty Game Script',
2983             'gsd' => 'Graphtec Vector Graphics File',
2984             'gsf' => 'Game Boy Advance Sound File',
2985             'gsflib' => 'Game Boy Advance Song Library',
2986             'gsheet' => 'Google Drive Spreadsheet',
2987             'gsi' => 'Golden Software Interchange File',
2988             'gslides' => 'Google Drive Presentation',
2989             'gsm' => 'US Robotics GSM Audio File',
2990             'gsp' => 'Silhouette Studio SD Card Document',
2991             'gsproj' => 'GameSalad Windows Project File',
2992             'gsr' => 'Golden Software Reference File',
2993             'gsr2' => 'Golden Software Reference File',
2994             'gst' => 'MapInfo Geoset File',
2995             'gstencil' => 'OmniGraffle Stencil',
2996             'gsx' => 'Sega Genesis Emulator Saved State File',
2997             'gszip' => 'GameSalad Marketplace Asset File',
2998             'gta' => 'Microsoft Groove Tool Archive',
2999             'gtable' => 'Google Drive Fusion Table',
3000             'gtar' => 'GNU Tar Archive',
3001             'gtemplate' => 'OmniGraffle Template',
3002             'gthr' => 'Gather Log File',
3003             'gtkrc' => 'GTK+ Theme File',
3004             'gtl' => 'Gerber Top Layer Data File',
3005             'gtm' => 'GPS TrackMaker Data File',
3006             'gto' => 'Gerber Top Overlay Data File',
3007             'gtp' => 'Gerber Top Solder Paste Data File',
3008             'gts' => 'Gerber Top Solder Mask Data File',
3009             'gtworld' => 'Growtopia World File',
3010             'gui' => 'Dr.extplain Project File',
3011             'guides' => 'xScope Guides File',
3012             'gv' => 'Graphviz DOT File',
3013             'gvdesign' => 'Gravit Designer File',
3014             'gvi' => 'Google Video File',
3015             'gvimrc' => 'GVim Runtime Configuration File',
3016             'gvp' => 'Google Video Pointer',
3017             'gvsp' => 'Geocortex Viewer for Silverlight Project',
3018             'gvswatch' => 'Gravit Designer Swatch File',
3019             'gvy' => 'Groovy Source Code File',
3020             'gwb' => 'Interwrite Presentation File',
3021             'gwd' => 'Gear Watchface Design File',
3022             'gwi' => 'GroupWise Database Shortcut File',
3023             'gwk' => 'GraphiCode PCB Job File',
3024             'gwp' => 'Greetings Workshop Project File',
3025             'gws' => 'Geosoft Workspace File',
3026             'gxc' => 'General CADD Pro Component',
3027             'gxd' => 'General CADD Pro Drawing',
3028             'gxf' => 'General CADD Pro Font File',
3029             'gxh' => 'General CADD Pro Hatch Pattern File',
3030             'gxk' => 'Galaxkey Secured File',
3031             'gxl' => 'Graph Exchange Language File',
3032             'gxm' => 'General CADD Pro Macro File',
3033             'gxt' => 'Grand Theft Auto Text File',
3034             'gym' => 'Sega Genesis Sound File',
3035             'gz' => 'Gnu Zipped Archive',
3036             'gz2' => 'Misnamed BZ2 File',
3037             'gza' => 'IZArc BGA Archive File',
3038             'gzi' => 'Unix Gzip File',
3039             'gzip' => 'Gnu Zipped File',
3040             'gzquar' => 'Bitdefender Antivirus Quarantine File',
3041             'h' => 'C/C++/Objective-C Header File',
3042             'h0' => 'Movie Edit Pro Waveform Information File',
3043             'h10' => 'At Home Canada 2010 Tax Return',
3044             'h11' => 'At Home Canada 2011 Tax Return',
3045             'h12' => 'At Home Canada 2012 Tax Return',
3046             'h13' => 'H&R Block Canada 2013 Tax Return',
3047             'h14' => 'H&R Block Canada 2014 Tax Return',
3048             'h15' => 'H&R Block Canada 2015 Tax Return',
3049             'h16' => 'H&R Block Canada 2016 Tax Return',
3050             'h17' => 'H&R Block Canada 2017 Tax Return',
3051             'h1q' => 'Microsoft Help Merged Query Index File',
3052             'h1s' => 'Windows Assistance Platform Help File',
3053             'h264' => 'H.264 Encoded Video File',
3054             'h2o' => 'H2OMAP Master Project',
3055             'h2p' => 'Zebra2 Preset',
3056             'h2w' => 'H2testw File',
3057             'h3b' => 'Line 6 POD HD300 Edit Bundle',
3058             'h3e' => 'Line 6 POD HD300 Edit Preset File',
3059             'h3m' => 'Heroes 3 Map File',
3060             'h4' => 'Hierarchical Data Format File',
3061             'h4b' => 'Line 6 POD HD400 Edit Bundle',
3062             'h4e' => 'Line 6 POD HD400 Edit Preset File',
3063             'h4r' => 'Heroes of Might and Magic IV Data File',
3064             'h5' => 'Hierarchical Data Format 5 File',
3065             'h5b' => 'Line 6 POD HD500 Edit Bundle',
3066             'h5e' => 'Line 6 POD HD500 Edit Preset File',
3067             'h5m' => 'Heroes of Might and Magic V Map',
3068             'h5s' => 'Line 6 POD HD500 Edit Setlist File',
3069             'h5u' => 'Heroes of Might and Magic V Mod File',
3070             'h6x' => 'Soft6502 Trainer/Simulator Hex File',
3071             'h77t' => 'MGD77T Header File',
3072             'ha' => 'HA Compressed Archive',
3073             'haas' => 'Everfine LED Lamp Test Results File',
3074             'hal' => 'HotDocs Answer Library',
3075             'ham' => 'HAM Executable File',
3076             'haml' => 'Haml Source Code File',
3077             'han' => 'Amazon Kindle eBook Data File',
3078             'handlebars' => 'Handlebars Template',
3079             'has' => 'Haskell Script',
3080             'hat' => 'A Hat in Time Save File',
3081             'hbb' => 'Line 6 POD HD Edit Bundle',
3082             'hbc' => 'HyperBac Compressed Archive',
3083             'hbc2' => 'HyperBac Compressed File Archive',
3084             'hbe' => 'HyperBac Compressed and Encrypted Archive',
3085             'hbk' => 'Mathcad Handbook File',
3086             'hbs' => 'Line 6 POD HD Edit Setlist File',
3087             'hbx' => 'BinHex Encoded File',
3088             'hc' => 'VeraCrypt Container File',
3089             'hca' => 'High Compression Audio File',
3090             'hcc' => 'HydroCAD Prefab Chamber Data File',
3091             'hcd' => 'Samsung Android Firmware File',
3092             'hcdt' => 'Thinkfree Office NEO Cell Template',
3093             'hce' => 'HydroCAD Hydrograph Data File',
3094             'hcf' => 'Compact Ham Library',
3095             'hci' => 'HydroCAD IDF Data File',
3096             'hcl' => 'HotDocs Clause Archive',
3097             'hcp' => 'HydroCAD Project File',
3098             'hcr' => 'Half-Fold Card File',
3099             'hcu' => 'Hydrograph Units Definitons File',
3100             'hcx' => 'ChartXL Chart',
3101             'hcxs' => 'Canadian Product Incident Report Form',
3102             'hd2' => 'Poser Hand Pose File',
3103             'hd3d' => 'Home Design 3D Project',
3104             'hda' => 'HotDocs Auto-Assemble File',
3105             'hdb' => 'HansaWorld Database File',
3106             'hdd' => 'Parallels Desktop Hard Disk File',
3107             'hdf' => 'Hierarchical Data Format File',
3108             'hdi' => 'HotDocs Auto-Install File',
3109             'hdk' => 'HotDocs Registration File',
3110             'hdl' => 'HotDocs Library File',
3111             'hdm' => 'HDML File',
3112             'hdml' => 'Handheld Device Markup Language File',
3113             'hdmov' => 'QuickTime HD Movie File',
3114             'hdmp' => 'Windows Heap Dump',
3115             'hdp' => 'MAGIX Hard Disk Project Audio File',
3116             'hdpmx' => 'HotDocs Publisher Mapping XML File',
3117             'hdr' => 'ESRI BIL Header File',
3118             'hdrp' => 'HDRtist Pro Document',
3119             'hds' => 'Parallels Desktop Hard Disk File',
3120             'hdt' => 'Photoshop HDR Toning Preset File',
3121             'hdumx' => 'HotDocs User Mapping XML File',
3122             'hdv' => 'High Definition Video Format',
3123             'hdx' => 'Delphi MultiHelp Index File',
3124             'hdz' => 'Compressed Poser Hand Pose File',
3125             'he' => 'Humongous Entertainment Game Archive',
3126             'he0' => 'Humongous Entertainment Game Archive',
3127             'he1' => 'Humongous Entertainment Game Archive',
3128             'he2' => 'Humongous Entertainment Game Archive',
3129             'he4' => 'Humongous Entertainment Sound Archive',
3130             'heartssave-m' => ' \'Microsoft Hearts Save File',
3131             'heic' => 'High Efficiency Image Format',
3132             'heif' => 'High Efficiency Image Format',
3133             'help' => 'Mac OS X Help Book',
3134             'helpindex' => 'Help Index Document',
3135             'hevc' => 'High Efficiency Video Coding File',
3136             'hex' => 'BinHex Encoded File',
3137             'hf' => 'HF Image',
3138             'hfd' => 'HotDocs Form Document',
3139             'hfs' => 'HFS Disk Image File',
3140             'hft' => 'HotDocs Form Template',
3141             'hfv' => 'HFS Disk Image',
3142             'hgl' => 'HP Graphics Language File',
3143             'hgt' => 'SRTM Elevation Data File',
3144             'hh' => 'C++ Header File',
3145             'hhc' => 'HTML Help Table of Contents',
3146             'hhh' => 'Power C Precompiled Header File',
3147             'hhk' => 'HTML Help Index',
3148             'hhp' => 'HTML Help Workshop Project',
3149             'hhsl' => 'Hockey High Score List File',
3150             'hht' => 'Help and Support Center HHT File',
3151             'hi' => 'MacMAME High Scores File',
3152             'hid' => 'KeepSafe File',
3153             'hid2' => 'KeepSafe File',
3154             'hif' => 'Quicken Online File',
3155             'hin' => 'HyperChem Input File',
3156             'hip' => 'Houdini Project File',
3157             'hipnc' => 'Houdini Apprentice File',
3158             'his' => 'FindinSite Database Definition File',
3159             'hit' => 'The Sims Sound File',
3160             'hiv' => 'Windows Registry Hive File',
3161             'hjt' => 'TreePad 6 Database File',
3162             'hkdb' => 'Apple iTunes Library File',
3163             'hki' => 'WinHKI Archive',
3164             'hki1' => 'WinHKI HKI1 Archive',
3165             'hki2' => 'WinHKI HKI2 Archive',
3166             'hki3' => 'WinHKI HKI3 Archive',
3167             'hkm' => 'Havok Movie File',
3168             'hl' => 'HeuristicLab Storage File',
3169             'hlb' => 'VMS / VAX Help Library',
3170             'hlp' => 'Windows Help File',
3171             'hlsl' => 'High Level Shader Language File',
3172             'hlx' => 'ATI Radeon Video Driver Support File',
3173             'hm3' => 'Help & Manual 3 Project',
3174             'hma' => 'Sony HI-MD Audio File',
3175             'hme' => 'Windows Mobile Theme File',
3176             'hmi' => 'HMI Audio File',
3177             'hmk' => 'Hallmark Card Studio File',
3178             'hml' => 'HostMonitor TestList File',
3179             'hmp' => 'Worms Height Map File',
3180             'hms' => 'HostMonitor Script File',
3181             'hmt' => 'HighMAT File',
3182             'hmx' => 'Help & Manual 4 Project',
3183             'hmxp' => 'Help & Manual XML Project',
3184             'hmxz' => 'Help & Manual Compressed Project',
3185             'hof' => 'OMSI Map Parameter File',
3186             'hog' => 'Descent Mission File',
3187             'hol' => 'Outlook Holidays File',
3188             'honmod' => 'HON Modification Manager File',
3189             'hot' => 'The Sims Sound File',
3190             'how2' => 'Visma Performit Player Configuration File',
3191             'hpd' => 'HotDocs PDF Document',
3192             'hpf' => 'HP9100A Program File',
3193             'hpg' => 'HPGL Plot File',
3194             'hpgl' => 'HP Graphics Language Plotter File',
3195             'hpi' => 'Hemera Photo Objects Image File',
3196             'hpj' => 'Help Project File',
3197             'hpk' => 'HPack Compressed Archive',
3198             'hpkg' => 'Haiku Package File',
3199             'hpl' => 'HP-GL Plotter File',
3200             'hpp' => 'Haluha Pearls File',
3201             'hpr' => 'Internal RoboHelp File',
3202             'hps' => 'GameCube Audio File',
3203             'hpt' => 'HotDocs PDF Template',
3204             'hqm' => 'Hardcore Questing Mode Data File',
3205             'hqx' => 'BinHex 4.0 Encoded File',
3206             'hr' => 'TRS-80 Image',
3207             'hr2' => 'Poser Hair File',
3208             'hrf' => 'Hitachi Raster Format File',
3209             'hrl' => 'Erlang Header File',
3210             'hrz' => 'Compressed Poser Hair File',
3211             'hs' => 'LaserTank High Scores File',
3212             'hs2' => 'HyperRESEARCH 2 Study File',
3213             'hsb' => 'HALion Sound Bank File',
3214             'hsc' => 'Aspen HYSYS Simulation File',
3215             'hsdt' => 'Thinkfree Office NEO Show Template',
3216             'hsf' => 'HOOPS Stream Format File',
3217             'hsh' => 'Windows Catalog Search Index File',
3218             'hsk' => 'Huskey Truss & Building Supply Import File',
3219             'hst' => 'History File',
3220             'ht' => 'HyperTerminal Session File',
3221             'hta' => 'HTML Application',
3222             'htaccess' => 'Apache HTACCESS File',
3223             'htb' => 'Audacity Help File',
3224             'htc' => 'HTML Component File',
3225             'htg' => 'HackTheGame Mission Pack',
3226             'htm' => 'Hypertext Markup Language File',
3227             'html' => 'Hypertext Markup Language File',
3228             'html0' => 'Book Designer File',
3229             'htmlz' => 'Zipped HTML eBook',
3230             'htpasswd' => 'Apache HTACCESS File',
3231             'htt' => 'Hypertext Template File',
3232             'htx' => 'HTML Extension File',
3233             'htxt' => 'Hanvon eBook File',
3234             'htz4' => 'HyperMaker 4 Publication',
3235             'htz5' => 'HyperMaker 5 Publication',
3236             'huh' => 'HydroCAD Unit Hydrograph Definitions File',
3237             'hum' => 'OMSI Human Configuration File',
3238             'hus' => 'Husqvarna Embroidery File',
3239             'hvc' => 'HotDocs Variable Collection File',
3240             'hvif' => 'Haiku Vector Icon File',
3241             'hvpl' => 'iTunes Visual Plug-in File',
3242             'hwd' => 'Hedgewars Demo File',
3243             'hwdt' => 'Thinkfree Office NEO Word Template',
3244             'hwmap' => 'Hedgewars Drawn Map File',
3245             'hwp' => 'Hangul (Korean) Text Document',
3246             'hws' => 'Hedgewars Saved Game',
3247             'hxa' => 'Microsoft Help 2 Attribute Definition File',
3248             'hxc' => 'Microsoft Help 2 Collection Definition File',
3249             'hxe' => 'Microsoft Help 2 Sample Definition File',
3250             'hxk' => 'Microsoft Help 2 Index File',
3251             'hxm' => 'Descent 2 Resource Modification',
3252             'hxn' => 'Hexagon Model File',
3253             'hxs' => 'Help 2 Compiled Help File',
3254             'hxt' => 'Microsoft Help 2 Table of Contents File',
3255             'hxx' => 'C++ Source Code Header File',
3256             'hydra' => 'Hydra Image Filter Program File',
3257             'hyp' => 'HYPER Compressed Archive',
3258             'hype' => 'Hype Document',
3259             'hyperesource' => ' \'Hype Resources Folder',
3260             'hypesymbol' => 'Hype Symbol File',
3261             'hypetemplate' => 'Hype Document Template',
3262             'hyv' => 'Team Manager Meet Event File',
3263             'hz' => 'Chinese (Hanzi) Text',
3264             'i' => 'INTERCAL Source File',
3265             'i00' => 'DVD Shrink Part 1 File',
3266             'i01' => 'DVD Shrink Part 2 File',
3267             'i02' => 'DVD Shrink Part 3 File',
3268             'i3d' => 'Houdini Image 3D File',
3269             'i3pack' => 'Point Blank Game Data File',
3270             'i5z' => 'IUCLID 5 Import/Export File',
3271             'iaa' => 'INTUS Audio Archive',
3272             'iadaction' => 'iAd Producer Plugin Action Template',
3273             'iadclass' => 'iAd Producer Plugin Class Description File',
3274             'iadcomponent' => 'iAd Producer Plugin Component File',
3275             'iadpage' => 'iAd Producer Plugin Page Template',
3276             'iadplug' => 'iAd Producer Plugin',
3277             'iadproj' => 'iAd Producer Project',
3278             'iadstyle' => 'iAd Producer Plugin Style Template',
3279             'iaf' => 'Outlook Internet Account File',
3280             'iam' => 'Inventor Assembly File',
3281             'ias' => 'Intermodulation Analysis System File',
3282             'ib' => 'InterBase Database',
3283             'ib2' => 'IncrediBots 2 Saved Challenge File',
3284             'ib3' => 'IncrediBots 3 Saved Challenge File',
3285             'iba' => 'Lectra Clothing Design Pieces File',
3286             'ibatemplate' => 'iBooks Author Document Template',
3287             'ibb' => 'ImgBurn Project File',
3288             'ibcd' => 'InstantBingoCard Document',
3289             'ibch' => 'IncrediBots Challenge File',
3290             'ibg' => 'ImgBurn Graph File',
3291             'ibk' => 'IncrediMail Account Backup File',
3292             'ibooks' => 'Multi-Touch iBook',
3293             'ibp' => 'IsoBuster Managed Image Information File',
3294             'ibplugin' => 'Interface Builder Plug-in',
3295             'ibq' => 'IsoBuster Managed Image File',
3296             'ibre' => 'IncrediBots Replay File',
3297             'ibro' => 'IncrediBots Robot File',
3298             'ibt' => 'Texture and Model File',
3299             'ic1' => 'Low Resolution Imagic Graphics File',
3300             'ic2' => 'Medium Resolution Imagic Graphics File',
3301             'ic3' => 'High Resolution Imagic Graphics File',
3302             'ic3d' => 'IC3D Scene File',
3303             'ica' => 'Image Object Content Architecture File',
3304             'ical' => 'iCalendar File',
3305             'icalendar' => 'iCalendar File',
3306             'icalevent' => 'iCal Event File',
3307             'icaltodo' => 'iCal To Do File',
3308             'icap' => 'InCopy Package File',
3309             'icb' => 'Targa ICB Bitmap Image',
3310             'icbu' => 'Calendar Backup File',
3311             'icc' => 'ICC Profile',
3312             'icd' => 'IronCAD 3D Drawing File',
3313             'ice' => 'ICE File Archive',
3314             'icf' => 'Zoom Router Configuration File',
3315             'icg' => 'Image Comparer Gallery File',
3316             'ichat' => 'iChat Saved Chat Log',
3317             'icl' => 'Windows Icon Library File',
3318             'icm' => 'Image Color Matching Profile',
3319             'icma' => 'InCopy Assignment File',
3320             'icml' => 'InCopy Document',
3321             'icmod' => 'Inner Core Minecraft PE Mod File',
3322             'icmt' => 'InCopy Template',
3323             'icn' => 'Windows Icon File',
3324             'icns' => 'Mac OS X Icon Resource File',
3325             'ico' => 'Icon File',
3326             'icon' => 'Icon Image File',
3327             'iconpackage' => 'IconPackager Theme File',
3328             'iconset' => 'Mac OS X Icon Set Folder',
3329             'icontainer' => 'CandyBar iContainer File',
3330             'icpr' => 'IconUtils Project File',
3331             'icr' => 'Image Comparer Results File',
3332             'ics' => 'IronCAD 3D Drawing File',
3333             'icst' => 'InCopy Document Preset File',
3334             'icursorfx' => 'iCursor Effect File',
3335             'id' => 'Lotus Notes User ID File',
3336             'id2' => 'Windows Live Messenger Emoticon File',
3337             'id3tag' => 'MP3 Skype Recorder Temporary File',
3338             'idap' => 'Adobe InDesign Assignment Package',
3339             'idb' => 'IDA Database File',
3340             'idc' => 'Internet Database Connector File',
3341             'iddx' => 'Static Default File',
3342             'ide' => 'GTA Item Definition File',
3343             'idea' => 'Tresor IDEA Encrypted File',
3344             'ideplugin' => 'Xcode IDE Plug-in',
3345             'idf' => 'MIDI Instrument Definition File',
3346             'idi' => 'EVA Controller Event Log',
3347             'idl' => 'Interface Definition Language File',
3348             'idlk' => 'Adobe InDesign Lock File',
3349             'idml' => 'Adobe InDesign Markup Language File',
3350             'idms' => 'Adobe InDesign Snippet',
3351             'idpk' => 'Adobe InDesign Package for GoLive File',
3352             'idpp' => 'Adobe InDesign Preflight Profile',
3353             'idt' => 'Windows Installer Database Text Archive File',
3354             'idv' => 'Inventor Design View File',
3355             'idw' => 'Inventor Drawing',
3356             'idx' => 'Navigation POI File',
3357             'idx0' => 'Runescape Cache Index File',
3358             'idx255' => 'Runescape Cache File',
3359             'ies' => 'IES Photometric Data File',
3360             'if' => 'Procedimientos-Uno IFWin Project File',
3361             'ifaith' => 'iFaith SHSH File',
3362             'ifc' => 'Industry Foundation Classes File',
3363             'ifcxml' => 'Industry Foundation Classes XML File',
3364             'ifczip' => 'Compessed IFC File',
3365             'ifd' => 'InForm Document',
3366             'iff' => 'Interchange File Format',
3367             'ifiction' => 'iFiction Metadata File',
3368             'ifl' => '3ds Max Image File List',
3369             'ifm' => 'Informed Form Data Document',
3370             'ifo' => 'DVD-Video Disc Information File',
3371             'ifp' => 'GTA Animation File',
3372             'ifs' => 'InfoSlips Package',
3373             'ifw' => 'INTUS Firmware File',
3374             'igc' => 'Anime List Builder Input File',
3375             'iges' => 'IGES File',
3376             'igg' => 'SuiteProfiler Color Map File',
3377             'igi' => 'Indigo Image File',
3378             'igm' => 'Indigo Renderer Material File',
3379             'igma' => 'INTUS Graph Mask Archive',
3380             'ign' => 'RoboHelp Ignore List File',
3381             'igp' => 'Igor Published Music Notation File',
3382             'igq' => 'Indigo Queue File',
3383             'igr' => 'Quest3D Channel Group Layout File',
3384             'igs' => 'Indigo Renderer Scene File',
3385             'igt' => 'iGrafx Document Template',
3386             'igx' => 'iGrafx Document',
3387             'ihw' => 'IN-HEH Timeline Workspace',
3388             'ihx' => 'IN-HEH Timeline Database',
3389             'ii' => 'IconWorkshop Extended Information File',
3390             'iif' => 'Intuit Interchange Format File',
3391             'iil' => 'CleanSweep Installation Log',
3392             'iim' => 'iMacro Macro File',
3393             'iip' => 'ThinAnywhere Configuration File',
3394             'iiq' => 'Phase One RAW Image',
3395             'iit' => 'Install Creator Project File',
3396             'iix' => 'Translation Memory Index File',
3397             'ik' => 'CryENGINE IK Animation File',
3398             'ikf' => 'INTUS Keyboard File',
3399             'ikmp' => 'IK Multimedia Preset FIle',
3400             'ilbm' => 'Interleaved Bitmap Image',
3401             'ildoc' => 'QuickSilver Document',
3402             'ilg' => 'InstallScript Log File',
3403             'ilk' => 'Incremental Linking File',
3404             'ilogicvb' => 'iLogic VB File',
3405             'im4p' => 'IMG4 Payload File',
3406             'ima' => 'Disk Image',
3407             'image' => 'OpenQwaq Image',
3408             'imageportfol' => 'O\'LIBRARY Painter Image Portfolio Library',
3409             'imapmbox' => 'IMAP Mailbox',
3410             'imd' => 'ImageDisk Disk Image File',
3411             'ime' => 'Windows Input Method Editor File',
3412             'imf' => 'Id Music File',
3413             'img' => 'GEM Image',
3414             'img3' => 'iPhone IMG3 File',
3415             'imga' => 'Aleph One Image File',
3416             'imi' => 'Magellan Map File',
3417             'imj' => 'JFIF Bitmap Image',
3418             'iml' => 'ACT! Internet Mail Message',
3419             'imm' => 'iMindMap Map File',
3420             'immodules' => 'GTK+ Module File',
3421             'imovieevent' => 'iMovie Event File',
3422             'imovielibrar' => ' \'iMovie Library File',
3423             'imoviemobile' => 'iOS iMovie Project File',
3424             'imovieproj' => 'iMovie Project File',
3425             'imovieprojec' => ' \'iMovie Project',
3426             'imp' => 'Improv Spreadsheet',
3427             'imr' => 'Impromptu Report File',
3428             'imt' => 'My Time Data File',
3429             'imtx' => 'iMindMap Template File',
3430             'imx' => 'iMindMap Map File',
3431             'imy' => 'iMelody Ringtone File',
3432             'imz' => 'WinImage Compressed Disk Image',
3433             'in' => 'Spyware File',
3434             'inc' => 'Include File',
3435             'inca' => 'InCopy CS3 Assignment File',
3436             'incd' => 'InCopy Document',
3437             'incp' => 'InCopy CS3 Package File',
3438             'inct' => 'InCopy Template',
3439             'incx' => 'InCopy CS3 Interchange File',
3440             'ind' => 'Adobe InDesign Document',
3441             'indb' => 'Adobe InDesign Book File',
3442             'indd' => 'Adobe InDesign Document',
3443             'indesignplug' => 'N\'Adobe InDesign Plug-in',
3444             'indk' => 'Adobe Shortcut Set File',
3445             'indl' => 'Adobe InDesign Library',
3446             'indp' => 'Adobe InDesign CS3 Package File',
3447             'inds' => 'Adobe InDesign Snippet File',
3448             'indt' => 'Adobe InDesign Template',
3449             'inetloc' => 'Internet Location',
3450             'inf' => 'Setup Information File',
3451             'inf_loc' => 'Windows Driver Information Cache File',
3452             'info' => 'Texinfo Document',
3453             'infopathxml' => 'Microsoft InfoPath Form',
3454             'inform' => 'Inform Project',
3455             'ing' => 'MasterCook Ingredients File',
3456             'ini' => 'Finale Preferences File',
3457             'injb' => 'InDesign Job Bag File',
3458             'ink' => 'Pocket PC Handwritten Note',
3459             'inl' => 'C++ Inline File',
3460             'inlk' => 'Adobe InDesign Lock File',
3461             'inlx' => 'Adobe InDesign Interchange Library',
3462             'inm' => 'FaxMaster Document',
3463             'inms' => 'Adobe InDesign Menu Set File',
3464             'ino' => 'Arduino Sketch File',
3465             'inp' => 'Urdu InPage Document',
3466             'inprogress' => 'Time Machine Backup Progress File',
3467             'ins' => 'AGT Game Instruction File',
3468             'int' => 'Intellivision Game ROM File',
3469             'internetconn' => 'C\'T Apple Internet Connect Document',
3470             'inv' => 'INVedit File',
3471             'inx' => 'Inkscape Extension Descriptor File',
3472             'iobit' => 'Advanced SystemCare Rollback File',
3473             'ion' => 'File Description File',
3474             'ioplist' => 'Mac OS X IOPLIST File',
3475             'ip' => 'IconPackager Theme File',
3476             'ipa' => 'iOS Application',
3477             'ipalias' => 'iPhoto Alias File',
3478             'ipcc' => 'iPhone Carrier Bundle',
3479             'ipch' => 'Intellisense Precompiled Header File',
3480             'ipd' => 'BlackBerry Backup File',
3481             'ipf' => 'OS/2 Help File',
3482             'ipg' => 'iPod Game File',
3483             'iphoto' => 'iPhoto Library File',
3484             'iphotoprojec' => ' \'iPhoto Print Project',
3485             'ipick' => 'iPick Football Image',
3486             'ipj' => 'Inventor Project File',
3487             'ipk' => 'Itsy Package',
3488             'ipl' => 'GTA Item Placement File',
3489             'iplb' => 'iPhoto Library Archive Document',
3490             'ipmeta' => 'Apple iPhoto Metadata File',
3491             'ipn' => 'Inventor Presentation File',
3492             'ipod' => 'Rockbox Firmware File',
3493             'ipp' => 'Inline Guard Macro File',
3494             'ipr' => 'iProcrastinate Data File',
3495             'iproject' => 'iClone Project File',
3496             'ips' => 'Internal Patching System Patch File',
3497             'ipspot' => 'iPhoto Spot File',
3498             'ipsw' => 'iPod and iPhone Software Update File',
3499             'ipt' => 'Inventor Part File',
3500             'iptheme' => 'IconPackager Raw Theme File',
3501             'ipx' => 'IPIX Image',
3502             'ipynb' => 'Jupyter Notebook',
3503             'iq4' => 'IQ4E Controller Strategy File',
3504             'iqy' => 'Internet Query',
3505             'ircp' => 'SpeedGrade IRIDAS Composite File',
3506             'irf' => 'CCTV DVR H.264 Video File',
3507             'irock' => 'intelliRock Sensor Data File',
3508             'iros' => 'Adobe Save For Web Settings File',
3509             'irp' => 'Internet Researcher Project File',
3510             'irr' => 'Brewer Lamp File',
3511             'irrmesh' => 'Irrlicht Static Mesh File',
3512             'irs' => 'Adobe Save For Web Settings',
3513             'irx' => 'Brewer Irradiation File',
3514             'is1' => 'Synergy/DE Data Index File',
3515             'is2' => 'Thermal Image Data File',
3516             'isale' => 'iSale Auction',
3517             'isaletemplat' => ' \'iSale Template',
3518             'isallic' => 'iSale License File',
3519             'isc' => 'Xilinx Device Configuration File',
3520             'isd' => 'Flexera InstallShield Dialog Box File',
3521             'ise' => 'Xilinx ISE Project',
3522             'isf' => 'Inspiration Flowchart Document',
3523             'ish' => 'ISH Compressed Archive',
3524             'ish1' => 'Animation-ish Wiggledoodle-ish Document',
3525             'ish2' => 'Animation-ish FlipBook-ish Document',
3526             'ish3' => 'Animation-ish Advanced-ish Document',
3527             'ism' => 'InstallShield Project File',
3528             'isma' => 'IIS Smooth Streaming Audio File',
3529             'ismc' => 'Smooth Streaming Client Manifest File',
3530             'ismclip' => 'iStopMotion Animation Clip',
3531             'ismv' => 'IIS Smooth Streaming Video File',
3532             'isn' => 'Installer Source File',
3533             'iso' => 'PlayStation 2 ROM File',
3534             'isoz' => 'Compressed Arbortext IsoDraw Illustration',
3535             'isp' => 'IIS Internet Service Provider Settings',
3536             'ispc' => 'Image Surfer Pro Collection File',
3537             'isr' => 'GoMoku Game File',
3538             'iss' => 'Inno Setup Script',
3539             'ist' => 'Inspiration Template',
3540             'isu' => 'InstallShield Uninstaller Script',
3541             'isx' => 'SimulationX Project',
3542             'isz' => 'Zipped ISO Disk Image',
3543             'it' => 'Impulse Tracker Module',
3544             'ita' => 'VTech InnoTab Application File',
3545             'itc' => 'iTunes Cover Flow Data File',
3546             'itc2' => 'iTunes Cover Flow Data File 2',
3547             'itdb' => 'iTunes Database File',
3548             'ite' => 'iTunes Extras File',
3549             'itemdata-ms' => 'Windows 8 Start Screen Item Data File',
3550             'ithmb' => 'iPod and iPhone Photo Thumbnails File',
3551             'iti' => 'InterActual Skin File',
3552             'itk' => 'ScummVM Game Data File',
3553             'itl' => 'iTunes Library File',
3554             'itlp' => 'iTunes LP Album File',
3555             'itls' => 'iTunes Live Stream URL',
3556             'itm' => 'iThink Model File',
3557             'itms' => 'iTunes Music Store Link File',
3558             'itmsp' => 'iTunes Store Package',
3559             'itn' => 'TomTom Navigator Itinerary File',
3560             'itpc' => 'iTunes Podcast Link File',
3561             'itr' => 'Icy Tower Replay File',
3562             'its' => 'Internet Document Set',
3563             'itt' => 'IconTweaker Theme File',
3564             'itw' => 'InTouch With Database File',
3565             'itx' => 'ITX Form Template',
3566             'iup' => 'Fritz Update File',
3567             'ius' => 'InfoTMIC Firmware Update File',
3568             'iv' => 'Open Inventor Scene Graph File',
3569             'iv2i' => 'Norton Ghost Incremental Virtual Volume Image',
3570             'iva' => 'Dementia.4207 Virus File',
3571             'ivc' => 'InteliSea Vessel Configuration File',
3572             'ivd' => 'Bitdefender Incremental Virus Definitions',
3573             'ive' => 'OpenSceneGraph Binary File',
3574             'ivf' => 'Indeo Video Format File',
3575             'ivr' => 'Image Worlds File',
3576             'ivs' => 'Internet Streaming Video',
3577             'ivt' => 'International Volleyball 2006 Data File',
3578             'ivue' => 'Live Picture IVUE Image',
3579             'iw' => 'Chain Engineering Database File',
3580             'iwa' => 'iWork Archive File',
3581             'iwb' => 'IWBasic Source Code File',
3582             'iwd' => 'Call of Duty Game Data File',
3583             'iwdgt' => 'iWeb Widget File',
3584             'iwi' => 'Infinity Ward Texture File',
3585             'iws' => 'InstallWatch Scan File',
3586             'iwxdata' => 'iWorx Data File',
3587             'iwz' => 'InstallShield Express 2 Project File',
3588             'ix' => 'dtSearch Index File',
3589             'ix2' => 'WordPerfect Address Book File',
3590             'ixa' => 'Ulead Disc Image format',
3591             'ixb' => 'Ulead Disc Image',
3592             'ize' => 'IZArc Archive',
3593             'izz' => 'Isadora Media Control Project',
3594             'izzy' => 'Isadora Project',
3595             'j' => 'JAR Archive',
3596             'j01' => 'Akeeba Multi-part Backup Archive',
3597             'j2c' => 'JPEG 2000 Code Stream',
3598             'j2i' => 'Jazz 2 Internet Link File',
3599             'j2k' => 'JPEG 2000 Image',
3600             'j2l' => 'Jazz Jackrabbit 2 Level File',
3601             'j3o' => 'jMonkeyEngine 3D Scene',
3602             'j6i' => 'Ricoh Camera Image File',
3603             'ja' => 'Jet Archive',
3604             'jac' => 'JaStaCry Encrypted File',
3605             'jad' => 'Java Application Descriptor File',
3606             'jag' => 'Jagex Data File',
3607             'jam' => 'Line 6 Device Recording',
3608             'jap' => 'Japanese Nintendo 64 Game ROM',
3609             'jar' => 'Java Archive File',
3610             'jar.pack' => 'Pack200 Packed Jar File',
3611             'jarvis' => 'Jarvis Subscriber File',
3612             'jas' => 'Paint Shop Pro Compressed Graphic',
3613             'jasper' => 'JasperReports Data File',
3614             'jav' => 'Java Source File',
3615             'java' => 'Java Source Code File',
3616             'jb2' => 'JBIG2 Image',
3617             'jbc' => 'Jam STAPL Byte-Code File',
3618             'jbeam' => 'BeamNG Vehicle Definition Format',
3619             'jbf' => 'Paint Shop Pro Browser Cache File',
3620             'jbg' => 'Joint Bi-level Image Group File',
3621             'jbi' => 'Motoman Robot Job File',
3622             'jbig' => 'Joint Bi-level Image Group File',
3623             'jbig2' => 'JBIG2',
3624             'jbk' => 'Juno Backup File',
3625             'jbmp' => 'JAmes OS Bitmap Image',
3626             'jbr' => 'Paint Shop Pro Brushes File',
3627             'jc!' => 'FlashGet Incomplete Download',
3628             'jc' => 'FlashGet Partial Download',
3629             'jceks' => 'JCEKS Keystore File',
3630             'jcl' => 'JCloze File',
3631             'jclic' => 'JClic Project File',
3632             'jcp' => 'JCreator Project File',
3633             'jcr' => 'Nonogram Puzzle File',
3634             'jcrypt' => 'JCRYPT File',
3635             'jcw' => 'JCross File',
3636             'jcz' => 'Liquid Motion Animation',
3637             'jdat' => 'J&ASoft Data File',
3638             'jdb' => 'Symantec Endpoint Protection Update File',
3639             'jdc' => 'JDownloader Links File',
3640             'jdf' => 'Adobe Acrobat Job Definition File',
3641             'jdp' => 'BlackBerry JDE Application Project',
3642             'jdr' => 'IROAD Dash Cam Video File',
3643             'jed' => 'Xilinx JEDEC Programming File',
3644             'jef' => 'Janome Embroidery Format',
3645             'jet' => 'JET Database File',
3646             'jfi' => 'JPEG File Interchange Image',
3647             'jfif' => 'JPEG File Interchange Format',
3648             'jg4' => 'BigJig Jigsaw Puzzle',
3649             'jgcscs' => 'EditPad Custom Syntax Coloring Scheme File',
3650             'jgw' => 'JPEG World File',
3651             'jgz' => 'Gzipped Javascript File',
3652             'jhtml' => 'Java HTML Web Page',
3653             'jia' => 'Digital Photo Navigator Album',
3654             'jic' => 'JTAG Indirect Configuration File',
3655             'jif' => 'JPEG Image File',
3656             'jiff' => 'JPEG Image File Format',
3657             'jigsaw' => 'Jigsaw Explorer Save File',
3658             'jis' => 'Japanese Industry Standard Text',
3659             'jkb' => 'Jedi Knight Bot File',
3660             'jkm' => 'JAWS Key Map File',
3661             'jks' => 'Java Keystore File',
3662             'jl' => 'Julia Source Code File',
3663             'jlr' => 'Juliar Source Code File',
3664             'jmc' => 'JM-Crypt Encrypted File',
3665             'jmce' => 'JM-Crypt Encrypted File',
3666             'jmck' => 'JM-Crypt Key File',
3667             'jmcp' => 'JM-Crypt Encrypted File',
3668             'jmcr' => 'JM-Crypt Encrypted File',
3669             'jmcx' => 'JM-Crypt Encrypted File',
3670             'jmf' => 'Jackhammer Project',
3671             'jmp' => 'JMP Data File',
3672             'jms' => 'Masher Project',
3673             'jmt' => 'JMatch File',
3674             'jmv' => 'Jnes Movie File',
3675             'jmx' => 'JMix File',
3676             'jng' => 'JPEG Network Graphic',
3677             'jnilib' => 'JNI Library',
3678             'jnlp' => 'Java Web Start File',
3679             'jnp' => 'Java Web Start File',
3680             'jnr' => 'JoinNet Recording File',
3681             'jnt' => 'Windows Journal File',
3682             'jnx' => 'BirdsEye JNX Raster Map',
3683             'jo' => 'jo Audio File',
3684             'jo-7z' => 'jo Audio File',
3685             'job' => 'MetaCAM Nest Job File',
3686             'joboptions' => 'Adobe Joboptions File',
3687             'joe' => 'JOE Document',
3688             'joined' => 'HJ-Split Data File',
3689             'joy' => 'CryENGINE Facial Editor Joystick File',
3690             'jp1' => 'Japanese (Romaji) Text File',
3691             'jp2' => 'JPEG 2000 Core Image File',
3692             'jpa' => 'Akeeba Backup Archive',
3693             'jpc' => 'JPEG 2000 Code Stream File',
3694             'jpd' => 'Joint PhotoDefiner Image',
3695             'jpe' => 'JPEG Image',
3696             'jpeg' => 'JPEG Image',
3697             'jpf' => 'JPEG 2000 Image',
3698             'jpg' => 'JPEG Image',
3699             'jpg-large' => 'Large JPEG Image',
3700             'jpg2' => 'JPEG 2000 Image',
3701             'jpgw' => 'JPEG World File',
3702             'jph' => 'JProbe Memory Snapshot',
3703             'jpn' => 'Windows Japanese Noise-Word List File',
3704             'jpr' => 'Fugawi Projection File',
3705             'jps' => 'Akeeba Backup Archive',
3706             'jpw' => 'World File for JPEG',
3707             'jpx' => 'JBuilder Project',
3708             'jqz' => 'JQuiz File',
3709             'jrc' => 'PCjr Cartridge ROM File',
3710             'jrprint' => 'JasperReports Print File',
3711             'jrs' => 'Exchange Reserve Transaction Log File',
3712             'jrtf' => 'JAmes OS Rich Text File',
3713             'jrxml' => 'JasperReports Layout File',
3714             'jrz' => 'PSP Game Data File',
3715             'js' => 'JScript Executable Script',
3716             'jsd' => 'HP JetSuite Document',
3717             'jsda' => 'Jazer Data File',
3718             'jse' => 'JScript Encoded File',
3719             'jsf' => 'Project64 Joystick File',
3720             'jsfl' => 'Animate JSFL Script File',
3721             'jsh' => 'Jsh Script',
3722             'jsl' => 'Corel PaintShop Pro Shape Library',
3723             'json' => 'JavaScript Object Notation File',
3724             'jsonlz4' => 'Compressed Firefox Bookmarks Backup File',
3725             'jsp' => 'Java Server Page',
3726             'jspa' => 'Java Servlet Alias',
3727             'jspf' => 'JSON Playlist File',
3728             'jspx' => 'XML Java Server Page',
3729             'jss' => 'JavaScript Style Sheet File',
3730             'jst' => 'JavaServer Page Document',
3731             'jsx' => 'ExtendScript Script File',
3732             'jsxbin' => 'Binary ExtendScript Script File',
3733             'jsxinc' => 'ExtendScript Included Script File',
3734             'jt' => 'JT Open CAD File',
3735             'jtbackup' => 'Just Type Backup File',
3736             'jtd' => 'JustSystems Ichitaro Document',
3737             'jtf' => 'JPEG Tagged Interchange Format',
3738             'jtp' => 'Windows Journal Template',
3739             'jts' => 'Cyberlink AVCHD Video File',
3740             'jtv' => 'JRiver TV File',
3741             'jtx' => 'Jrju Text File',
3742             'jude' => 'JUDE Project File',
3743             'jvs' => 'JavaScript Proxy Autoconfig File',
3744             'jvsg' => 'Video Surveillance Project',
3745             'jvsgz' => 'Compressed Video Surveillance Project',
3746             'jwl' => 'Roxio Jewel Case File',
3747             'jws' => 'Java Workspace Settings File',
3748             'jxr' => 'JPEG XR Image',
3749             'k25' => 'Kurzweil K2500 File',
3750             'k26' => 'Kurzweil K2600 File',
3751             'k2s' => 'Kaiser 2 Saved Game',
3752             'k3b' => 'K3b Disk Burning Project File',
3753             'k3g' => '3GP Mobile Phone Video File',
3754             'kag' => 'King Arthur\'s Gold Map File',
3755             'kal' => 'Kratos Vision Data File',
3756             'kap' => 'BSB Chart Image File',
3757             'kar' => 'Karel Function Dictionary',
3758             'kb' => 'C++ Keyboard Script',
3759             'kb2' => 'Kleo Backup File',
3760             'kbd' => '3ds Max Keyboard Shortcuts File',
3761             'kbits' => 'Bits\'N\'Picas Bitmap Font File',
3762             'kbs' => 'Keyboard Script File',
3763             'kcl' => 'NIntendo Collision File',
3764             'kct' => 'Keyman Developer Customization Source File',
3765             'kdb' => 'Keypass Database File',
3766             'kdbx' => 'KeePass Password Database',
3767             'kdc' => 'Kodak Photo-Enhancer File',
3768             'kde' => 'KryptoStorage Container File',
3769             'kdenlive' => 'Kdenlive Project File',
3770             'kdevdlg' => 'KDevelop Dialog Box File',
3771             'kdevelop' => 'KDevelop Project Data File',
3772             'kdevprj' => 'KDevelop Project File',
3773             'kdi' => 'KD Player Skin Image File',
3774             'kdk' => 'Kodak Proprietary Decimated TIFF File',
3775             'kdmp' => 'Windows Crash Dump File',
3776             'kds' => 'KD Player Skin File',
3777             'kdz' => 'Kaspersky Virus Bases File',
3778             'keb' => 'Kaspersky Virus Bases File',
3779             'kelgfile' => 'Best Free Keylogger Log File',
3780             'kes' => 'Kurzweil 3000 Document',
3781             'kexi' => 'Kexi Database',
3782             'kexic' => 'Kexi Database Connection File',
3783             'kexis' => 'Kexi Database Shortcut File',
3784             'kext' => 'Mac OS X Kernel Extension',
3785             'key' => 'Keyboard Definition File',
3786             'key-tef' => 'Keynote iCloud Presentation',
3787             'keychain' => 'Mac OS X Keychain File',
3788             'keystore' => 'Java Keystore File',
3789             'keytab' => 'Kerberos Keytab File',
3790             'kf2' => 'Max Payne Resource File',
3791             'kfm' => 'Gamebryo 3D Model File',
3792             'kfn' => 'KaraFun Karaoke File',
3793             'kfs' => 'Max Payne Model File',
3794             'kfx' => 'Kofax Image File',
3795             'kgb' => 'KGB Archive File',
3796             'kgtemp' => 'KuGou Temporary Cache File',
3797             'khd' => 'Dynamics AX Kernel Help Data File',
3798             'khi' => 'Dynamics AX Kernel Help Index File',
3799             'kic' => 'Kodak Compressed Image File',
3800             'kid' => 'Kidspiration Document',
3801             'kin' => 'Kinetic Music Project',
3802             'kismac' => 'KisMAC Webservice File',
3803             'kit' => 'Battery Drum Kit File',
3804             'kix' => 'KiXtart Script File',
3805             'kkk' => 'KKK Ransomware Encrypted File',
3806             'klg' => 'KOFIA Log',
3807             'klq' => 'Kaspersky Quarantine File',
3808             'kma' => 'Correlate Archive File',
3809             'kmc' => 'Kinemac Animation File',
3810             'kmcobj' => 'Kinemac Sprite Object',
3811             'kml' => 'Keyhole Markup Language File',
3812             'kmm' => 'K-Meleon Macro Module',
3813             'kmp' => 'Mario Kart Wii Course Description File',
3814             'kmr' => 'KnowledgeMill Link File',
3815             'kms' => 'Correlate Solutions File',
3816             'kmv' => 'Mobile DJ Video File',
3817             'kmy' => 'KMyMoney Data File',
3818             'kmz' => 'Google Earth Placemark File',
3819             'kno' => 'DigIN Serialized Break Model',
3820             'knt' => 'KeyNote Note File',
3821             'ko' => 'Linux Kernel Module File',
3822             'kodak' => 'Kodak Photo CD File',
3823             'kodu' => 'Kodu Game File',
3824             'kon' => 'Yahoo! Widget XML File',
3825             'koob' => 'Koob E-Book File',
3826             'kor' => 'Windows Korean Noise-Words List File',
3827             'koz' => 'Bell Music File',
3828             'kpf' => 'Komodo Project File',
3829             'kpg' => 'Kai\'s Power Goo Graphic',
3830             'kpl' => 'Kazaa Playlist File',
3831             'kpp' => 'Kid Pix Presentation',
3832             'kpr' => 'KPresenter Presentation',
3833             'kps' => 'Keyman Developer Package Source File',
3834             'kpx' => 'Kid Pix Picture',
3835             'kpz' => 'Komodo Template File',
3836             'krab' => 'GandCrab V4 Ransomware Encrypted File',
3837             'krc' => 'Mouse and Key Recorder Macro File',
3838             'krz' => 'Kurzweil K2000 File',
3839             'ks' => 'Kickstart File',
3840             'ksc' => 'Korg Trinity/Triton Script File',
3841             'ksd' => 'KeepSafe File',
3842             'ksf' => 'KMPlayer Skin File',
3843             'ksh' => 'Unix Korn Shell Script',
3844             'ksm' => 'Pfaff Embroidery Design File',
3845             'kt' => 'Kotlin Source Code File',
3846             'kt2' => 'Battery 2 Drum Kit File',
3847             'kt3' => 'Battery 3 Drum Kit File',
3848             'kth' => 'Keynote Theme',
3849             'ktn' => 'KTooN Animation Project File',
3850             'ktp' => 'Kinetic Project Template',
3851             'ktz' => 'Kahootz Project File',
3852             'kuip' => 'Kingsoft Office Personalization File',
3853             'kv' => 'Kivy Language File',
3854             'kv6' => 'Ken\'s Voxlap 6 Model File',
3855             'kvk' => 'Keyman On-Screen Keyboard File',
3856             'kvtml' => 'KWordQuiz File',
3857             'kwd' => 'KWord Document',
3858             'kwm' => 'WebMoney Key File',
3859             'kwreplay' => 'Command & Conquer 3 Replay File',
3860             'kx' => 'KiXtart Tokenized Script File',
3861             'kxx' => 'Keyman Developer Encrypted Keyboard File',
3862             'kyb' => 'Keyboard Layout',
3863             'kyr' => 'Lotus Domino Key Ring File',
3864             'kys' => 'Adobe Photoshop Keyboard Shortcuts File',
3865             'kz' => 'KuaiZip Compressed File',
3866             'm' => 'PC-98 Game Music File',
3867             'm12' => 'Schiller medilog ECG Raw Data File',
3868             'm15' => 'MPEG Video',
3869             'm1a' => 'MPEG-1 Audio File',
3870             'm1pg' => 'iFinish Video Clip',
3871             'm1v' => 'MPEG-1 Video File',
3872             'm2' => 'PC-98 Game Music File',
3873             'm21' => 'AXMEDIS MPEG-21 File',
3874             'm2a' => 'MPEG-1 Layer 2 Audio File',
3875             'm2p' => 'Maxthon 2 Browser Plugin File',
3876             'm2s' => 'Maxthon 2 Browser Skin File',
3877             'm2t' => 'HDV Video File',
3878             'm2ts' => 'Blu-ray BDAV Video File',
3879             'm2v' => 'MPEG-2 Video',
3880             'm3' => 'Blizzard MDX3 Model File',
3881             'm3d' => 'DIALux 3D Object File',
3882             'm3g' => 'Mobile 3D Graphics Program',
3883             'm3p' => 'Mach3 Plugin File',
3884             'm3u' => 'Media Playlist File',
3885             'm3u8' => 'UTF-8 M3U Playlist File',
3886             'm4' => 'Macro Processor Library',
3887             'm4a' => 'MPEG-4 Audio File',
3888             'm4b' => 'MPEG-4 Audio Book File',
3889             'm4e' => 'MPEG-4 Video File',
3890             'm4p' => 'iTunes Music Store Audio File',
3891             'm4r' => 'iPhone Ringtone File',
3892             'm4u' => 'MPEG-4 Playlist',
3893             'm4v' => 'iTunes Video File',
3894             'm5p' => 'MachFive Preset File',
3895             'm75' => 'MPEG Video',
3896             'm77t' => 'MGD77T Data File',
3897             'ma' => 'Maya Project File',
3898             'ma1' => 'Monarch Audio File',
3899             'mab' => 'Mozilla Address Book',
3900             'mac' => 'Application Macro File',
3901             'macbin' => 'Macbinary Encoded File',
3902             'mad' => 'Access Module Shortcut',
3903             'mae' => 'My Avatar Editor Character File',
3904             'maf' => 'Microsoft Access Form',
3905             'maff' => 'Mozilla Archive Format File',
3906             'mag' => 'Magic Circuit Layout File',
3907             'magik' => 'Magik Source Code File',
3908             'magiwol' => 'MagiWOL File',
3909             'mahjongtitan' => 'S\'AVE-MS Mahjong Titans Saved Game',
3910             'mai' => 'Microsoft Mail File',
3911             'mailhost' => 'MSN Mailhost Settings File',
3912             'mailplanelic' => 'N\'SE Mailplane License File',
3913             'mailstatione' => 'Y\'Apple Mail Stationery File',
3914             'mailtoloc' => 'Mail Internet Location File',
3915             'mak' => 'Makefile',
3916             'make' => 'Drush Makefile',
3917             'makefile' => 'Makefile',
3918             'makerbot' => 'MakerBot Print File',
3919             'mako' => 'Mako Template',
3920             'mal' => 'MadAppLauncher Configuration File',
3921             'mam' => 'Microsoft Access Macro',
3922             'man' => 'Unix Manual',
3923             'mani' => 'Mine-imator Project File',
3924             'manifest' => 'Steam Manifest File',
3925             'manm' => 'Vietcong Game Data File',
3926             'map' => 'Mapjects Server Webparts File',
3927             'mapimail' => 'Send To Mail Recipient',
3928             'maplet' => 'Maplet World File',
3929             'mapsdata' => 'iOS Maps Data File',
3930             'mapx' => 'Mapjects Client Webparts File',
3931             'maq' => 'Microsoft Access Query',
3932             'mar' => 'Mariner Calc Spreadsheet',
3933             'markdn' => 'Markdown File',
3934             'markdown' => 'Markdown Documentation File',
3935             'mars' => 'Adobe MARS File',
3936             'marshal' => 'Marshal Data Migration Model File',
3937             'mart' => 'MartView eBook File',
3938             'mas' => 'MEGA Alignment Sequence File',
3939             'mask' => 'SpeedGrade Color Mask File',
3940             'masseffectpr' => 'F\'ILE Mass Effect Player Profile',
3941             'masseffectsa' => 'E\'Mass Effect Saved Game',
3942             'master' => 'ASP.NET Master Page',
3943             'mat' => 'V-Ray Materials File',
3944             'material' => 'Rigs of Rods Texture Reference File',
3945             'mato' => 'Atomic Combat Saved Game',
3946             'mau' => 'Media Attachment Unit',
3947             'mav' => 'Access View File',
3948             'maw' => 'Access Data Access Page',
3949             'max' => 'Action Replay Max Save File',
3950             'maxc' => '3ds Max Container File',
3951             'maz' => 'Hover! Maze File',
3952             'mb' => 'Kodak EasyShare Data File',
3953             'mbb' => 'ManaBook Book File',
3954             'mbbk' => 'ManaBook Book Kit File',
3955             'mbd' => 'Multimedia Builder Project File',
3956             'mbf' => 'Microsoft Money Backup File',
3957             'mbg' => 'Microsoft Mailbag',
3958             'mbi' => 'Multi-Bootable Information File',
3959             'mbk' => 'dBASE IV Multiple Index Backup File',
3960             'mbl' => 'Logger Pro Data File',
3961             'mbm' => 'Kerbal Space Program Texture File',
3962             'mbn' => 'Multi Boot Image',
3963             'mbox' => 'E-mail Mailbox File',
3964             'mbp' => 'MediaShow Burning Project File',
3965             'mbr' => 'Master Boot Record File',
3966             'mbs' => 'Opera Mailbox File',
3967             'mbsa' => 'Microsoft Baseline Security Analyzer File',
3968             'mbt' => 'Blue Card Manager Merit Badge Template File',
3969             'mbw' => 'MBRWizard Archive',
3970             'mbx' => 'Outlook Express Mailbox',
3971             'mc1' => 'MedCalc Data File',
3972             'mc2' => 'MasterCook 5 Cookbook File',
3973             'mc5' => 'Poser 5 Material File',
3974             'mc6' => 'Poser Material Collection File',
3975             'mc9' => 'Mastercam 9 Geometry File',
3976             'mca' => 'Minecraft \'Anvil\' Map File',
3977             'mcaddon' => 'Minecraft Pack Addon File',
3978             'mcat' => 'Adobe Lightroom CC Catalog File',
3979             'mcd' => 'MiniCAD Design File',
3980             'mcdx' => 'Mathcad Prime Document',
3981             'mcf' => 'Watchtower Library Font File',
3982             'mcfi' => 'Maya Initial Fluid Cache File',
3983             'mcfp' => 'Maya Fluid Cache Playback File',
3984             'mcfunction' => 'Minecraft Commands Function File',
3985             'mcgame' => 'Minecraft Game Backup File',
3986             'mci' => 'Media Control Interface File',
3987             'mcif' => 'MacroMolecular Crystallographic Information',
3988             'mcl' => 'Windows Media Center Link File',
3989             'mclevel' => 'Minecraft Map File',
3990             'mcmac' => 'MasterCook Mac Document',
3991             'mcmeta' => 'Minecraft Animation File',
3992             'mco' => 'Live Messenger Winks File',
3993             'mcolor' => 'Mine-imator Interface Color File',
3994             'mcp' => 'Megacubo Package',
3995             'mcpack' => 'Minecraft Resource Pack File',
3996             'mcr' => 'Tecplot Macro',
3997             'mcrp' => 'MobyExplorer Encrypted File',
3998             'mcs' => 'Mathcad Image',
3999             'mcserver' => 'Minecraft Server File',
4000             'mcsp' => 'My Craft Studio Project File',
4001             'mcsx' => 'My Craft Studio Professional File',
4002             'mct' => 'Windows Live Messenger Data File',
4003             'mctemplate' => 'Minecraft World Template',
4004             'mcusw' => 'Nokia Firmware File',
4005             'mcw' => 'MacWrite II Document',
4006             'mcworld' => 'Minecraft World Backup File',
4007             'mcx' => 'MICRO CADAM-X/6000 Model Data File',
4008             'mcxe' => 'MedicinesComplete Data File',
4009             'mcz' => 'Compressed Poser Material File',
4010             'md' => 'MDCD Compressed Archive',
4011             'md0' => 'Adobe Photoshop Metadata Cache File',
4012             'md1' => 'Alcohol Disk Image Segment 2',
4013             'md2' => 'Alcohol Disk Image Segment 2',
4014             'md3' => 'Quake 3 3D Model',
4015             'md5' => 'MD5 Checksum File',
4016             'md5.txt' => 'Message Digest 5 Hash File',
4017             'md5anim' => 'id Tech 4 Model Animation File',
4018             'md5camera' => 'id Tech 4 Model Camera File',
4019             'md5mesh' => 'id Tech 4 3D Mesh File',
4020             'md8' => 'GarageCUBE Modul8 Project',
4021             'mda' => 'Access Add-in',
4022             'mdb' => 'Avid Media Database',
4023             'mdbackup' => 'iPhone Data Backup File',
4024             'mdbhtml' => 'Microsoft Access Database HTML File',
4025             'mdc' => 'MidiCo Karaoke Audio File',
4026             'mdd' => 'MDict Resource File',
4027             'mddata' => 'iPhone Backup File',
4028             'mddbs' => 'Manic Digger Database',
4029             'mde' => 'ArchiCAD Educational Version Module File',
4030             'mdex' => 'MIRCaM Data EXchange File',
4031             'mdf' => 'Translation Memory Data Find File',
4032             'mdi' => 'Microsoft Document Imaging File',
4033             'mdimporter' => 'Metadata Importer',
4034             'mdinfo' => 'iPhone Backup Information File',
4035             'mdj' => 'StarUML Model File',
4036             'mdl' => 'Luigi\'s Mansion 3D Model File',
4037             'mdl0' => 'Wii Model File',
4038             'mdm' => 'Mario Dash Map File',
4039             'mdmp' => 'Windows Minidump',
4040             'mdn' => 'Blank Access Database Template',
4041             'mdown' => 'Markdown File',
4042             'mdp' => 'Visual C++ 5 Workspace File',
4043             'mdq' => 'Transformation Extender Database Definition',
4044             'mdr' => 'ModPlug Compressed Module',
4045             'mds' => 'TestComplete Project File',
4046             'mdsx' => 'MEGA Saved Session',
4047             'mdt' => 'Microsoft Access Data File',
4048             'mdw' => 'Access Workgroup File',
4049             'mdx' => 'MDict Dictionary File',
4050             'mdz' => 'Access Wizard Template',
4051             'mdzip' => 'MagicDraw Project Archive',
4052             'me' => 'Temporary Delete Me File',
4053             'me2mod' => 'Mass Effect 2 Modification File',
4054             'meb' => 'PRO100 3D Interior Catalog Element',
4055             'med' => 'RSView Development Project',
4056             'mef' => 'Mamiya RAW Image',
4057             'meg' => 'MEGA Data File',
4058             'mega' => 'Megacubo XML Metafile',
4059             'mel' => 'Maya Embedded Language File',
4060             'mell' => 'Mellel Word Processing File',
4061             'mellel' => 'Mellel Word Processing Document',
4062             'mem' => 'Macro Editor Macro',
4063             'menc' => 'Windows Mobile Encrypted File',
4064             'menu' => 'Quake 3 Engine Menu File',
4065             'meo' => 'MEO Encrypted Archive',
4066             'mer' => 'RSView Development Runtime File',
4067             'merlin2' => 'Merlin Project File',
4068             'merlinlicens' => ' \'Merlin License File',
4069             'mesh' => '3D Mesh Model',
4070             'met' => 'Presentation Manager Metafile',
4071             'meta' => 'RealPlayer Metafile',
4072             'metadata_nev' => 'R\'_INDEX Spotlight Never Index File',
4073             'mex' => 'Macro Express File',
4074             'mf' => 'Panda Multifile',
4075             'mf4' => 'ASAM Measurement Data Format File',
4076             'mfa' => 'MobileFrame App File',
4077             'mfcribbon-ms' => 'MFC Ribbon Definition XML File',
4078             'mfd' => 'Music Finder Database',
4079             'mfe' => 'MobileFrame Enterprise Data File',
4080             'mfil' => 'Blizzard Software Update File',
4081             'mfl' => 'ModFit LT Analysis Report File',
4082             'mfo' => 'MobileFrame Object File',
4083             'mfp' => 'Macromedia FlashPaper Document',
4084             'mfs' => 'MetFS Encrypted File System',
4085             'mft' => 'Kaspersky File Table',
4086             'mfu' => 'MobileFrame Update File',
4087             'mfv' => 'MobileFrame Device Pack File',
4088             'mfw' => 'Mamiya Camera Raw File',
4089             'mfx' => 'Multimedia Fusion Extension',
4090             'mga' => 'Manga Document',
4091             'mgc' => 'MGCSoft Equation Illustrator File',
4092             'mgcb' => 'Equation Illustrator Project File',
4093             'mgd77' => 'MGD77 Data File',
4094             'mgdatabase' => 'MacGourmet Deluxe Database File',
4095             'mgf' => 'Materials and Geometry Format',
4096             'mgk' => 'ImageMagick Configuration File',
4097             'mgl' => 'Age of Empires 2 Replay File',
4098             'mgm' => 'MGCSoft Equation Illustrator Macro',
4099             'mgmf' => 'MindGenius Map File',
4100             'mgmt' => 'MindGenius 2-3 Template',
4101             'mgmx' => 'MindGenius XML Map File',
4102             'mgo' => 'MacGourmet Recipe File',
4103             'mgourmet' => 'MacGourmet Deluxe Document',
4104             'mgourmet3' => 'MacGourmet Deluxe 3 Document',
4105             'mgourmet4' => 'MacGourmet Deluxe 4 Document',
4106             'mgs' => 'MGCSoft Vector Shapes File',
4107             'mgspot' => 'MacGourmet Spotlight MetaData File',
4108             'mgt' => 'Musicnotes Guitar Guru Song File',
4109             'mgtheme' => 'MacGourmet Theme File',
4110             'mgtx' => 'MindGenius XML Template File',
4111             'mgv' => 'Yamaha MegaVoice File',
4112             'mgx' => 'Rise of Nations Saved Game',
4113             'mhp' => 'Maths Helper Plus File',
4114             'mhs' => 'Xilinx XPS Hardware Specification File',
4115             'mht' => 'MHTML Web Archive',
4116             'mhtml' => 'MIME HTML File',
4117             'mi4' => 'Audio Player Firmware File',
4118             'mic' => 'Image Composer File',
4119             'mid' => 'MapInfo Data File',
4120             'midi' => 'MIDI File',
4121             'mif' => 'Management Information Format',
4122             'miff' => 'Magick Image File',
4123             'mig' => 'Windows Migration Backup File',
4124             'migratedapli' => 'R\'ARY Migrated Aperture Library',
4125             'migratedphot' => 'L\'IBRARY Migrated Photo Library',
4126             'mii' => 'Wii Virtual Avatar File',
4127             'milk' => 'MilkDrop Winamp Plugin Preset',
4128             'mim' => 'Multi-Purpose Internet Mail Message File',
4129             'mime' => 'Multi-Purpose Internet Mail Extension',
4130             'min' => 'Pokemon Mini File',
4131             'mind' => 'MindMeister Map File',
4132             'mindnode' => 'MindNode Document',
4133             'mine' => 'Minecraft Map File',
4134             'minesweepers' => 'V\'E-MS Minesweeper Saved Game',
4135             'mini2sf' => 'Nintendo DS Sound Information File',
4136             'minigsf' => 'Game Boy Advance Song File',
4137             'minincsf' => 'NCSF Nintendo DS Audio File',
4138             'minipsf' => 'Miniature PlayStation Sound Format File',
4139             'minipsf2' => 'Miniature PlayStation Sound Format File',
4140             'miniso' => 'Mini Image Destination File',
4141             'miniusf' => 'Nintendo 64 Song File',
4142             'mint' => 'Linux Mint Installer File',
4143             'mio' => 'WarioWare D.I.Y. Microgame File',
4144             'mip' => 'Multiple Image Print File',
4145             'mir' => 'Mini-Image Ripper Disc Image',
4146             'mis' => 'Marble Blast Gold Mission File',
4147             'mission' => 'Vega Strike Mission File',
4148             'mit' => 'MineEdit Inventory Template File',
4149             'mix' => 'MotoGP Game File',
4150             'mj2' => 'Motion JPEG 2000 Video Clip',
4151             'mjbooktempla' => 'E\'MacJournal Book Template',
4152             'mjd' => 'Adobe Acrobat MIME Encoded Job Definition File',
4153             'mjdoc' => 'MacJournal Document',
4154             'mjk' => 'Question File',
4155             'mjp' => 'MJPEG Video File',
4156             'mjpeg' => 'Motion JPEG Video File',
4157             'mjpg' => 'Motion JPEG Video File',
4158             'mjs' => 'Node.js ES Module File',
4159             'mk' => 'Makefile',
4160             'mk3d' => 'Matroska 3D Video File',
4161             'mk4' => 'Schiller medilog ECG Raw Data File',
4162             'mka' => 'Matroska Audio File',
4163             'mkd' => 'Markdown Documentation File',
4164             'mks' => 'Matroska Elementary Stream File',
4165             'mkv' => 'Matroska Video File',
4166             'ml' => 'ML Source Code File',
4167             'mlb' => 'Visual FoxPro Library',
4168             'mlc' => 'MobaLiveCD File',
4169             'mlk' => 'MasterCook Look File',
4170             'mll' => 'Maya Plugin',
4171             'mlm' => 'MolMeccano File',
4172             'mlp' => 'Meridian Lossless Packing Audio File',
4173             'mlpkginstall' => 'Support Package Installer File',
4174             'mls' => 'CrystalPlayer Playlist',
4175             'mlx' => 'MATLAB Live Script',
4176             'mm' => 'NeXtMidas Macro File',
4177             'mm6' => 'Might and Magic 6 Saved Game',
4178             'mm7' => 'Might and Magic 7 Saved Game',
4179             'mm8' => 'Might and Magic 8 Saved Game',
4180             'mma' => 'Master Album Maker Photo Album File',
4181             'mmap' => 'MindManager Map File',
4182             'mmat' => 'MindManager Map Template',
4183             'mmc' => 'Microsoft Media Catalog',
4184             'mmcollection' => 'Mail Manager Collection File',
4185             'mmdc' => 'MediaMonkey Device Configuration File',
4186             'mme' => 'Multi-Purpose Internet Mail',
4187             'mmf' => 'Microsoft Message File',
4188             'mmg' => 'Model Master 3 Axis Flat File',
4189             'mmip' => 'MediaMonkey Installation Package',
4190             'mml' => 'Microsoft Clip Organizer File',
4191             'mmlp' => 'Music Macro Language Project',
4192             'mmm' => 'MiraMon Maps File',
4193             'mmo' => 'Memory Map Overlay File',
4194             'mmp' => 'LMMS Project File',
4195             'mmpz' => 'LMMS Project File',
4196             'mms' => 'Transformation Extender Map Source File',
4197             'mmu' => 'myPM Merge Data File',
4198             'mmv' => 'MicroMV Video File',
4199             'mmw' => 'Microsoft Clip Organizer Media Catalog File',
4200             'mmz' => 'MiraMon Compressed Map File',
4201             'mnc' => 'AutoCAD Compiled Menu File',
4202             'mng' => 'Yamaha PSR Disk Manager File',
4203             'mnh' => 'Master Navigator Header File',
4204             'mnk' => 'My Notes Keeper Notebook',
4205             'mnl' => 'AutoCAD Menu LISP File',
4206             'mnm' => 'Character Studio Marker Name File',
4207             'mno' => 'Macromedia Design Note',
4208             'mnr' => 'AutoCAD Menu Resource File',
4209             'mns' => 'AutoCAD Interface Settings File',
4210             'mnt' => 'FoxPro Menu Memo',
4211             'mnu' => 'Adobe Photoshop Menu Customization File',
4212             'mnv' => 'PlayStation Movie File',
4213             'mnx' => 'FoxPro Menu',
4214             'mny' => 'Microsoft Money File',
4215             'mo' => 'Machine Object File',
4216             'mo3' => 'MO3 Audio File',
4217             'mob' => 'MOBTV Video File',
4218             'mobi' => 'Mobipocket eBook',
4219             'mobileconfig' => 'Apple Mobile Configuration File',
4220             'mobileprovis' => 'O\'N Xcode Mobile Provisioning Profile',
4221             'mobirise' => 'Mobirise Project File',
4222             'mod' => 'Femap Model',
4223             'modd' => 'Sony Video Analysis File',
4224             'mode' => 'Ninja Kiwi Game Data File',
4225             'mode1v3' => 'Xcode Project Data File',
4226             'mode2v3' => 'Xcode Project Data File',
4227             'model' => 'CATIA 3D Model FIle',
4228             'modfem' => 'Femap Model',
4229             'modpkg' => 'Minecraft Pocket Manager File',
4230             'module' => 'Drupal Module File',
4231             'moef' => 'Apple Motion Effect Project Template',
4232             'mof' => 'Managed Object Format File',
4233             'moff' => 'Sony Video Data File',
4234             'mogg' => 'Multitrack Ogg File',
4235             'mogrt' => 'Adobe Motion Graphics Template',
4236             'moho' => 'Moho Animation Project',
4237             'mohoaction' => 'Moho Action Document',
4238             'mohobrush' => 'Moho Action Document',
4239             'mohoexport' => 'Moho Export Profile Document',
4240             'mohoproj' => 'Moho Document Data File',
4241             'mohostyle' => 'Moho Style Document',
4242             'moi' => 'MOI Video File',
4243             'mol' => 'MDL Molfile',
4244             'mom' => 'Managed Object Model',
4245             'momma' => 'Offspring Fling Replay File',
4246             'money' => 'Money Data File',
4247             'moneywell' => 'MoneyWell Account File',
4248             'montage' => 'Montage Screenplay File',
4249             'moov' => 'Apple QuickTime Movie',
4250             'mos' => 'Leaf Camera RAW File',
4251             'mosaic' => 'MacOSaiX Mosaic File',
4252             'mot' => 'LightWave Motion File',
4253             'moti' => 'Apple Motion Title Project Template',
4254             'motn' => 'Apple Motion Generator Project Template',
4255             'motr' => 'Apple Motion Transition Project Template',
4256             'mou' => 'WinMount Compressed File',
4257             'mov' => 'Apple QuickTime Movie',
4258             'movie' => 'Payday Movie File',
4259             'mox' => 'ExtendSim Simulation Software Model',
4260             'moz' => 'Mozilla Cache File',
4261             'mp' => 'LaTeX MetaPost File',
4262             'mp1' => 'MPEG-1 Layer 1 Audio File',
4263             'mp10' => 'Multisim 10 Project File',
4264             'mp11' => 'Multisim 11 Project File',
4265             'mp12' => 'Multisim 12 Project',
4266             'mp13' => 'Multisim 13 Project',
4267             'mp14' => 'Multisim 14 Project',
4268             'mp2' => 'Heroes of Might and Magic II Map File',
4269             'mp21' => 'AXMEDIS MPEG-21 Object',
4270             'mp2m' => 'Max Payne 2 Mod File',
4271             'mp2s' => 'Max Payne 2 Saved Game',
4272             'mp2v' => 'MPEG-2 Video File',
4273             'mp3' => 'MP3 Audio File',
4274             'mp4' => 'MPEG-4 Video File',
4275             'mp4.infovid' => 'Parrot AR Drone and Gyro Flyer Video',
4276             'mp4v' => 'MPEG-4 Video',
4277             'mp7' => 'Multisim 7 Project File',
4278             'mp8' => 'Multisim 8 Project',
4279             'mp9' => 'Multisim 9 Project File',
4280             'mp_' => 'Mobile Phone Sound File',
4281             'mpa' => 'MPEG-2 Audio File',
4282             'mpb' => 'MyPhoneExplorer Backup File',
4283             'mpc' => 'Musepack Compressed Audio File',
4284             'mpcpl' => 'Media Player Classic Playlist',
4285             'mpd' => 'File List Creator Playlist',
4286             'mpdconf' => 'Music Player Daemon File',
4287             'mpdp' => 'MixPad Project File',
4288             'mpe' => 'MPEG Movie File',
4289             'mpeg' => 'MPEG Movie',
4290             'mpeg1' => 'MPEG-1 Video File',
4291             'mpeg2' => 'MPEG-2 Video File',
4292             'mpeg4' => 'MPEG-4 File',
4293             'mpf' => 'MainActor Project File',
4294             'mpg' => 'MPEG Video File',
4295             'mpg2' => 'MPEG-2 Video File',
4296             'mpg4' => 'MPEG-4 Video File',
4297             'mpga' => 'MPEG-1 Layer 3 Audio File',
4298             'mpgindex' => 'Adobe MPEG Index File',
4299             'mph' => 'Photostory Deluxe Project',
4300             'mpi' => 'InstallJammer Project File',
4301             'mpj' => 'Minitab Project File',
4302             'mpk' => 'Project64 Memory Pack File',
4303             'mpkg' => 'Meta Package File',
4304             'mpkt' => 'MOPEKS Trial File',
4305             'mpl' => 'MPL2 Subtitles File',
4306             'mpls' => 'Blu-ray Movie Playlist File',
4307             'mpm' => 'Max Payne Modfication File',
4308             'mpo' => 'Multi Picture Object File',
4309             'mpp' => 'MobileFrame Project Publisher File',
4310             'mppz' => 'MagicPlot Project File',
4311             'mpq' => 'Blizzard Mo\'PaQ File',
4312             'mpqe' => 'Blizzard Encrypted Mo\'PaQ File',
4313             'mpr' => 'Direct Mail Project File',
4314             'mproj' => 'Mine-imator Project',
4315             'mps' => 'Max Payne Saved Game',
4316             'mpsub' => 'MPlayer Subtitles File',
4317             'mpt' => 'Microsoft Project Template',
4318             'mpu' => 'MPEG Layer 3 Audio File',
4319             'mpv' => 'MPEG Elementary Stream Video File',
4320             'mpv2' => 'MPEG-2 Video Stream',
4321             'mpw' => 'Microsoft Project Workspace File',
4322             'mpws' => 'MathPiper Worksheet',
4323             'mpx' => 'FoxPro Compiled Menu Program',
4324             'mpz' => 'Red Eclipse Map File',
4325             'mpzip' => 'Multisim Pack File',
4326             'mq4' => 'MQL4 Source Code File',
4327             'mq5' => 'MQL5 Source Code File',
4328             'mqh' => 'MetaTrader Include File',
4329             'mqo' => 'Metasequoia Document',
4330             'mqv' => 'Sony Movie Format File',
4331             'mrb' => 'Multiple Resolution Bitmap File',
4332             'mrc' => 'mIRC Script File',
4333             'mrf' => 'Mouse Recorder File',
4334             'mrg' => 'MySQL Merge File',
4335             'mrimg' => 'Macrium Reflect Disk Image',
4336             'mrk' => 'DPOF Auto Print Order File',
4337             'mrml' => '3D Slicer Scene Description File',
4338             'mrp' => 'Mobile Application File',
4339             'mrs' => 'GunZ Game Data File',
4340             'mrsn' => 'Mersenne Source Code File',
4341             'mrt' => 'Stimulsoft Report File',
4342             'mrw' => 'Minolta Raw Image File',
4343             'mrxs' => 'MIRAX Virtual Slide File',
4344             'mry' => 'Tomboy Industrees Memory File',
4345             'ms' => 'Maxwell Script',
4346             'ms-tnef' => 'MS Transport Neutral Encapsulation Format',
4347             'ms1' => 'VirtualBus Map File',
4348             'ms10' => 'Multisim 10 Circuit Design File',
4349             'ms11' => 'Multisim 11 Circuit Design File',
4350             'ms12' => 'Multisim 12 Circuit Design File',
4351             'ms13' => 'Multisim 13 Circuit Design File',
4352             'ms14' => 'Multisim 14 Circuit Design File',
4353             'ms3d' => 'MilkShape 3D Model',
4354             'ms7' => 'Multisim 7 Circuit Design File',
4355             'ms8' => 'Multisim 8 Circuit Design File',
4356             'ms9' => 'Multisim 9 Circuit Design File',
4357             'msb' => 'Oracle Binary Message File',
4358             'msbt' => 'Nintendo Wii Galaxy Dialogue File',
4359             'msc' => 'MuseScore Composition File',
4360             'msct' => 'MOPEKS Script File',
4361             'mscx' => 'MuseScore Music Score File',
4362             'mscz' => 'MuseScore Compressed Score File',
4363             'msd' => 'Map Service Definition File',
4364             'msdvd' => 'Windows DVD Maker Project File',
4365             'mse' => 'MediaShow Slideshow Project File',
4366             'msf' => 'Blue Card Manager Merit Badge Mastersheet File',
4367             'msg' => 'Fallout Message File',
4368             'msh' => 'Visual Communicator Project File',
4369             'msh1xml' => 'Monad Display Configuration File',
4370             'msha' => 'Microsoft Help Asset File',
4371             'mshc' => 'Microsoft Help Container File',
4372             'mshi' => 'Microsoft Help Index File',
4373             'msi' => 'Windows Installer Package',
4374             'msif' => 'MyLabel Designer Deluxe Data File',
4375             'msim' => 'mSecure Password Manager Backup File',
4376             'msk' => 'Paint Shop Pro Mask File',
4377             'mskn' => 'MediaMonkey Skin File',
4378             'msl' => 'Magick Scripting Language File',
4379             'msm' => 'Multisim Circuit Design File',
4380             'msmpl_all' => 'Korg microSAMPLER Backup File',
4381             'msmpl_bank' => 'Korg microSAMPLER Bank Data File',
4382             'msn' => 'Host Blocking File',
4383             'mso' => 'Microsoft Office Macro Reference File',
4384             'msp' => 'ClarisWorks Dictionary File',
4385             'mspx' => 'Microsoft ASP.NET Web Page',
4386             'msrcincident' => 'Windows Remote Assistance Invitation File',
4387             'mss' => 'MyScreenSaver Builder File',
4388             'msstyle' => 'Windows XP Unsigned Style',
4389             'msstyles' => 'Windows XP Style',
4390             'mst' => 'Corel Presentations Master Template File',
4391             'msu' => 'Windows Vista Update Package',
4392             'msv' => 'Memory Stick Voice File',
4393             'msw' => 'Painter Color Mixer Swatches File',
4394             'mswmm' => 'Windows Movie Maker Project',
4395             'mt2' => 'MadTracker 2 Module',
4396             'mt2s' => 'MPEG-2 Transport Stream File',
4397             'mt9' => 'MT9 Audio File',
4398             'mta' => 'Samsung AllShare Metadata File',
4399             'mtc' => 'Make the Cut! Project',
4400             'mtd' => 'Musicnotes Digital Sheet Music File',
4401             'mte' => 'MadTracker 2 Envelope',
4402             'mtf' => 'Mortality Table File',
4403             'mtff' => 'MadgeTech Data Logger Report',
4404             'mth' => 'Derive Math File',
4405             'mthd' => 'MOPEKS Method File',
4406             'mti' => 'MadTracker Instrument',
4407             'mtl' => 'OBJ Material File',
4408             'mtm' => 'Macrofocus TreeMap File',
4409             'mtp' => 'MadTracker 2 Pattern',
4410             'mtq' => 'Mustaq Data File',
4411             'mts' => 'MEGA Tree Session File',
4412             'mtt' => 'MetadataTouch Template',
4413             'mtv' => 'MTV Video Format File',
4414             'mtw' => 'Minitab Worksheet File',
4415             'mtx' => 'MetaStream Scene File',
4416             'mtxt' => 'MOPEKS Text File',
4417             'mtz' => 'Compressed MetaStream Scene File',
4418             'mu' => 'Kerbal Space Program Mesh File',
4419             'mu3' => 'Myriad Packed Musical Score',
4420             'mud' => 'Textease Multi User Database',
4421             'muf' => 'Alpha Five License File',
4422             'mui' => 'Myriad User Instrument File',
4423             'mui_cccd5ae0' => 'Hid User Library',
4424             'mul' => 'Deus Ex: HR Multiplexed Audio File',
4425             'mulib' => 'Muse Library File',
4426             'mum' => 'MATLAB Unit Operation Model File',
4427             'mup' => 'Music Publisher Score',
4428             'mus' => 'Doom Music File',
4429             'musa' => 'Aleph One Music File',
4430             'muse' => 'Adobe Muse Website Project',
4431             'musx' => 'Finale Notation File',
4432             'mux' => 'Myriad Stand-Alone Music Score',
4433             'muz' => 'MUZ Audio File',
4434             'mv' => 'MivaScript File',
4435             'mv_' => 'Movie Edit Pro Movie Backup File',
4436             'mvb' => 'Multimedia Viewer Book Source File',
4437             'mvc' => 'Movie Collector Catalog',
4438             'mvd' => 'MindView OS X Document',
4439             'mvdx' => 'MindView Windows Document',
4440             'mve' => 'Infinity Engine Movie File',
4441             'mvex' => 'Muvee autoProducer 6 Project File',
4442             'mvg' => 'Magick Vector Graphics File',
4443             'mvi' => 'AutoCAD Movie Command File',
4444             'mvm' => 'Photostory Deluxe Slideshow',
4445             'mvp' => 'MoviePlus Project File',
4446             'mvr' => 'IBM HotMedia Multimedia File',
4447             'mvs' => 'Microchip Verification Specification File',
4448             'mvtx' => 'MindView Template',
4449             'mvx' => 'Multimedia Fusion Movement Extension',
4450             'mvy' => 'Video easy Project File',
4451             'mw' => 'MacWrite Text Document',
4452             'mwand' => 'GarageBand MagicMentor Template',
4453             'mwb' => 'MySQL Workbench Document',
4454             'mwd' => 'Mariner Write Document',
4455             'mwf' => 'Translation Memory Word Find File',
4456             'mwl' => 'XMS Print Layout File',
4457             'mwlic' => 'MoneyWell License File',
4458             'mwm' => 'Space Engineers 3D Model File',
4459             'mwp' => 'Lotus Word Pro SmartMaster File',
4460             'mwps' => 'Need for Speed: Most Wanted Car Attributes',
4461             'mws' => 'MWave DSP Synth Instrument Extract',
4462             'mwx' => 'MicroWorlds EX File',
4463             'mx' => 'Mathematica Serialized Package File',
4464             'mx2' => 'Heroes of Might and Magic II Expansion Map',
4465             'mx3' => 'Mixcraft 3 Audio Project',
4466             'mx4' => 'Mixcraft 4 Audio Project',
4467             'mx5' => 'Mixcraft 5 Audio Project',
4468             'mx5template' => 'Mixcraft 5 Audio Project Template',
4469             'mxad' => 'Mandelbrot Explorer All Data File',
4470             'mxaddon' => 'Maxthon Add-On File',
4471             'mxc2' => 'MAGIX Cache File',
4472             'mxcs' => 'Mandelbrot Explorer Color Scheme File',
4473             'mxd' => 'ArcGIS Map Document',
4474             'mxdic' => 'Maxthon Dictionary File',
4475             'mxe' => 'Macro Express Playable Macro',
4476             'mxf' => 'Maxis Font File',
4477             'mxfr' => 'Mandelbrot Explorer Fractal Region File',
4478             'mxg' => 'Miinoto Exchangeable Group File',
4479             'mxi' => 'Adobe Extension Information File',
4480             'mxl' => 'Compressed MusicXML File',
4481             'mxliff' => 'Memsource XLIFF Localization File',
4482             'mxm' => 'Maxwell Material File',
4483             'mxmf' => 'Mobile XMF Ringtone File',
4484             'mxml' => 'Flex MXML Component',
4485             'mxn' => 'Miinoto Exchangeable Note File',
4486             'mxp' => 'Adobe Extension Package',
4487             'mxs' => 'Painter Color Mixer Pad File',
4488             'mxskin' => 'Maxthon Skin File',
4489             'mxt' => 'ArcGIS Map Template',
4490             'mxv' => 'MAGIX Video File',
4491             'myapp' => 'Visual Studio Application XML File',
4492             'mycolors' => 'Stardock MyColors Theme File',
4493             'myd' => 'Everfine Photomoetric Results File',
4494             'mydocs' => 'Send To My Documents',
4495             'myi' => 'MySQL MyISAM Index File',
4496             'myl' => 'MyLogo Maker Image',
4497             'mynotesbacku' => ' \'Keep My Notes Backup',
4498             'myo' => 'AccountEdge Company File',
4499             'myr' => 'Myriad Music File',
4500             'mys' => 'Vineyard Captured Video File',
4501             'mzp' => 'Mozart Percussion File',
4502             'mzz' => 'Microsoft .NET Download Package',
4503             'n' => 'Neko Bytecode File',
4504             'n-gage' => 'N-Gage Application',
4505             'n2' => 'Nitrous Minecraft GLSL Shader File',
4506             'n3d' => 'Super 3D Noah\'s Ark Data File',
4507             'n3pmesh' => 'Knight Online 3D Mesh File',
4508             'n3r' => 'Panasonic Security System Video File',
4509             'n64' => 'Nintendo 64 Emulator ROM File',
4510             'na2' => 'Netscape Address Book File',
4511             'naac' => 'Namco AAC File',
4512             'nam' => 'Aqua3D Network File',
4513             'nap' => 'NAP Metafile',
4514             'nar' => 'Nexon game archive',
4515             'narc' => 'Nintendo DS Archive File',
4516             'narrative' => 'Narrator Document',
4517             'nas' => 'Nastran Input File',
4518             'natvis' => 'Natvis VC++ Debugger Visualization File',
4519             'nav' => 'MSN Application Extension File',
4520             'nav2' => 'WinAVI Temporary Navigation File',
4521             'naz' => 'Total Overdose Game Data File',
4522             'nb' => 'Nota Bene File',
4523             'nb0' => 'Device Boot Loader Image',
4524             'nb7' => 'NovaBACKUP Output File',
4525             'nba' => 'Nero BackItUp Archive',
4526             'nbak' => 'Neat Backup File',
4527             'nbc' => 'Next Byte Codes Source Code File',
4528             'nbd' => 'Data Backup Data File',
4529             'nbe' => 'Nessus Report File',
4530             'nbf' => 'Backup Now Archive',
4531             'nbh' => 'ROM Update Utility Image File',
4532             'nbi' => 'Nero BackItUp Information File',
4533             'nbk' => 'SMART Notebook File',
4534             'nbm' => 'NetBeans Module',
4535             'nbp' => 'NeoBook Plugin File',
4536             'nbs' => 'NTI Backup Set',
4537             'nbt' => 'Minecraft Named Binary Tag File',
4538             'nbu' => 'Nokia Phone Backup File',
4539             'nc' => 'mcrypt Encrypted File',
4540             'nc1' => 'Mastercam Numerical Control File',
4541             'nca' => 'Nintendo Content Archive',
4542             'ncb' => 'Visual C++ IntelliSense Database',
4543             'ncd' => 'NTI CD-Maker Disc Image',
4544             'ncf' => 'No Cache File',
4545             'ncfg' => 'ArcGIS Explorer Configuration File',
4546             'ncgr' => 'Nintendo DS Title Graphics File',
4547             'nch' => 'Outlook Express Folder File',
4548             'nclr' => 'Nintendo DS Color Palette File',
4549             'nco' => 'Nero BackItUp File',
4550             'ncor' => 'Adobe Encore Project File',
4551             'ncorx' => 'Adobe Encore Project',
4552             'ncr' => 'NCR Image',
4553             'ncss' => 'NCSS Dataset File',
4554             'nct' => 'Nero CoverDesigner Template',
4555             'ncw' => 'Nero CoverDesigner Wizard File',
4556             'ncx' => 'EPUB Navigation Control XML File',
4557             'nd' => 'QuickBooks Network Data File',
4558             'nd5' => 'Renamed NDS File',
4559             'nda' => 'Nero Backup File',
4560             'ndb' => 'ClamAV Extended Signature File',
4561             'ndc' => 'Personal Communications Settings File',
4562             'ndf' => 'SQL Server Secondary Database File',
4563             'ndif' => 'Apple New Disk Image Format File',
4564             'ndk' => 'Lotus Notes Design Elements File',
4565             'ndl' => 'Lotus Notes Doclink File',
4566             'ndoc' => 'Naver Word',
4567             'nds' => 'Nero DiscSpan Compilation File',
4568             'ndx' => 'Neat 5 Archive File',
4569             'ned' => 'OMNeT++ Network Description File',
4570             'nef' => 'Nikon Electronic Format RAW Image',
4571             'neko' => 'Neko Source Code File',
4572             'neo' => 'NeoChrome Bitmap Image',
4573             'neosave' => 'Neopets Save File',
4574             'nes' => 'Nintendo (NES) ROM File',
4575             'nessus' => 'Nessus Network Security Scanner File',
4576             'net' => 'FileMaker Networking Module',
4577             'neta' => 'Netica Binary File',
4578             'netspd' => 'NetSpot Survey Project File',
4579             'netspm' => 'NetSpot Map File',
4580             'networkconne' => 'T\'Apple Network Connect Document',
4581             'neu' => 'Pro/ENGINEER Neutral File',
4582             'new' => 'New G-Suite File',
4583             'nex' => 'Navigator Extension',
4584             'nexe' => 'Chrome Native Client Executable',
4585             'nfa' => 'Netflix Audio File',
4586             'nfb' => 'Nokia Phone Backup File',
4587             'nfc' => 'Nokia Phone Backup Copy File',
4588             'nff' => 'Neutral File Format',
4589             'nfi' => 'Dreambox Disc Image',
4590             'nfl' => 'Nokia Flash Lite Package',
4591             'nfm' => 'Delphi .NET Form File',
4592             'nfo' => 'Folio Views Infobase File',
4593             'nfs' => 'Netflix Subtitle File',
4594             'nfs11save' => 'Need for Speed: Hot Pursuit Save File',
4595             'nftr' => 'Nintendo DS Font Type File',
4596             'nfv' => 'Netflix Video File',
4597             'ngage' => 'N-Gage Game File',
4598             'ngc' => 'NeoGeo Pocket Color ROM',
4599             'ngd' => 'Xilinx Netlist File',
4600             'ngloss' => 'Nisus Writer Glossary',
4601             'ngp' => 'NeoGeo Pocket ROM',
4602             'ngrr' => 'Guitar Rig Preset',
4603             'ngs' => 'Steins;Gate Game File',
4604             'ngt' => 'Noni GPSPlot Track File',
4605             'nib' => 'Interface Builder User Interface File',
4606             'nick' => 'Outlook 2000 Nickname File',
4607             'nif' => 'Gamebryo Model File',
4608             'nim' => 'Nim Source Code File',
4609             'nitf' => 'National Imagery Transmission Format File',
4610             'njb' => 'Nikon Photo Index File',
4611             'nji' => 'Nero Job Information File',
4612             'njx' => 'NJStar Document',
4613             'nk' => 'NUKE Script',
4614             'nk2' => 'Outlook 2002 Nickname File',
4615             'nkb' => 'Kontakt Audio Bank',
4616             'nkc' => 'Kontakt Library Data File',
4617             'nki' => 'KONTAKT Instrument File',
4618             'nkm' => 'Mario Kart DS Track Data File',
4619             'nkp' => 'Kontakt Presets File',
4620             'nks' => 'Kontakt Monolith Container',
4621             'nkx' => 'Kontakt Monolith Container File',
4622             'nl' => 'Natron Layout File',
4623             'nl2script' => 'NoLimits 2 Script File',
4624             'nlelem' => 'NoLimits Track Element File',
4625             'nlm' => 'Nokia Logo File',
4626             'nlogo' => 'NetLogo Model File',
4627             'nlogo3d' => 'NetLogo 3D Model File',
4628             'nlpx' => 'NoLimits Package',
4629             'nls' => 'NetLogo Source File',
4630             'nltrack' => 'NoLimits Roller Coaster Track File',
4631             'nlvm' => 'NoLimits Virtual Machine File',
4632             'nm' => 'Space Engine Nebula Model File',
4633             'nm2' => 'Navitel Map File',
4634             'nm3' => 'Navitel 5 Map File',
4635             'nma' => 'NMEA Data File',
4636             'nmap' => 'NaviComputer Map File',
4637             'nmbtemplate' => 'Numbers Spreadsheet Template',
4638             'nmc' => 'ArcGIS Explorer Map Content File',
4639             'nmea' => 'NMEA Data File',
4640             'nmf' => 'ArcGIS Explorer Map File',
4641             'nmind' => 'NovaMind Mind Map File',
4642             'nml' => 'NSMB Editor Exported Level File',
4643             'nmm' => 'Samsung Memo File',
4644             'nmp' => 'NewsMaker Project File',
4645             'nmsv' => 'Native Instruments Massive Sound File',
4646             'nn' => 'Nero CD File List',
4647             'nni' => 'ANNI Neural Network Investing File',
4648             'nnp' => 'ANNI Neural Network Portfolio File',
4649             'nnt' => 'Eudora Address Book File',
4650             'nod' => 'NetObjects Fusion File',
4651             'nol' => 'Nokia Operator Logo File',
4652             'nomedia' => 'Android No Media File',
4653             'nop' => 'WangReal Engine Game Data Archive',
4654             'not' => 'Finale Note File',
4655             'note' => 'Notability Note File',
4656             'notebook' => 'SMART Notebook File',
4657             'notes' => 'Memento Notes File',
4658             'now' => 'Readme File',
4659             'noy' => 'NOY Backup File',
4660             'nozzlelibrar' => ' \'Painter Nozzle Library',
4661             'np' => 'Portfolio NetPublish File',
4662             'np4' => 'NetPoint 4 Schedule File',
4663             'npa' => 'Steins;Gate Archive',
4664             'npf' => 'NTI Partition File',
4665             'npfx' => 'Norton Internet Security Firewall Settings File',
4666             'npk' => 'MikroTik Software Package',
4667             'npl' => 'Cubase Library File',
4668             'npp' => 'Art Explosion Publisher Pro Document',
4669             'npr' => 'Nuendo Project File',
4670             'nps' => 'Natron Node Presets File',
4671             'npt' => 'NetPoint Schedule File',
4672             'npy' => 'Python NumPy Array File',
4673             'nqc' => 'Not Quite C Source Code File',
4674             'nra' => 'Nero Audio Compilation',
4675             'nrb' => 'Nero CD-ROM Boot Compilation',
4676             'nrbak' => 'NeatReceipts Backup File',
4677             'nrc' => 'Nero Disc Compilation File',
4678             'nrd' => 'Nero DVD-Video Compilation File',
4679             'nrf' => 'Neat Document Folder File',
4680             'nrg' => 'Nero CD/DVD Image File',
4681             'nri' => 'Nero ISO CD Compilation File',
4682             'nrl' => 'Autonomy Interwoven Link File',
4683             'nrm' => 'Nero Mixed Mode CD Compilation',
4684             'nrmlib' => 'Neat Cabinet File',
4685             'nro' => 'Nintendo Switch Executable File',
4686             'nrs' => 'NovaBACKUP Restore Script',
4687             'nrt' => 'Neat Contact File',
4688             'nru' => 'Nero UDF CD-ROM Compilation',
4689             'nrw' => 'Nikon Raw Image File',
4690             'nrx' => 'Neat Receipt Folder File',
4691             'ns1' => 'Nestopia Save State',
4692             'ns2' => 'Lotus Notes 2 Database',
4693             'ns3' => 'Lotus Notes 3 Database',
4694             'ns4' => 'Lotus Notes 4 Database',
4695             'nsa' => 'Nullsoft Streaming Audio File',
4696             'nsbca' => 'Nintendo DS Model Animation File',
4697             'nsbmd' => 'Nintendo DS Model File',
4698             'nsbta' => 'Nintendo DS Texture Animation File',
4699             'nsbtx' => 'Nintendo DS Model Texture File',
4700             'nsbva' => 'Nintendo DS Visibility Animation File',
4701             'nscr' => 'Nintendo DS Title Screen File',
4702             'nsf' => 'NES Sound Format File',
4703             'nsh' => 'NSIS Header File',
4704             'nsi' => 'NSIS Script',
4705             'nsl' => 'nsL Script',
4706             'nsp' => 'Nintendo Switch Package',
4707             'nsq' => 'NScheduler Data File',
4708             'nsr' => 'Nessus Security Report File',
4709             'nss' => 'Magentic Screensaver File',
4710             'nst' => 'NoiseTracker Module',
4711             'nsv' => 'Nullsoft Streaming Video File',
4712             'nsx' => 'AppStudio Project',
4713             'nt' => 'theWord New Testament Text Module',
4714             'ntc' => 'Camera Control Pro Custom Curves File',
4715             'ntf' => 'MediaFACE II CD Label File',
4716             'ntfs' => 'NTFS Partition File',
4717             'nth' => 'Nokia Series 40 Theme File',
4718             'ntn' => 'NOTION Song File',
4719             'ntp' => 'Natron Project File',
4720             'ntrk' => 'Pacific FIghters Online Track File',
4721             'nts' => 'Lotus Notes Traveler Server Config File',
4722             'ntx' => 'Clipper Index File',
4723             'nud' => 'Now Up-To-Date Calendar File',
4724             'numbers' => 'Numbers Spreadsheet File',
4725             'numbers-tef' => 'Numbers iCloud Document',
4726             'nup' => 'Smart Security Update File',
4727             'nupkg' => 'NetUpdate Package',
4728             'nuproj' => 'NuGet Build Project',
4729             'nus3bank' => 'Super Smash Bros. Audio Bank File',
4730             'nuspec' => 'NuGet Specification File',
4731             'nut' => 'NUT Video File',
4732             'nuv' => 'NuppelVideo File',
4733             'nv' => 'NewViews Database File',
4734             'nv2' => 'Navionics Chart File',
4735             'nva' => 'NVA Document',
4736             'nvc' => 'Nikon Vignette Correction File',
4737             'nvdl' => 'NVDL Script',
4738             'nvf' => 'Creative Labs NVF Audio File',
4739             'nvi' => 'NVIDIA Driver File',
4740             'nvl' => 'UniChem Results File',
4741             'nvm' => 'PlayStation 2 BIOS Configuration File',
4742             'nvp' => 'NVivo for Windows Project',
4743             'nvram' => 'VMware NVRAM File',
4744             'nvv' => 'NVIDIA Vertex Shader File',
4745             'nw' => 'Node-Webkit App Package',
4746             'nwbak' => 'NeatWorks Backup File',
4747             'nwc' => 'Navisworks Cache File',
4748             'nwcab' => 'Neat Cabinet File',
4749             'nwcp' => 'Nisus Clipboard Document',
4750             'nwctxt' => 'NoteWorthy Composer Text File',
4751             'nwd' => 'Navisworks Document',
4752             'nwdb' => 'Neat Database File',
4753             'nwelicense' => 'Nisus License',
4754             'nwf' => 'Navisworks File Set',
4755             'nwm' => 'Nisus Macro',
4756             'nwo' => 'NWChem Output File',
4757             'nwp' => 'Navisworks Presenter Material Palette File',
4758             'nws' => 'Windows Live Mail Newsgroup File',
4759             'nwv' => 'Dragon NaturallySpeaking User Archive',
4760             'nxc' => 'Not eXactly C Source Code File',
4761             'nxg' => 'eSite Builder NXG Web Page',
4762             'nxl' => 'Nextlabs Encrypted Data File',
4763             'ny' => 'Audacity Nyquist Plug-in',
4764             'nyf' => 'myBase Database File',
4765             'nz' => 'NanoZip Compressed File',
4766             'nzb' => 'NewzBin Usenet Index File',
4767             'o' => 'Compiled Object File',
4768             'oab' => 'Offline Address Book',
4769             'oam' => 'Adobe Edge Animate Widget File',
4770             'oar' => 'OpenSimulator Archive',
4771             'oat' => 'Android Optimized Application File',
4772             'ob!' => 'Orbit Downloader Incomplete Download',
4773             'ob2' => 'Oberon-2 Source Code File',
4774             'obb' => 'Android Opaque Binary Blob File',
4775             'obd' => 'Office Binder Document',
4776             'obf' => 'OsmAnd Offline Map File',
4777             'obi' => 'Outlook RSS Subscription File',
4778             'obj' => 'Relocatable Object Code',
4779             'obk' => 'Backup File',
4780             'obml' => 'Opera Mini Saved Web Page',
4781             'obml15' => 'Opera Mini Saved Web Page',
4782             'obml16' => 'Opera Mini Saved Web Page',
4783             'obp' => 'Bryce Object File',
4784             'obt' => 'Openbox Theme File',
4785             'obw' => 'Superior Drummer Sounds File',
4786             'obz' => 'Compressed 3D Object File',
4787             'oc3' => 'openCanvas 3 Event File',
4788             'oc4' => 'openCanvas 4 Event File',
4789             'oc5' => 'openCanvas 5 Event File',
4790             'oca' => 'Custom Control Library Type File',
4791             'occ' => 'Oceanic DataPool File',
4792             'ocd' => 'OCAD Map File',
4793             'oce' => 'Open Catalog Extension Connection File',
4794             'oci' => 'openCanvas Image',
4795             'ocimf' => 'OCIMF HVPQ File',
4796             'ocr' => 'Subtitle Workshop OCR Script',
4797             'oct' => 'Radiance Octree File',
4798             'octest' => 'Xcode Objective-C Unit Test Bundle',
4799             'ocx' => 'ActiveX Control',
4800             'od' => 'Mascopt Graph Request File',
4801             'odb' => 'ABAQUS Database',
4802             'odc' => 'OpenDocument Chart File',
4803             'odex' => 'Optimized Dalvik Executable',
4804             'odf' => 'Battlezone Object Definition File',
4805             'odg' => 'OpenDocument Graphic File',
4806             'odi' => 'OpenDocument Image',
4807             'odif' => 'Open Document Interchange Format',
4808             'odin' => 'Locky Ransomware Encrypted File',
4809             'odl' => 'Object Description Language File',
4810             'odm' => 'OpenDocument Master Document',
4811             'odo' => 'Online Operating System Write Document',
4812             'odp' => 'OpenDocument Presentation',
4813             'ods' => 'Outlook Express 5 Mailbox',
4814             'odt' => 'Origin Dialog Theme File',
4815             'odttf' => 'Obfuscated OpenType Font',
4816             'odx' => 'BizTalk Server Orchestration File',
4817             'oeaccount' => 'Windows Mail Account File',
4818             'oeb' => 'Open eBook File',
4819             'oebzip' => 'Zipped Open eBook File',
4820             'oem' => 'OEMEdit Save File',
4821             'oex' => 'Opera Extension',
4822             'ofc' => 'Open Financial Connectivity File',
4823             'off' => 'Object File Format',
4824             'officeui' => 'Microsoft Office UI Customization File',
4825             'ofl' => 'Ots File List',
4826             'ofm' => 'OmniForm Form',
4827             'ofp' => 'Origin Function Plot Theme File',
4828             'ofr' => 'SMS Offer Manager File',
4829             'oft' => 'Outlook File Template',
4830             'ofx' => 'Open Financial Exchange File',
4831             'oga' => 'Ogg Vorbis Audio File',
4832             'ogf' => 'S.T.A.L.K.E.R. Model File',
4833             'ogg' => 'Origin Graph File',
4834             'oggu' => 'Origin Unicode Graph File',
4835             'ogm' => 'Origin Matrix File',
4836             'ogmu' => 'Origin Unicode Matrix File',
4837             'ognc' => 'Dynamic Web Page',
4838             'ogs' => 'Origons Movie Data File',
4839             'ogv' => 'Ogg Video File',
4840             'ogw' => 'Origin Workbook File',
4841             'ogwu' => 'Origin Unicode Workbook File',
4842             'ogx' => 'Ogg Vorbis Multiplexed Media File',
4843             'ogz' => 'Cube 2 Map File',
4844             'oif' => 'Origin Import Filter File',
4845             'ois' => 'Origin Analyses Theme File',
4846             'oiv' => 'OpenIV Mod Package File',
4847             'okt' => 'Oktalyzer Module',
4848             'ol' => 'Valve Hammer Object Layout File',
4849             'ola' => 'Online Access File',
4850             'olb' => 'OrCAD Symbol Library File',
4851             'old' => 'Backup File',
4852             'olk' => 'Outlook Address Book File',
4853             'olk14categor' => ' \'Outlook Category File',
4854             'olk14contact' => 'Outlook Contact File',
4855             'olk14event' => 'Outlook Calendar Event File',
4856             'olk14group' => 'Outlook Group File',
4857             'olk14mailacc' => 'U\'NT Outlook Mail Account File',
4858             'olk14message' => 'Outlook Message File',
4859             'olk14msgatta' => 'H\'Outlook 2011 Email Message Attachment File',
4860             'olk14msgsour' => 'E\'Outlook Email Message Data File',
4861             'olk14note' => 'Outlook Note File',
4862             'olk14pref' => 'Outlook Preferences File',
4863             'olk14signatu' => 'E\'Outlook Signature File',
4864             'olk14task' => 'Outlook Task File',
4865             'olk15msgatta' => 'H\'Outlook 2016 Email Message Attachment File',
4866             'oll' => 'TrialDirector Object Load List',
4867             'olm' => 'Mac Outlook Database File',
4868             'olp' => 'Office Live Package',
4869             'olt' => 'Orbit Downloads List',
4870             'oma' => 'Sony OpenMG Music File',
4871             'omcs' => 'Office Manager Access File',
4872             'omf' => 'OMF Interchange Image File',
4873             'omg' => 'OpenMG Audio File',
4874             'omo' => 'OMake Object File',
4875             'omod' => 'Oblivion Mod Archive',
4876             'omp' => 'OpenMind Windows Document',
4877             'oms' => 'HP Printer Substrate Presets Package File',
4878             'omx' => 'OtsAV Media Library Information File',
4879             'ond' => 'Lotus Notes Encapsulated Memo File',
4880             'one' => 'OneNote Document',
4881             'onepkg' => 'Microsoft OneNote Package File',
4882             'onetoc' => 'Microsoft OneNote Table of Contents File',
4883             'onetoc2' => 'Microsoft OneNote Table of Contents File',
4884             'ont' => 'theWord Bible Text Module',
4885             'ontx' => 'theWord Encrypted Bible Text Module',
4886             'oo3' => 'OmniOutliner 3 File',
4887             'oo3template' => 'OmniOutliner Template',
4888             'ook' => 'Arachne Batch Script',
4889             'op' => 'OpenPAT Report',
4890             'op2' => 'Nastran Output File',
4891             'op4' => 'Nastran Output File',
4892             'opal' => 'Microsoft Office User Settings File',
4893             'opax' => 'Microsoft Office User Settings File',
4894             'opd' => 'Durango Document',
4895             'opdownload' => 'Opera Partially Downloaded File',
4896             'opeico' => 'Opeico Text File',
4897             'openbsd' => 'OpenBSD Readme File',
4898             'opf' => 'FlipViewer FlipBook File',
4899             'opj' => 'Origin Project',
4900             'opju' => 'Origin Unicode Project',
4901             'opk' => 'GCW Zero Open Package',
4902             'oplc' => 'Nokia Operator Logo File',
4903             'opml' => 'Outline Processor Markup Language File',
4904             'ops' => 'Office Profile Settings File',
4905             'opt' => 'AGT Game Data File',
4906             'options' => 'SE-SOFT Configuration File',
4907             'opts' => 'Linux Configuration Options File',
4908             'opus' => 'Opus Audio File',
4909             'opx' => 'FlipAlbum Photo Album File',
4910             'oqy' => 'Excel OLAP Query File',
4911             'or2' => 'Lotus Organizer 2 File',
4912             'or3' => 'IBM Lotus Organizer 97 File',
4913             'or4' => 'IBM Lotus Organizer 97 GS File',
4914             'or5' => 'Lotus Organizer 5 File',
4915             'or6' => 'Lotus Organizer 6 File',
4916             'ora' => 'OpenRaster Image File',
4917             'orb' => 'Original eBook Reader File',
4918             'orc' => 'Voyetra Digital Orchestrator File',
4919             'orderedtest' => 'Visual Studio Ordered Test File',
4920             'ore' => 'Ore Executable File',
4921             'orf' => 'Olympus RAW File',
4922             'org' => 'Lotus Organizer File',
4923             'ori' => 'Original File',
4924             'orig' => 'Original File',
4925             'ort' => 'Rich Text Editor Document',
4926             'orv' => 'Oracom Video File',
4927             'orx' => 'RadiantOne VDS Database Schema',
4928             'os' => 'ObjectScript Source File',
4929             'osax' => 'AppleScript Scripting Addition',
4930             'osb' => 'Osu! Storyboard File',
4931             'osc' => 'Obix Source Code File',
4932             'osdx' => 'Search Connector Description File',
4933             'osk' => 'Osu! Skin File',
4934             'osm' => 'OpenStreetMap Map File',
4935             'osp' => 'OpenShot Project File',
4936             'osr' => 'Osu! Replay File',
4937             'oss' => 'Microsoft Outlook Saved Search File',
4938             'ost' => 'Outlook Offline Data File',
4939             'osu' => 'Osu! Script',
4940             'osx' => 'PowerPC Executable File',
4941             'osz' => 'OpenLP Service File',
4942             'ot' => 'theWord Old Testament Text Module',
4943             'ota' => 'OTA Bitmap Image',
4944             'otb' => 'Nokia Over The Air Bitmap Image',
4945             'otc' => 'OpenDocument Chart Template',
4946             'otf' => 'OpenTuft Tufting Design File',
4947             'otg' => 'OpenDocument Graphic Template',
4948             'oth' => 'Origin Graph Theme File',
4949             'oti' => 'OpenDocument Image Template',
4950             'otl' => 'NoteTab Outline File',
4951             'otln' => 'Opal Outline File',
4952             'otm' => 'Origin Matrix Template',
4953             'otmu' => 'Origin Unicode Matrix Template',
4954             'otp' => 'Origin Graph Template',
4955             'otpu' => 'Origin Unicode Graph Template',
4956             'otrkey' => 'OnlineTvRecorder Encoded Video File',
4957             'ots' => 'OtsAV Album File',
4958             'ott' => 'OpenDocument Document Template',
4959             'otw' => 'Origin Workbook Template',
4960             'otwu' => 'Origin Unicode Workbook Template',
4961             'otx' => 'theWord Encrypted Old Testament Text Module',
4962             'otz' => 'OpenLP Theme File',
4963             'out' => 'Compiled Executable File',
4964             'ov2' => 'TomTom Points of Interest Database',
4965             'ova' => 'Octava Musical Score',
4966             'ove' => 'Overture Musical Score',
4967             'ovf' => 'Open Virtualization File',
4968             'ovh' => 'OMSI Vehicle Configuration File',
4969             'ovl' => 'Rollercoaster Tycoon 3 Data File',
4970             'ovolog' => 'ooVoo Log File',
4971             'ovp' => 'The Overlay Maker Package File',
4972             'ovpn' => 'OpenVPN Configuration File',
4973             'ovr' => 'The Overlay Maker Overlay File',
4974             'ovw' => 'Cubase WAVE Overview File',
4975             'ovx' => 'Object-based Visual Application Language File',
4976             'ow' => 'Free Pascal 1.0.x Object File',
4977             'owc' => 'OutWit Catch Database',
4978             'owg' => 'OutWit Gear Database',
4979             'owl' => 'OWL Source Code File',
4980             'owm' => 'OutWit XML Mashup File',
4981             'owx' => 'OutWit Hub Automator File',
4982             'oxps' => 'OpenXPS File',
4983             'oxt' => 'Apache OpenOffice Extension',
4984             'oxygene' => 'Oxygene Project File',
4985             'oyx' => 'Approach Alternate Database Index',
4986             'oz' => 'Opera Job Management Compressed File',
4987             'ozb' => 'MU Online Image File',
4988             'ozj' => 'MU Online Image File',
4989             'ozt' => 'MU Online Image File',
4990             'p' => 'Python Pickle File',
4991             'p01' => 'Parchive Recovery Volume',
4992             'p10' => 'Certificate Request File',
4993             'p12' => 'Personal Information Exchange File',
4994             'p19' => 'Parchive Recovery Volume',
4995             'p21' => 'Express STEP Data Model File',
4996             'p2c' => 'Portal 2 Community Puzzle File',
4997             'p2g' => 'Power2Go Project File',
4998             'p2i' => 'Power2Go Disc Image',
4999             'p2m' => 'Gameshark PlayStation 2 Cheats file',
5000             'p2p' => 'FolderShare Placeholder File',
5001             'p2s' => 'PCSX2 Saved State',
5002             'p2z' => 'Compressed Poser Pose File',
5003             'p3' => 'Primavera P3 Project File',
5004             'p3d' => 'Panda3D Multifile',
5005             'p3e' => 'Photoshop Repousse Settings File',
5006             'p3l' => 'Adobe Photoshop Light Preset File',
5007             'p3m' => 'Adobe Photoshop Material Preset File',
5008             'p3r' => 'Adobe Photoshop Render Settings Preset File',
5009             'p3t' => 'PlayStation 3 Theme File',
5010             'p4d' => 'Pix4D Project',
5011             'p5d' => 'Planner 5D Project',
5012             'p6' => 'Perl 6 Source Code File',
5013             'p64' => '64-bit Windows IDA Plugin Module',
5014             'p65' => 'PageMaker 6.5 Document',
5015             'p7' => 'PKCS #7 Digital Certificate File',
5016             'p7b' => 'PKCS #7 Certificate File',
5017             'p7c' => 'PKCS #7 Certificate File',
5018             'p7e' => 'EQStitch 7 Project',
5019             'p7m' => 'Digitally Encrypted Message',
5020             'p7r' => 'Certificate Request Response File',
5021             'p7s' => 'Digitally Signed Email Message',
5022             'p7x' => 'Packed Digital Signature File',
5023             'p96' => 'Win96 Database File',
5024             'p97' => 'Win97 Database File',
5025             'pa' => 'Print Artist Project',
5026             'pab' => 'Personal Address Book',
5027             'pac' => 'STAD Graphic File',
5028             'pack' => 'CustoPack Tools Theme Pack',
5029             'pack.gz' => 'Pack200 Compressed Archive',
5030             'package' => 'Linux Autopackage File',
5031             'pad' => 'ACT! Database Pointer File',
5032             'pae' => 'PowerArchiver Encrypted Archive',
5033             'paf' => 'PARIS Audio File',
5034             'paf.exe' => 'PortableApps.com Program File',
5035             'page' => 'S Note Page File',
5036             'pages' => 'Pages Document',
5037             'pages-tef' => 'Pages iCloud Document',
5038             'pak' => 'Simutrans Object File',
5039             'pakm' => 'PAKM Package File',
5040             'pal' => 'Dr. Halo Color Palette File',
5041             'pamp' => 'Poweramp Album Art File',
5042             'pan' => 'Panorama Database File',
5043             'pando' => 'Pando File',
5044             'pandora' => 'Pandora Android App Executable',
5045             'panic' => 'Kernel Panic File',
5046             'pano' => 'Camera Panoramic Picture',
5047             'pap' => 'Corel Painter Paper Texture',
5048             'papa' => 'Game Save Backup File',
5049             'paperlibrary' => 'Painter Paper Library',
5050             'papers' => 'Painter Paper Texture File',
5051             'paq' => 'Hewlett-Packard Software Restore File',
5052             'paq6' => 'PAQ6 Data Archive',
5053             'paq7' => 'PAQ7 Data Archive',
5054             'paq8' => 'PAQ8 Data Archive',
5055             'paq8f' => 'PAQ8F Compressed Archive',
5056             'paq8l' => 'PAQ8L Data Archive',
5057             'paq8p' => 'PAQ8P Data Archive',
5058             'par' => 'FMS Aircraft Parameters File',
5059             'par2' => 'Parchive 2 Index File',
5060             'part' => 'Partially Downloaded File',
5061             'part00000' => 'WinOptimizer Split Archive Part 1',
5062             'partial' => 'Internet Explorer Partially Downloaded File',
5063             'partimg' => 'Partimage File',
5064             'pas' => 'Delphi Unit Source File',
5065             'passwordwall' => 'T\'4 PasswordWallet 4 Data File',
5066             'pat' => 'Kega Fusion Cheats File',
5067             'pat0' => 'Wii Texture Pattern File',
5068             'patch' => 'Patch File',
5069             'patran.hrd' => 'Patran Hardcopy File',
5070             'patternlibra' => 'Y\'Painter Pattern Library',
5071             'patterns' => 'Painter Pattern Library',
5072             'paw' => 'Personal Ancestry Writer II File',
5073             'pax' => 'PAX Archive',
5074             'pb' => 'PureBasic Source File',
5075             'pb2map' => 'Plazma Burst 2 Custom Map file',
5076             'pba' => 'PowerBackup Archive',
5077             'pbb' => 'AT&T Phonebook File',
5078             'pbd' => 'ProBID+ Data File',
5079             'pbf' => 'Paragon Backup File',
5080             'pbg' => 'Pixel Bender Graph File',
5081             'pbi' => 'PC BSD Installer Package',
5082             'pbit' => 'Power BI Desktop Template',
5083             'pbix' => 'Power BI Desktop File',
5084             'pbj' => 'PowerBackup Job File',
5085             'pbk' => 'Pixel Bender Kernel File',
5086             'pbm' => 'Portable Bitmap Image',
5087             'pbn' => 'Portable Bridge Notation File',
5088             'pbo' => 'Packed Bohemia Object',
5089             'pbp' => 'PulseBoy Project',
5090             'pbproj' => 'Project Builder Project',
5091             'pbs' => 'PaintShop Pro Brush Strokes',
5092             'pbw' => 'Pebble Watchface File',
5093             'pbx5script' => 'Personal Backup Script',
5094             'pbxbtree' => 'Xcode Auto-Complete File',
5095             'pbxproj' => 'Xcode Project Data File',
5096             'pbxscript' => 'Personal Backup Script',
5097             'pbxuser' => 'Xcode Project User Data File',
5098             'pc' => 'Pro*C Source Code File',
5099             'pc1' => 'Degas Elite Low Res Image File',
5100             'pc2' => 'Degas Elite Medium Res Image File',
5101             'pc3' => 'Degas Elite High Res Image File',
5102             'pc6' => 'PowerCADD 6 Drawing File',
5103             'pc7' => 'PowerCADD 7 Drawing File',
5104             'pca' => 'Perfect Clarity Audio File',
5105             'pcap' => 'Packet Capture Data',
5106             'pcapng' => 'Pcap-NG Packet Capture File',
5107             'pcast' => 'iTunes Podcast File',
5108             'pcb' => 'Printed Circuit Board Design File',
5109             'pcc' => 'Photocomposition Code File',
5110             'pcd' => 'Pokémon Wonder Card File',
5111             'pce' => 'TurboGrafx-16 ROM',
5112             'pcf' => 'PaintCAD Font',
5113             'pcg' => 'Korg Instrument Bank File',
5114             'pch' => 'Nastran Punch Output File',
5115             'pck' => 'Oracle Package Specification and Body File',
5116             'pcl' => 'Printer Command Language Document',
5117             'pcm' => 'Pulse Code Modulation',
5118             'pcp' => 'Windows Installer Patch Creation Properties',
5119             'pcr' => 'PCMark Vantage Benchmark File',
5120             'pcs' => 'Microsoft Office ClipArt File',
5121             'pcsav' => 'Mass Effect 2 Saved Game',
5122             'pcsxstate' => 'PCSX Saved State File',
5123             'pct' => 'Pure Compound Text File',
5124             'pctl' => 'Kaspersky Parental Control Settings File',
5125             'pcv' => 'MozBackup Profile Backup',
5126             'pcx' => 'Paintbrush Bitmap Image File',
5127             'pd' => 'Spore Audio Playback File',
5128             'pd4' => 'Clone Manager Primer File',
5129             'pd5' => 'Windows Live Photo Gallery Information File',
5130             'pda' => 'SoftMax Pro Microplate Data Analysis File',
5131             'pdadj' => 'PhotoDirector Preset File',
5132             'pdas' => 'PDAStore Data Store File',
5133             'pdb' => 'PowerDesigner Database Backup File',
5134             'pdc' => 'Lizard Safeguard Secure PDF File',
5135             'pdd' => 'Medtronic Programmer Data File',
5136             'pde' => 'ProntoDoc for Excel Document Template',
5137             'pder' => 'ProntoDoc for Excel Conventional Document',
5138             'pdex' => 'Orient Computer Encrypted Data File',
5139             'pdf' => 'Portable Document Format File',
5140             'pdfig' => 'PDF Index Generator Project File',
5141             'pdfs' => 'Adobe PDF Presets File',
5142             'pdfxml' => 'Adobe PDFXML Document',
5143             'pdg' => 'Print Shop Deluxe Design File',
5144             'pdh' => 'ProntoDoc for Word Browser Display Document',
5145             'pdi' => 'InstantCopy Disc Image',
5146             'pdl' => 'Perl Data Language File',
5147             'pdlcp' => 'PhotoDirector Lens Profile File',
5148             'pdm' => 'ProntoDoc for Word Mobile Display Document',
5149             'pdmod' => 'Payday Modification Archive',
5150             'pdn' => 'paint.net Image File',
5151             'pdo' => 'Pepakura Designer File',
5152             'pdp' => 'Adobe Portable Document Format File',
5153             'pdpcmd' => 'Pdplayer Command File',
5154             'pdpcomp' => 'Pdplayer Composition File',
5155             'pdpd' => 'Product Details Page DataObject File',
5156             'pdpl' => 'Plaintext Data Processing Language File',
5157             'pdplx' => 'Plaintext Data Processing Language Extensible',
5158             'pdr' => 'ProntoDoc for Word Recovered Document',
5159             'pds' => 'The Print Shop Project',
5160             'pdsprj' => 'Proteus Project',
5161             'pdw' => 'ProntoDoc for Word Conventional Document',
5162             'pdwr' => 'ProntoDoc for Word Conventional Document',
5163             'pdx' => 'Product Data eXchange File',
5164             'pdz' => 'ProntoDoc for Word Structured Text Document',
5165             'pe4' => 'PhotoImpact Image Archive',
5166             'pea' => 'PEA File Archive',
5167             'peak' => 'Steinberg Peak File',
5168             'peb' => 'ProEST+ Buildings File',
5169             'pec' => 'Brother Embroidery File',
5170             'pef' => 'PEF Braille Book File',
5171             'peg' => 'Peggle Replay File',
5172             'pegn' => 'Peggle Nights Replay File',
5173             'pek' => 'Adobe Peak Waveform File',
5174             'pekey' => 'PhysicsEditor License Key File',
5175             'pem' => 'Privacy Enhanced Mail Certificate',
5176             'pen' => 'Paint Shop Pro Pen Preset File',
5177             'pep' => 'TurboProject Project File',
5178             'per' => 'Age of Empires Personality File',
5179             'perfmoncfg' => 'Performance Monitor Configuration File',
5180             'perspective' => 'Xcode Project Data File',
5181             'perspectivev' => ' \'Xcode Project Data File',
5182             'pes' => 'PhysicsEditor Sheet File',
5183             'pet' => 'WangReal Engine Game Model File',
5184             'pex' => 'West Publisher Portable Exhibit File',
5185             'pez' => 'Prezi Desktop Presentation',
5186             'pf' => 'Windows Prefetcher File',
5187             'pfa' => 'Printer Font ASCII File',
5188             'pfb' => 'Printer Font Binary File',
5189             'pfc' => 'AOL Personal File Cabinet',
5190             'pfd' => 'Micrografx Optima! File',
5191             'pff' => 'Formatta Portable Form File',
5192             'pfg' => 'jEEPers Program Configuration File',
5193             'pfi' => 'Paragon Backup Index File',
5194             'pfile' => 'Rights Management Protected File',
5195             'pfl' => 'PhotoFiltre Plugin',
5196             'pfm' => 'Printer Font Metrics File',
5197             'pfo' => 'Private Folder',
5198             'pfr' => 'Paint Shop Pro Picture Frame File',
5199             'pfs' => 'PhotoFiltre Studio Saved Selection File',
5200             'pfv' => 'PhotoFiltre Studio Vectorial Path',
5201             'pfx' => 'First Choice Word Processing Document',
5202             'pgal' => 'Photo! 3D Album Gallery',
5203             'pgd' => 'PGP Disk Image',
5204             'pgdata' => 'Penguin George Data File',
5205             'pgf' => 'Pokémon Mystery Gift for Black & White File',
5206             'pgi' => 'Video Recording File',
5207             'pgm' => 'Portable Gray Map Image',
5208             'pgn' => 'Portable Game Notation File',
5209             'pgp' => 'AutoCAD Program Parameters File',
5210             'pgpf' => 'Password Generator Password File',
5211             'pgs' => 'PageStream Document',
5212             'pgt' => 'Pokémon Gift File',
5213             'pgx' => 'Hopedot VOS Data File',
5214             'ph' => 'AOL Phone Home Settings File',
5215             'phar' => 'PHP Archive',
5216             'phb' => 'PhtotoBase Album File',
5217             'phd' => 'Portable Heap Dump File',
5218             'phj' => 'PhCNC Project File',
5219             'phl' => 'Kindle Popular Highlights File',
5220             'phm' => 'Pro Home Manager Data File',
5221             'phn' => 'Algodoo Phun Phunlet',
5222             'pho' => 'MBROLA Phonetic Data File',
5223             'photolibrary' => 'iPhoto Photo Library',
5224             'photoshow' => 'Roxio PhotoShow Project',
5225             'photoslibrar' => ' \'Photos Library',
5226             'php' => 'PHP Source Code File',
5227             'php2' => 'PHP 2 Web Page',
5228             'php3' => 'PHP 3 Web Page',
5229             'php4' => 'PHP 4 Web Page',
5230             'php5' => 'PHP 5 Web Page',
5231             'phr' => 'RoboHelp Phrase List',
5232             'phtm' => 'PHP-Based Web Page',
5233             'phtml' => 'PHP Web Page',
5234             'phy' => 'PhyMod Physical Modeling Data',
5235             'phya' => 'Aleph One Physics File',
5236             'phz' => 'Algodoo Phun Compressed Phunlet',
5237             'pi' => 'Pi Calculation Data File',
5238             'pi1' => 'Degas Low Resolution Image File',
5239             'pi2' => 'Degas Medium Resolution Image File',
5240             'pi3' => 'Degas High Resolution Image File',
5241             'pi4' => 'DEGAS Image',
5242             'pi5' => 'DEGAS Bitmap Image',
5243             'pi6' => 'DEGAS Bitmap Image File',
5244             'pic' => 'QuickTime PICT Image',
5245             'pickle' => 'Python Pickle File',
5246             'picnc' => 'Houdini 3D Compositing Image',
5247             'pict' => 'Picture File',
5248             'pictclipping' => 'Picture Clipping File',
5249             'pid' => 'Creative Driver File',
5250             'pids' => 'Snap-on Scan Data File',
5251             'pie' => 'GlovePIE Controller Script',
5252             'pif' => 'Program Information File',
5253             'pig' => 'Pirates of the Burning Sea Data File',
5254             'pigm' => 'Packaged Indigo Renderer Material File',
5255             'pigs' => 'Packaged Indigo Renderer Scene File',
5256             'pika' => 'Pika Software Builder Project File',
5257             'pim' => 'PIM Archive',
5258             'pin' => 'MNS Projection Information File',
5259             'pio' => 'Pro Tools I/O Settings File',
5260             'pip' => 'Office Personalized Settings File',
5261             'pipd' => 'PIPE-FLO Demo Project File',
5262             'pipe' => 'PIPE-FLO Project File',
5263             'pis' => 'PS2DIS Project File',
5264             'piskel' => 'Piskel Sprite',
5265             'pit' => 'Samsung Phone Firmware File',
5266             'piv' => 'Pivot Stickfigure Animation',
5267             'pix' => 'Alias PIX Image',
5268             'pixadex' => 'Pixadex Icon',
5269             'pixela' => 'Pixela Project',
5270             'piz' => 'Zipped File',
5271             'pj' => 'Project64 Saved State File',
5272             'pj2' => 'xPlan Document',
5273             'pjm' => 'xPlan Model',
5274             'pjpeg' => 'Progressive JPEG Image',
5275             'pjpg' => 'Progressive JPEG Image',
5276             'pjs' => 'Phoenix Subtitles File',
5277             'pjt' => 'Didger Project File',
5278             'pjunoxl' => 'Preset File',
5279             'pjx' => 'FoxPro Project',
5280             'pk' => 'Packed METAFONT File',
5281             'pk2' => 'Silkroad Online Game Data File',
5282             'pk3' => 'ZDoom Package',
5283             'pk4' => 'Doom 3 Engine Game Data File',
5284             'pk6' => 'Generation 6 Pokémon Save File',
5285             'pka' => 'Packet Tracer Activity File',
5286             'pkb' => 'Oracle Package Body File',
5287             'pkey' => 'PowerKey Encrypted File',
5288             'pkf' => 'Audition Peak File',
5289             'pkg' => 'Midtown Madness 2 Model File',
5290             'pkg.tar.xz' => 'Arch Linux Package File',
5291             'pkgdef' => 'Visual Studio Shell File',
5292             'pkgundef' => 'Visual Studio Shell File',
5293             'pkh' => 'Oracle Package File',
5294             'pkl' => 'Python Pickle File',
5295             'pkm' => 'Pokémon Saved Game Data File',
5296             'pkpass' => 'Passbook Pass File',
5297             'pkproj' => 'Visual CCScript Project',
5298             'pks' => 'Oracle Package Spec File',
5299             'pkt' => 'Packet Tracer Network Simulation Model',
5300             'pkx' => 'Decrypted 3DS Pokémon Save File',
5301             'pkz' => 'Video Game Package',
5302             'pl' => 'Unix Color Plot File',
5303             'pl0' => '3D Home Architect Foundation Floor Plan',
5304             'pl1' => 'Adventure Maker Plug-in',
5305             'pl2' => '3D Home Architect Second Level Floor Plan',
5306             'pla' => 'Sansa Playlist File',
5307             'plain' => 'Plain Text File',
5308             'plan' => 'Calligra Plan Document',
5309             'planner' => 'Gnome Planner File',
5310             'plantuml' => 'PlantUML File',
5311             'player' => 'Starbound Player File',
5312             'playground' => 'Xcode Playground File',
5313             'playlist' => 'CyberLink PowerDVD Playlist',
5314             'playmission' => 'MissionPlayer Game File',
5315             'playset' => 'Souptoys Playset File',
5316             'plc' => 'PL/B Source File',
5317             'ple' => 'Messenger Plus! Live Encrypted Log File',
5318             'plf' => 'Mr. Bean Game Data File',
5319             'plg' => 'Visual Studio Build Log File',
5320             'pli' => 'PL/I Source Code File',
5321             'plist' => 'Mac OS X Property List File',
5322             'pln' => 'Spaceman Planogram File',
5323             'plp' => 'Photo Locker Picture',
5324             'plproj' => 'Adobe Prelude Project File',
5325             'plr' => 'Terraria Player File',
5326             'pls' => 'PicoLog Settings File',
5327             'plsc' => 'Messenger Plus! Live Script File',
5328             'plsk' => 'Messenger Plus! Live Skin Pack',
5329             'plst' => 'SmartMusic Playlist',
5330             'plt' => 'Tecplot Binary Data File',
5331             'plt0' => 'Wii Color Palette File',
5332             'pltsuite' => 'Safari Page Load Test Suite File',
5333             'plugin' => 'Adobe Photoshop Plug-in',
5334             'plw' => '32-bit Windows IDA Plugin Module',
5335             'plx' => '32-bit Linux IDA Plugin Module',
5336             'plx64' => '64-bit Linux IDA Plugin Module',
5337             'ply' => 'Finale Playback File',
5338             'pm' => 'Unix XV Graphic File',
5339             'pm3' => 'Crouzet Logic Software M3 File',
5340             'pm4' => 'PageMaker 4 Document',
5341             'pm5' => 'PageMaker 5.0 Document',
5342             'pm6' => 'PageMaker 6.0 Document',
5343             'pmatrix' => 'Priority Matrix Project File',
5344             'pmc' => 'Performance Monitor Counter File',
5345             'pmd' => 'PlanMaker Spreadsheet',
5346             'pmdx' => 'PlanMaker Spreadsheet',
5347             'pmf' => 'Partition Image File',
5348             'pmg' => 'PageMaker Group File',
5349             'pmj' => 'Pegasus Mail Configuration File',
5350             'pml' => 'Palm Markup Language File',
5351             'pmlz' => 'Zipped Palm Markup Language File',
5352             'pmm' => 'MikuMikuDance PolygonMovieMaker File',
5353             'pmo' => 'Pegasus Saved Message File',
5354             'pmp' => 'AutoCAD Plot Model Parameter File',
5355             'pmpl' => 'PSBMusic Playlist File',
5356             'pmq' => 'Microsoft Target Analyzer File',
5357             'pmr' => 'Performance Monitor Report',
5358             'pmsettings' => 'PowerMate Settings File',
5359             'pmt' => 'PageMaker Template File',
5360             'pmv' => 'Return to Zork Video File',
5361             'pmvx' => 'PlanMaker Spreadsheet Template',
5362             'pmx' => 'PrintMaster Project File',
5363             'pn' => 'Powernoodle File',
5364             'pna' => 'PhatNoise Audio File',
5365             'pnach' => 'PCSX2 Patch File',
5366             'pnc' => 'Panasonic Network Camera Image',
5367             'pnf' => 'Precompiled INF File',
5368             'png' => 'Portable Network Graphic',
5369             'pnh' => 'Project ROME Plug-in Archive',
5370             'pni' => 'Popnoggin Image File',
5371             'pnm' => 'Portable Any Map Image',
5372             'pno' => 'Windows 8 Piano Song',
5373             'pnproj' => 'Programmer\'s Notepad Project File',
5374             'pnpt' => 'Programmer\'s Notepad Project Template',
5375             'pns' => 'Pelco CCTV Video File',
5376             'pnt' => 'Panther Project',
5377             'pntg' => 'MacPaint Graphic File',
5378             'pnz' => 'Panorama Database Set',
5379             'po' => 'Portable Object',
5380             'pobi' => 'Kindle Touch Periodical File',
5381             'pobj' => 'Photo Pos Pro Vector Object File',
5382             'pod' => 'Terminal Reality Game Data File',
5383             'pof' => 'Descent Robot Definition File',
5384             'pog' => 'Descent 2 Texture Modification',
5385             'poi' => 'Magellan Maestro Point of Interest File',
5386             'pol' => 'Windows Policy File',
5387             'policy' => 'Java Policy Implementation File',
5388             'pom' => 'Maven Build File',
5389             'pop' => 'Samsung Popcon Character File',
5390             'popshape' => 'PopChar Character Shape File',
5391             'por' => 'SPSS Portable File',
5392             'pos' => 'Trimble Position File',
5393             'posb' => 'Poseidon Dive Log',
5394             'post' => 'LIGHT File',
5395             'postal' => 'TomTom Postal Code File',
5396             'pot' => 'Portable Object File',
5397             'potm' => 'PowerPoint Open XML Macro-Enabled Presentation',
5398             'potx' => 'PowerPoint Open XML Presentation Template',
5399             'pov' => 'Prolab Object File',
5400             'pp' => 'Pocket Physics Sketch File',
5401             'pp2' => 'PingPlotter Data File',
5402             'pp4' => 'Picture Publisher Bitmap File',
5403             'pp5' => 'Picture Publisher 5 Image File',
5404             'ppa' => 'PowerPoint Add-in',
5405             'ppam' => 'PowerPoint 2007 Add-In',
5406             'ppc' => 'Adobe Presenter Audio File',
5407             'ppcx' => 'Adobe Presenter Presentation Audio File',
5408             'ppd' => 'PostScript Printer Description File',
5409             'ppdf' => 'Rights Management Protected File',
5410             'ppf' => 'PlayStation Patch Format File',
5411             'ppj' => 'Premiere 6 Project File',
5412             'ppk' => 'PuTTY Private Key File',
5413             'ppl' => 'Free Pascal Dynamic Library',
5414             'ppm' => 'Post Programmable Memory File',
5415             'ppm_b' => 'Nokia PPM Flash File',
5416             'ppmod' => 'Papers Please Mod File',
5417             'ppp' => 'CyberLink PowerProducer Project',
5418             'ppr' => 'ORF Report File',
5419             'pps' => 'PowerPoint Slide Show',
5420             'ppsm' => 'PowerPoint Open XML Macro-Enabled Slide Show',
5421             'ppsx' => 'PowerPoint Open XML Slide Show',
5422             'ppt' => 'PowerPoint Presentation',
5423             'ppthtml' => 'PowerPoint HTML Presentation',
5424             'pptm' => 'PowerPoint Open XML Macro-Enabled Presentation',
5425             'pptmhtml' => 'Microsoft PowerPoint MIME HTML Presentation',
5426             'pptx' => 'PowerPoint Open XML Presentation',
5427             'ppu' => 'Free Pascal Unit File',
5428             'ppv' => 'Pocket PowerPoint Presentation',
5429             'ppx' => 'Serif PagePlus Template File',
5430             'ppz' => 'Compressed Poser Prop File',
5431             'pq' => 'Progress Quest Save File',
5432             'pqb' => 'Pleco Chinese Dictionary Backup File',
5433             'pqb-backup' => 'Pleco Chinese Dictionary Backup File',
5434             'pqhero' => 'Puzzle Quest Saved Game',
5435             'pqi' => 'PowerQuest Drive Image',
5436             'pr' => 'Source Insight Project',
5437             'pra' => 'Windows Media 9 Plug-in Profile File',
5438             'prb' => 'xyAlgebra Probabilities File',
5439             'prc' => 'Corel Presentation',
5440             'prd' => 'Presentations Document',
5441             'prdx' => 'Presentations Document',
5442             'pre' => 'Lotus Freelance Graphics File',
5443             'pref' => 'Macintosh Preferences File',
5444             'prefab' => 'Unity Prefab File',
5445             'prefpane' => 'Mac OS X System Preference Pane',
5446             'prefs' => 'MMORPG Tycoon Preferences File',
5447             'prel' => 'Premiere Elements Project File',
5448             'prf' => 'Plot Station Plot Request File',
5449             'prfpset' => 'Premiere Pro Effect Preset File',
5450             'prg' => 'GEM Application',
5451             'pri' => 'Package Resource Index File',
5452             'primitives' => 'World of Tanks 3D Model File',
5453             'primitives_p' => 'O\'CESSED World of Tanks 3D Model File',
5454             'printcd2' => 'EPSON Print CD File',
5455             'printerexpor' => ' \'Windows Printer Migration File',
5456             'prison' => 'Prison Architect Saved Game',
5457             'prj' => 'AIMMS Project File',
5458             'prk' => 'Thrillville Park File',
5459             'prm' => 'Re-Volt Model File',
5460             'prn' => 'Lotus 1-2-3 Formatted Text File',
5461             'prnx' => 'XtraReports PrintingSystem Document',
5462             'pro' => 'IDL Source Code File',
5463             'pro4' => 'ProPresenter 4 Document',
5464             'pro4dvd' => 'ProPresenter DVD Clips Document',
5465             'pro4pl' => 'ProPresenter Playlist File',
5466             'pro4plx' => 'ProPresenter Playlist Bundle',
5467             'pro4x' => 'ProPresenter 4 Bundle File',
5468             'pro5' => 'ProPresenter 5 Document',
5469             'pro5dvd' => 'ProPresenter DVD Clips Document',
5470             'pro5pl' => 'ProPresenter Playlist File',
5471             'pro5plx' => 'ProPresenter 5 Playlist Bundle',
5472             'pro5template' => 'U\'NDLE ProPresenter 5 Template Bundle',
5473             'pro5x' => 'ProPresenter 5 Bundle File',
5474             'prof' => 'Super Smash Bros. Crusade Profile',
5475             'profile' => 'Pandemic Studios Game Player Profile',
5476             'profimail' => 'ProfiMail Settings File',
5477             'project' => 'Eclipse Project Settings File',
5478             'projectprope' => 'T\'IES Alpha Five Project Properties File',
5479             'prop' => 'Android Build Properties File',
5480             'propdesc' => 'Property Description',
5481             'properties' => 'Minecraft Properties File',
5482             'props' => 'Visual Studio Project Property File',
5483             'proqc' => 'ProPresenter Quartz Composition',
5484             'proto' => 'Protocol Buffer File',
5485             'provisionpro' => 'I\'LE Apple Provision Profile',
5486             'prp' => 'Rational Model Properties File',
5487             'prproj' => 'Premiere Pro Project',
5488             'prs' => 'PlayStation Radio Player Location',
5489             'prst' => 'Adobe InDesign Printer Presets File',
5490             'prsx' => 'Presentations Slide Show',
5491             'prt' => 'Crypt Edit Protected Text Format File',
5492             'prtl' => 'Premiere Pro Title File',
5493             'prv' => 'SoftMaker Presentations Template',
5494             'prvx' => 'Presentations Template',
5495             'prw' => 'Artlantis Shader Preview File',
5496             'prx' => 'PSP Plugin File',
5497             'prz' => 'Freelance Graphics Presentation File',
5498             'ps' => 'PostScript File',
5499             'ps1' => 'Microsoft Indexing Service Data File',
5500             'ps1xml' => 'Windows PowerShell Display Configuration File',
5501             'ps2' => 'Sharkport Saved Game',
5502             'psa' => 'Plesk Backup File',
5503             'psar' => 'PSP Update File',
5504             'psb' => 'PowerDivX Subtitles File',
5505             'psc' => 'Papyrus Script',
5506             'psc1' => 'Windows PowerShell Console File',
5507             'psd' => 'Adobe Photoshop Document',
5508             'psd1' => 'Windows PowerShell Data File',
5509             'psdl' => 'Midtown Madness 2 City File',
5510             'psdx' => 'Photoshop Touch Document',
5511             'pse' => 'Photoshop Elements Photo Project',
5512             'psess' => 'Visual Studio Performance Session File',
5513             'pset' => 'Adobe InDesign Plug-in Set File',
5514             'psf' => 'PID Script File',
5515             'psf1' => 'PlayStation Sound Format File',
5516             'psf2' => 'PlayStation Sound Format File',
5517             'psflib' => 'Playstation Sound Format Library',
5518             'psflib2' => 'Playstation Sound Format Library',
5519             'psg' => 'Page Segment File',
5520             'psh' => 'Photodex Slide Show',
5521             'psi' => 'PrimalScript Online Help Shortcut',
5522             'psid' => 'PostScript Image Data File',
5523             'psk' => 'Unreal Engine Skeletal Mesh File',
5524             'psm' => 'Prism Document',
5525             'psm1' => 'Windows PowerShell Script Module File',
5526             'psp' => 'Photoshop Preferences File',
5527             'pspbrush' => 'PaintShop Pro Brush File',
5528             'pspd' => 'PhotoSuite 5 Project File',
5529             'pspimage' => 'PaintShop Pro Image',
5530             'psproj' => 'The Print Shop Project File',
5531             'pspscript' => 'PaintShop Pro Resource File',
5532             'psr' => 'Powersoft Report File',
5533             'pss' => 'Picture and Sound Show File',
5534             'pssd' => 'PhotoSuite Slide Show File',
5535             'pssg' => 'EGO Engine Textures File',
5536             'pst' => 'Outlook Personal Information Store File',
5537             'psu' => 'PSU Designer Document',
5538             'psv' => 'Pluralsight Video File',
5539             'psw' => 'Password Depot 3-5 File',
5540             'psw6' => 'Password Depot 6 File',
5541             'pswx' => 'Password Depot Portable File',
5542             'psx' => 'PlayStation Save File',
5543             'psy' => 'Psycle Song File',
5544             'psys' => 'ZEQ2 Lite Particle Effects File',
5545             'psz' => 'Compressed PostScript File',
5546             'pt' => 'Panther Project File',
5547             'ptb' => 'Power Tab File',
5548             'ptc' => 'PANTONE Color File',
5549             'ptcop' => 'PxTone Audio File',
5550             'ptd' => 'PipeTech Data File',
5551             'ptex' => 'Ptex Texture File',
5552             'ptf' => 'Scrapbook Flair Template',
5553             'ptg' => 'PowerTeacher Gradebook Configuration File',
5554             'pth' => '4D Path Document',
5555             'ptk' => 'Puntotek Embroidery Design File',
5556             'ptl' => 'Rational Rose Petal File',
5557             'ptm' => 'MapPoint Map File',
5558             'ptn' => 'PaperPort Thumbnail File',
5559             'ptp' => 'Pro Tools Preferences File',
5560             'ptr' => 'Flash Intro Project File',
5561             'pts' => 'PTGui Project File',
5562             'ptt' => 'Pro Tools Session Template',
5563             'ptw' => 'AutoCAD Publish To Web File',
5564             'ptx' => 'Paint Shop Pro Texture File',
5565             'ptxt' => 'Pro Tools Session Template',
5566             'pty' => 'Rational Property Set',
5567             'ptz' => 'E-Transcript Bundle File',
5568             'pu' => 'PlantUML File',
5569             'pub' => 'Public Key File',
5570             'publication' => 'Twixl Publisher Publication',
5571             'puk' => 'Pavuk Universal Kommand File',
5572             'pup' => 'Puppy Linux DotPup Installer Package',
5573             'purblepairss' => 'V\'E-MS Purble Pairs Saved Game',
5574             'purbleshopsa' => 'E\'-MS Purble Place Shop Saved Game',
5575             'puz' => 'Packed Publisher File',
5576             'pva' => 'PVA Video File',
5577             'pvc' => 'Parallels Desktop Copied Configuration File',
5578             'pvd' => 'Instalit Script',
5579             'pvf' => 'Portable Voice Format',
5580             'pvhd' => 'Paragon Virtual Hard Drive',
5581             'pvj' => 'ProofVision Job Ticket',
5582             'pvk' => 'Private Key File',
5583             'pvl' => 'Instalit Library',
5584             'pvm' => 'Photo Video Manifest File',
5585             'pvmz' => 'Parallels Compressed Virtual Machine',
5586             'pvpf' => 'Pet ville Save File',
5587             'pvr' => 'Wintal PVR Video File',
5588             'pvs' => 'Parallels Desktop Configuration File',
5589             'pvw' => 'Pronto for Windows Data View File',
5590             'pwa' => 'Password Agent File',
5591             'pwc' => 'PictureTaker File',
5592             'pwd' => 'Solid Edge Weldment Document',
5593             'pwdp' => 'Password Pad Document',
5594             'pwdpl' => 'Password Pad Lite Document',
5595             'pwf' => 'Counter-Strike PODBot Waypoint File',
5596             'pwi' => 'Pocket Word Document',
5597             'pwl' => 'Windows Password List',
5598             'pwn' => 'Pawn Source Code File',
5599             'pwp' => 'PhotoWorks Image File',
5600             'pwr' => 'PowerWrite Document',
5601             'pwrep' => 'Password Repository File',
5602             'pws' => 'Print Workshop Image',
5603             'pwt' => 'Pocket Word Template',
5604             'pwv' => 'Password Vault Archive',
5605             'px' => 'Pixel Image File',
5606             'px5' => 'Clone Manager Primer Collection File',
5607             'pxa' => 'XpressAccounts Data File',
5608             'pxb' => 'Pixelmator Brush File',
5609             'pxc' => 'Photodex Cache File',
5610             'pxd' => 'Pixlr Layered Image',
5611             'pxf' => 'Pendix Firmware File',
5612             'pxg' => 'Pixelmator Gradient File',
5613             'pxi' => 'Pyrex Include File',
5614             'pxicon' => 'CandyBar Icon',
5615             'pxip' => 'Pixelmator Image Preset',
5616             'pxj' => 'RecordNow Project',
5617             'pxl' => 'Pocket Excel File',
5618             'pxls' => 'Pixelmator Style File',
5619             'pxm' => 'Pixelmator Image File',
5620             'pxml' => 'Pandora XML File',
5621             'pxp' => 'Counter-Strike PODBot Experience File',
5622             'pxr' => 'Pixar Image File',
5623             'pxs' => 'Pixelmator Shape File',
5624             'pxv' => 'Pixbend Media File',
5625             'pxx' => 'Keyman Developer Encrypted Customization File',
5626             'py' => 'Python Script',
5627             'pyc' => 'Python Compiled File',
5628             'pyd' => 'Python Dynamic Module',
5629             'pym' => 'PYM Macro Preprocessor File',
5630             'pyo' => 'Python Optimized Code',
5631             'pyw' => 'Python GUI Source File',
5632             'pyx' => 'Pyrex Source Code File',
5633             'pyxel' => 'Pyxel Image Document',
5634             'pz' => 'Panzoid Video Project',
5635             'pz2' => 'Poser Pose File',
5636             'pz3' => 'Poser Scene File',
5637             'pza' => 'PhotoSuite Album File',
5638             'pzf' => 'GraphPad Prism Project',
5639             'pzfx' => 'GraphPad Prism XML Project',
5640             'pzl' => 'Tibo Jigsaw Puzzle File',
5641             'pzp' => 'Tibo Jigsaw Compressed Puzzle File',
5642             'pzs' => 'PhotoSuite Slide Show File',
5643             'pzz' => 'Compressed Poser Scene File',
5644             'q07' => 'QuickTax 2007 Tax Return',
5645             'q08' => 'QuickTax 2008 Tax Return',
5646             'q09' => 'QuickTax 2009 Tax Return',
5647             'q1' => 'Winamp Equalizer Presets File',
5648             'q1q' => 'LunarCell Photoshop Plug-in',
5649             'q2' => 'Winamp Equalizer Auto-Load Presets File',
5650             'q2d' => 'Quick 3D Cover Design File',
5651             'q2q' => 'Flexify Photoshop Plug-in',
5652             'q3c' => 'Quick 3D Cover Project File',
5653             'q3d' => 'Quest3D Project File',
5654             'q4q' => 'Solar Cell Photoshop Plug-in',
5655             'q5q' => 'SuperBladePro Presets File',
5656             'q5r' => 'Melancholytron Photoshop Plug-in',
5657             'q7q' => 'India Ink Photoshop Plug-in',
5658             'q8r' => 'Flood Photoshop Plug-in',
5659             'q9q' => 'BladePro Presets File',
5660             'q9r' => 'Glitterato Photoshop Plug-In',
5661             'q9s' => 'Mr. Contrast Photoshop Plug-In',
5662             'qar' => 'QlikView Extension',
5663             'qat' => 'Microsoft Office Quick Access Toolbar File',
5664             'qb' => 'Diploma Question Bank File',
5665             'qb2005' => 'QuickBooks 2005 File',
5666             'qb2006' => 'QuickBooks 2006 File',
5667             'qb2007' => 'QuickBooks 2007 File',
5668             'qb2009' => 'QuickBooks 2009 File',
5669             'qb2010' => 'QuickBooks 2010 File',
5670             'qb2011' => 'QuickBooks 2011 File',
5671             'qb2012' => 'QuickBooks 2012 File',
5672             'qb2013' => 'QuickBooks 2013 File',
5673             'qb2014' => 'QuickBooks 2014 File',
5674             'qb2015' => 'QuickBooks 2015 for Mac Data File',
5675             'qb2016' => 'QuickBooks 2016 for Mac Data File',
5676             'qb2017' => 'QuickBooks 2017 for Mac Data File',
5677             'qba' => 'QuickBooks Accountant\'s Copy Work File',
5678             'qba.tlg' => 'QBA Transaction Log File',
5679             'qbb' => 'QuickBooks Backup File',
5680             'qbj' => 'QuickBooks General Journal Entry File',
5681             'qbk' => 'QuickTax Backup File',
5682             'qbm' => 'QuickBooks Portable Company File',
5683             'qbmb' => 'QuickBooks Backup File',
5684             'qbmd' => 'QuickBooks Backup File',
5685             'qbo' => 'QuickBooks Online Bank Statement File',
5686             'qbr' => 'QuickBooks Report Template',
5687             'qbw' => 'QuickBooks Data File',
5688             'qbx' => 'Blocks Landing Page File',
5689             'qbxml' => 'QuickBooks XML Format File',
5690             'qby' => 'QuickBooks Accountant\'s Copy Import File',
5691             'qc' => 'QuakeC Source Code File',
5692             'qcc' => 'Quilt Manager Pattern File',
5693             'qcow' => 'QEMU Copy On Write Disk Image',
5694             'qcow2' => 'QEMU Copy On Write Version 2 Disk Image',
5695             'qcp' => 'PureVoice Audio File',
5696             'qda' => 'Quadruple D Archive',
5697             'qdat' => 'QuickTime Install Cache File',
5698             'qdb' => 'Quicken 5 & 6 Data File',
5699             'qdf' => 'Quadro Design File',
5700             'qdf-backup' => 'Quicken Data Backup File',
5701             'qdfm' => 'Quicken Data File (Macintosh)',
5702             'qdfx' => 'Quicken Financial Exchange File',
5703             'qdl' => 'QDL Program',
5704             'qdp' => 'MPQDraft Plugin File',
5705             'qds' => 'Windows Directory Query File',
5706             'qdt' => 'Quicken 3 & 4 Data File',
5707             'qel' => 'Quicken Electronic Library',
5708             'qf' => 'Diploma Question Bank File',
5709             'qfilter' => 'ColorSync Utility Quartz Filter',
5710             'qfx' => 'Quicken Financial Exchange File',
5711             'qic' => 'Windows Backup File',
5712             'qif' => 'QuickTime Image File',
5713             'qit' => 'QIT Trojan Horse File',
5714             'qiz' => 'Exam Builder Quiz',
5715             'qky' => 'Quirky Kernel',
5716             'qlgenerator' => 'Quick Look Generator File',
5717             'qm' => 'Qt Compiled Translation Source File',
5718             'qmbl' => 'LabQuest Document',
5719             'qmg' => 'Samsung Theme Graphics File',
5720             'qmk' => 'YanCEyDesktop Quickmarks File',
5721             'qml' => 'QT Meta Language File',
5722             'qmtf' => 'Quicken Mac Transfer File',
5723             'qpb' => 'QuickBooks Point of Sale Data File',
5724             'qpf' => 'Quest3D Project',
5725             'qph' => 'Qt Phrase Books File',
5726             'qpm' => 'Quick Pallet Maker Input Data',
5727             'qpr' => 'FoxPro Generated Query Program',
5728             'qpt' => 'QuarkXPress Project Template',
5729             'qpw' => 'Quattro Pro Spreadsheet',
5730             'qpx' => 'QuickTime Player Extension',
5731             'qrc' => 'QuarkXPress Required Component File',
5732             'qrm' => 'Qworum Message File',
5733             'qrmx' => 'Quick Risk Matrix File',
5734             'qrp' => 'QuickReport File',
5735             'qry' => 'Query File',
5736             'qs' => 'Qt Install Script',
5737             'qsd' => 'Quicken Data File',
5738             'qsf' => 'Qualtrics Survey File',
5739             'qss' => 'Qt Style Sheet',
5740             'qsv' => 'Tibo Jigsaw Puzzle Save File',
5741             'qt' => 'Apple QuickTime Movie',
5742             'qtch' => 'QuickTime Cache File',
5743             'qti' => 'QuickTime Image File',
5744             'qtif' => 'QuickTime Image File',
5745             'qtindex' => 'Adobe QTIndex File',
5746             'qtl' => 'QuickTime Link File',
5747             'qtm' => 'Apple QuickTime Movie File',
5748             'qtp' => 'QuickTime Preferences File',
5749             'qtpxcomposit' => 'O\'N QuickTime Composition File',
5750             'qtr' => 'QuickTime Extension Resource',
5751             'qtx' => 'QuickTime Extension',
5752             'qtz' => 'Quartz Composer File',
5753             'qua' => 'Avira AntiVir Quarantined File',
5754             'qualsoftcode' => 'J&ASoft Code Archive File',
5755             'quicken2015' => 'Quicken 2015 Data File',
5756             'quicken2015b' => 'C\'KUP Quicken 2015 Backup File',
5757             'quicken2016' => 'Quicken 2016 Data File',
5758             'quicken2016b' => 'C\'KUP Quicken 2016 Backup File',
5759             'quicken2017' => 'Quicken 2017 Data File',
5760             'quicken2017b' => 'C\'KUP Quicken 2017 Backup File',
5761             'quickenbacku' => ' \'Quicken Essentials for Mac Backup File',
5762             'quickendata' => 'Quicken Essentials for Mac Data File',
5763             'quiz' => 'Quobject Quiz Package',
5764             'quox' => 'Question Object File Format',
5765             'qvd' => 'QlikView Data File',
5766             'qvf' => 'Qlik Sense Desktop App File',
5767             'qvm' => 'Q Virtual Machine',
5768             'qvp' => 'ViewletBuilder Project File',
5769             'qvpp' => 'QlikView Extension Properties Page File',
5770             'qvt' => 'QlikView Theme File',
5771             'qvw' => 'QlikView Document',
5772             'qv~' => 'ViewletBuilder Project Backup File',
5773             'qwd' => 'QuakeWorld Demo File',
5774             'qwq' => 'OpenQwaq Auto-Launch File',
5775             'qx' => 'Quexal Source Code',
5776             'qxb' => 'QuarkXPress Book File',
5777             'qxd' => 'QuarkXPress Document',
5778             'qxf' => 'Quicken Essentials for Mac Exchange File',
5779             'qxl' => 'QuarkXPress Library',
5780             'qxp' => 'QuarkXPress Project File',
5781             'qxt' => 'QuarkXPress Template',
5782             'qxw' => 'Q Light Controller+ Workspace File',
5783             'r' => 'Right Audio Channel File',
5784             'r0' => 'WinRAR Compressed Archive',
5785             'r00' => 'WinRAR Compressed Archive',
5786             'r01' => 'WinRAR Split Archive Part 1',
5787             'r02' => 'WinRAR Split Archive Part 2',
5788             'r03' => 'WinRAR Split Archive Part 3',
5789             'r04' => 'WinRAR Split Archive Part 4',
5790             'r1' => 'WinRAR Multi-Volume Archive Part 1',
5791             'r1m' => 'RealOne Streaming Media File',
5792             'r2' => 'WinRAR Multi-Volume Archive Part 2',
5793             'r21' => 'WinRAR Split Archive Part 21',
5794             'r30' => 'WinRAR Split Archive Part 30',
5795             'r3d' => 'RISA-3D Model File',
5796             'ra' => 'Real Audio File',
5797             'rad' => 'Radar ViewPoint Radar Data',
5798             'radiumkey2' => 'Radium 2 License File',
5799             'radq' => 'Need for Madness Game Archive',
5800             'raf' => 'Fuji RAW Image File',
5801             'ral' => 'WinRail Track Design File',
5802             'ram' => 'Real Audio Metadata File',
5803             'rap' => 'Raptor Flowchart File',
5804             'rar' => 'WinRAR Compressed Archive',
5805             'ras' => 'Remedy Archive System File',
5806             'raskinlicens' => ' \'Raskin License File',
5807             'raskinplace' => 'Raskin Place Layout File',
5808             'rasunsoft' => 'Rasunsoft Game Replay File',
5809             'rat' => 'PICS Rating File',
5810             'ratdvd' => 'RatDVD Disk Image',
5811             'rav' => 'Rave Reports Project File',
5812             'raw' => 'Raw Audio Data',
5813             'rax' => 'Real Music Store Audio File',
5814             'ray' => 'Rayshade Image',
5815             'rb' => 'Rosebud Profile',
5816             'rb4' => 'RobotWorks Parameters File',
5817             'rbc' => 'Rembo-C Script',
5818             'rbf' => 'LEGO MINDSTORMS EV3 Robot Brick File',
5819             'rbj' => 'XRK Compiled Redcode Object File',
5820             'rbk' => 'Windows 95 Registry Backup File',
5821             'rbm' => 'Real Studio Menu File',
5822             'rbp' => 'Real Studio Project File',
5823             'rbs' => 'MP3 Ringtone File',
5824             'rbt' => 'LEGO MINDSTORMS NXT Program',
5825             'rbvcp' => 'Real Studio Version Controlled Project',
5826             'rbw' => 'Real Studio Window File',
5827             'rbx' => 'Rembo-C Compiled Script',
5828             'rbxl' => 'ROBLOX Location File',
5829             'rbxlx' => 'ROBLOX XML Place File',
5830             'rbxm' => 'ROBLOX Model',
5831             'rbxmx' => 'ROBLOX Model',
5832             'rbxs' => 'ROBLOX Script',
5833             'rbz' => 'SketchUp Plugin',
5834             'rc' => 'Resource Script',
5835             'rc1' => 'Samsung Mobile Device Firmware File',
5836             'rc2' => 'Samsung Mobile Device Firmware File',
5837             'rcd' => 'Arcade File',
5838             'rcf' => 'SonicWALL VPN Configuration File',
5839             'rcg' => 'Recog Character Recognition Set',
5840             'rcl' => 'Recolored Project File',
5841             'rco' => 'PlayStation Portable Resource File',
5842             'rcproject' => 'iMovie \'08 Project',
5843             'rcrec' => 'LogMeIn Remote Control Session Recording',
5844             'rcs' => 'RandomControl Scene File',
5845             'rct' => 'Visual Studio Resource Template',
5846             'rctd' => 'RabbitCT Dataset',
5847             'rcu' => 'RealWorld Layered Cursor Image',
5848             'rcut' => 'Webinaria Recording Cut',
5849             'rcv' => 'RoofCon Viewer Project File',
5850             'rcx' => 'REDCINE-X Project File',
5851             'rcy' => 'ReCycle 1.x Document',
5852             'rda' => 'Anno 2070 Data File',
5853             'rdata' => 'R Workspace File',
5854             'rdb' => 'Wavelet Video Images File',
5855             'rdc' => 'IDRISI Raster Documentation File',
5856             'rdf' => 'ReDIF Template',
5857             'rdg' => 'RDCman Config File',
5858             'rdi' => 'Red Dragon ISecure Settings File',
5859             'rdl' => 'MicroStation Redline File',
5860             'rdlc' => 'Visual Studio Client Report Definition File',
5861             'rdlx' => 'Power View Project File',
5862             'rdo' => 'Xerox Rawster Document Object File',
5863             'rdoc' => 'Ruby Document',
5864             'rdoc_options' => 'Ruby Document Options File',
5865             'rdp' => 'Remote Desktop Configuration File',
5866             'rdr' => 'Remote Desktop Manager Report Settings File',
5867             'rds' => 'Ray Dream Studio Scene File',
5868             'rdw' => 'Real-DRAW Project File',
5869             'rdx' => 'Reflex Data File',
5870             'readme' => 'Readme File',
5871             'reb' => 'Reimbursement Tracker Data File',
5872             'rec' => 'eJuice Me Up Recipe File',
5873             'record' => 'GarageBand Records Audio File',
5874             'red' => 'CADViewer Redline Markup File',
5875             'redif' => 'ReDIF Template',
5876             'redir' => 'Spotify Executable Redirect File',
5877             'ref' => 'IDRISI Raster Image Reference File',
5878             'reference' => 'Budget In Brief Reference File',
5879             'refresh' => 'Visual Studio Refresh File',
5880             'reg' => 'Registration Information File',
5881             'regtrans-ms' => 'Registry Transaction Log File',
5882             'rel' => 'Norton Internet Security Log File',
5883             'reloc' => 'Windows EXE Relocation Section File',
5884             'rels' => 'Open Office XML Relationships File',
5885             'rem' => 'BlackBerry Encrypted Data File',
5886             'rep' => 'X-Plane Replay File',
5887             'replay' => 'Fortnite Replay File',
5888             'req' => 'Canon SD Card Version Request File',
5889             'res' => 'Star Wars KotOR Save Resources File',
5890             'resjson' => 'Windows JavaScript Resources File',
5891             'resmoncfg' => 'Resource Monitor Configuration File',
5892             'resources' => 'Visual Studio Resource File',
5893             'ress' => 'Unity 3D Model Archive',
5894             'resw' => 'Windows Resources File',
5895             'resx' => '.NET Managed Resources File',
5896             'ret' => 'BusinessObjects Template',
5897             'rev' => 'RAR Recovery Volume Set',
5898             'rex' => 'Rexx Source File',
5899             'rexx' => 'Rexx Source File',
5900             'rez' => 'FirstClass Resource File',
5901             'rf1' => 'Retirement Forecast File',
5902             'rfa' => 'Battlefield 1942 Game Package',
5903             'rfb' => 'RoboForm Bookmark File',
5904             'rfc' => 'Ravenfield Content File',
5905             'rfd' => 'Emperor: Battle for Dune Data File',
5906             'rfgs_pc' => 'Red Faction: Guerilla Saved Game File',
5907             'rfl' => 'Reason ReFill Sound Bank',
5908             'rflw' => 'Edge Reflow Data File',
5909             'rfm' => 'rFactor Modification File',
5910             'rfn' => 'RoboForm Safenote File',
5911             'rfo' => 'RoboForm Option File',
5912             'rfp' => 'RoboForm Passcard File',
5913             'rfq' => 'RoboForm SearchCard File',
5914             'rft' => 'Revisable Form Text Document',
5915             'rfu' => 'Remote Firmware Update',
5916             'rfw' => 'Rockchip Firmware File',
5917             'rgb' => 'Q0 Image File',
5918             'rgba' => 'RGB Bitmap',
5919             'rgd' => 'Raft Saved Game File',
5920             'rge' => 'Entourage File Archive',
5921             'rgf' => 'LEGO MINDSTORMS EV3 Robot Graphics File',
5922             'rgmb' => 'RootsMagic Backup File',
5923             'rgmc' => 'RootsMagic Genealogy Project File',
5924             'rgn' => 'Garmin Regional Map File',
5925             'rgo' => 'RepliGo File',
5926             'rgp' => 'RealArcade Game Package',
5927             'rgrid' => 'RepGrid File',
5928             'rgrp' => 'Pro Tools Region Group File',
5929             'rgs' => 'Registry Script',
5930             'rgss2a' => 'RPG Maker VX RGSS Encrypted Archive',
5931             'rgss3a' => 'RPG Maker VX Ace RGSS Encrypted Archive',
5932             'rgssad' => 'RPG Maker VX RGSS Encrypted Archive',
5933             'rgt' => 'Relic Entertainment Game Texture File',
5934             'rhistory' => 'R History File',
5935             'rhp' => 'Rhino Plug-in',
5936             'rhr' => 'Script Rehearser Script File',
5937             'rhtml' => 'Ruby HTML Web Page',
5938             'ric' => 'NXT Image File',
5939             'rif' => 'Painter Raster Image File',
5940             'riff' => 'Painter Raster Image',
5941             'rig' => 'Antibody Model Rig File',
5942             'rim' => 'BioWare Resource Image File',
5943             'rip' => 'Hit\'n\'Mix Audio Mashup File',
5944             'ris' => 'Research Information Systems Citation File',
5945             'rise' => 'RISE Editor Model File',
5946             'rix' => 'ColoRIX Image',
5947             'rjs' => 'RealJukebox Skin File',
5948             'rk' => 'WinRK File Archive',
5949             'rkg' => 'Mario Kart Wii Ghost Data File',
5950             'rkp' => 'Rockchip MP4 Player Game',
5951             'rkt' => 'Racket Source Code File',
5952             'rl' => 'The 7th Guest Audio Data File',
5953             'rle' => 'Golly Simulation Pattern File',
5954             'rle.gz' => 'Golly Compressed Simulation Pattern File',
5955             'rlf' => 'ArcGIS Report Layout File',
5956             'rli' => 'RealWorld Graphics Layered Image',
5957             'rll' => 'Microsoft Resource Library',
5958             'rls' => 'Symbian Localization File',
5959             'rm' => 'RealMedia File',
5960             'rmbak' => 'Registry Mechanic Backup File',
5961             'rmd' => 'RealPlayer Media File',
5962             'rmf' => 'Rich Music Format Audio File',
5963             'rmh' => 'Rights-Managed HTML Document',
5964             'rmi' => 'RMID MIDI File',
5965             'rmj' => 'Real Media Jukebox Audio File',
5966             'rml' => 'FTG Configuration File',
5967             'rmm' => 'RAM Meta File',
5968             'rmp' => 'Magellan Raster Map File',
5969             'rmr' => 'ResumeMaker File',
5970             'rms' => 'Java Application Settings File',
5971             'rmskin' => 'Rainmeter Skin File',
5972             'rmt' => 'Router Firmware File',
5973             'rmuf' => 'Alpha Five Runtime License File',
5974             'rmv' => 'Radical Entertainment Video File',
5975             'rmvb' => 'RealMedia Variable Bit Rate File',
5976             'rmx' => 'Reference Manager Index File',
5977             'rnc' => 'RNC ProPack Archive',
5978             'rnd' => 'Random Hash Data File',
5979             'rng' => 'RELAX NG File',
5980             'rnq' => 'Renque Model File',
5981             'rns' => 'Reason Song File',
5982             'rnx' => 'RealPlayer Settings File',
5983             'roadtrip' => 'Road Trip Planner File',
5984             'roca' => 'RIB office Compressed Archive',
5985             'rock' => 'Rockbox Plug-in',
5986             'rod' => 'Ancestry Genealogical Database File',
5987             'rodl' => 'RemObjects Definition Language File',
5988             'rodx' => 'Ancestry Genealogical Database File',
5989             'rodz' => 'Ancestry Genealogical Database File',
5990             'rofl' => 'League of Legends Replay File',
5991             'rog' => 'Roger 2 Input Data File',
5992             'roi' => 'Shark Sales System Data File',
5993             'rol' => 'Ad Lib Synthesized Instrument',
5994             'rom' => 'Killing Floor Map File',
5995             'roq' => 'Id Software Game Video',
5996             'ros' => 'BattleScribe Roster Editor File',
5997             'rot' => 'Homeworld 2 Graphics File',
5998             'rotest' => 'RemObjects SDK Test File',
5999             'rotestresult' => 'RemObjects SDK Test Results File',
6000             'rou' => 'Gerber Route File',
6001             'rov' => 'Report Object Variable',
6002             'rox' => 'Actuate Report Object Executable File',
6003             'roxio' => 'Roxio Project',
6004             'roz' => 'aSc TimeTables Schedule File',
6005             'rp' => 'RealPix Clip',
6006             'rp2' => 'RetroPlatform Player Program Archive',
6007             'rp9' => 'RetroPlatform Disk Image Archive',
6008             'rpa' => 'RIB Project Archive File',
6009             'rpb' => 'Radmin Phonebook File',
6010             'rpc' => 'Rich Page Content Document',
6011             'rpd' => 'RIB Project Database File',
6012             'rpf' => 'Grand Theft Auto Data File',
6013             'rpgproject' => 'RPG Maker MV Project',
6014             'rpi' => 'Render Plug-in',
6015             'rpj' => 'Real Pac Batch Job File',
6016             'rpk' => 'RadLight Media Player Skin',
6017             'rpkg' => 'Hitman Game Patch Archive',
6018             'rpl' => 'Special Force Replay',
6019             'rplib' => 'Axure RP Widget Library File',
6020             'rpln' => 'InDesign Required Plug-in File',
6021             'rpm' => 'RealPlayer Plug-in',
6022             'rpmsg' => 'Outlook Restricted Permission Message',
6023             'rpp' => 'REAPER Project File',
6024             'rpprj' => 'Axure RP Shared Project File',
6025             'rpres' => 'R Presentation File',
6026             'rproj' => 'R Project',
6027             'rps' => '3ds Max Render Preset Settings',
6028             'rpt' => 'AccountEdge Report',
6029             'rptr' => 'Crystal Reports Read-Only File',
6030             'rpv' => 'RealPlayer Visualization File',
6031             'rpx' => 'Wii U Game',
6032             'rpy' => 'Ren\'Py Script',
6033             'rpyb' => 'Ren\'Py Bytecode File',
6034             'rpyc' => 'Ren\'Py Compiled Script',
6035             'rra' => 'vRigger Rigging Gear File',
6036             'rrd' => 'Reduced Resolution Dataset File',
6037             'rri' => 'RealWorld Image',
6038             'rrr' => 'Rhapzodé Resource Repository',
6039             'rrt' => 'Rhapzode Resource Template',
6040             'rs' => 'Windows Rating System File',
6041             'rs2' => 'RailSim2 Saved Layout File',
6042             'rsa' => 'Minecraft JAR Codesign File',
6043             'rsb' => 'Red Storm Bitmap File',
6044             'rsc' => 'Symbian Application Compiled Resource File',
6045             'rsd' => 'Rosetta Stone Data File',
6046             'rsdf' => 'RapidShare Download File',
6047             'rsdk' => 'Retro SDK Archive',
6048             'rsf' => 'Riky\'s Soft Document',
6049             'rsg' => 'RaySupreme Graph',
6050             'rsm' => 'ARIS Report Script Model File',
6051             'rsn' => 'Reason Project File',
6052             'rso' => 'ARIS Report Script Object File',
6053             'rsp' => 'RSLogix PLC Program File',
6054             'rsr' => 'Poser Model Preview File',
6055             'rsrc' => 'Macintosh Resource File',
6056             'rss' => 'RAM Structural System Model File',
6057             'rst' => 'IDRISI Raster Image',
6058             'rsv' => 'RSView32 Project File',
6059             'rsw' => 'R&R SQL Report Writer Report File',
6060             'rsx' => 'RED Metadata XML File',
6061             'rt' => 'RealText Streaming Text File',
6062             'rta' => 'TrueRTA Project File',
6063             'rtc' => 'Live Meeting Connection File',
6064             'rtd' => 'RagTime Document',
6065             'rte' => 'Revit Project Template',
6066             'rtf' => 'Rich Text Format File',
6067             'rtfd' => 'Rich Text Format Directory File',
6068             'rti' => 'Real Tracker Instrument',
6069             'rtl' => 'Raster Transfer Language File',
6070             'rtm' => 'Real Tracker Module',
6071             'rton' => 'Plants vs Zombies 2 Data File',
6072             'rtp' => 'TurboTax Update File',
6073             'rts' => 'QuickTime Real-Time Streaming Format',
6074             'rtstn' => 'Audials Station File',
6075             'rttex' => 'Robinson Technologies Texture File',
6076             'rtttl' => 'Ring Tone Transfer Language File',
6077             'rtwsh' => 'Radiotracker Wishlist File',
6078             'rtx' => 'Rich Text Document',
6079             'ru' => 'Java Russian Font Properties File',
6080             'ruel' => 'Revo Uninstaller Pro Log',
6081             'ruf' => 'Samsung DVD and Blu-ray Player Firmware File',
6082             'rul' => 'InstallShield Rules File',
6083             'ruleset' => 'Visual Studio Code Analysis Rule Set File',
6084             'rum' => 'Bink Video Subtitle File',
6085             'run' => 'Runscanner Scan File',
6086             'rupaf' => 'Revo Uninstaller Pro Activation File',
6087             'rv' => 'Real Video File',
6088             'rvdata' => 'RPG Maker VX Data File',
6089             'rvdata2' => 'RPG Maker VX Ace Data File',
6090             'rvf' => 'RichView Format File',
6091             'rvg' => 'RVG X-ray Image',
6092             'rvid' => 'Snapz Pro X Recorded Video File',
6093             'rvl' => 'Adobe Revel Library File',
6094             'rvp' => 'Sharp Blu-ray Player Firmware File',
6095             'rvproj' => 'RPG Maker VX Project File',
6096             'rvproj2' => 'RPG Maker VX Ace Project File',
6097             'rvt' => 'Revit Project File',
6098             'rvx' => 'Real Protected Video File',
6099             'rw2' => 'Panasonic RAW Image',
6100             'rw3' => 'RapidWeaver 3 Site File',
6101             'rwd' => 'Microsoft Flight Simulator Rewards File',
6102             'rwg' => 'Random Word Generator Project File',
6103             'rwl' => 'Leica RAW Image',
6104             'rwlibrary' => 'Paperless Receipt Library',
6105             'rwp' => 'RapidWeaver Package',
6106             'rwplugin' => 'RapidWeaver Plugin',
6107             'rws' => 'RimWorld Game Save File',
6108             'rwsnippet' => 'RapidWeaver Snippet File',
6109             'rwstyle' => 'RapidWeaver Style File',
6110             'rwsw' => 'RapidWeaver Site File',
6111             'rwt' => 'ReadWriteThink Timeline',
6112             'rwtheme' => 'RapidWeaver Theme',
6113             'rwz' => 'Rawzor Compressed Image',
6114             'rx2' => 'REX2 Audio File',
6115             'rxc' => 'Roxio Certificate File',
6116             'rxdata' => 'RMXP Data File',
6117             'rxe' => 'Lego Mindstorms NXT Executable Program',
6118             'rz' => 'Rzip Compressed File',
6119             'rzb' => 'Red Zion Book File',
6120             'rzk' => 'Red Zion Key File',
6121             'rzn' => 'Red Zion Notes File',
6122             'rzs' => 'Red Zion Security File',
6123             'rzx' => 'File Crypt Encrypted File',
6124             's' => 'Microsoft Train Simulator Shape File',
6125             's00' => 'ZipSplitter Part 1 Archive',
6126             's01' => 'ZipSplitter Part 2 Archive',
6127             's02' => 'ZipSplitter Part 3 Archive',
6128             's10' => 'Brasfoot Saved Game File',
6129             's16' => 'Digital Voice Recorder Audio File',
6130             's19' => 'Motorola S19 File Record',
6131             's2a' => 'SEAL2 Application',
6132             's2arr' => 'SynthFont2 Arrangement File',
6133             's2e' => 'SWF to EXE Converter Project File',
6134             's2m' => 'The Settlers 2 Map File',
6135             's2mh' => 'StarCraft 2 Map Header File',
6136             's2ml' => 'StarCraft 2 Map Localization File',
6137             's2mv' => 'StarCraft 2 Map Preview File',
6138             's2qh' => 'StarCraft 2 Localization Header File',
6139             's2ql' => 'StarCraft 2 Unit Localization File',
6140             's2z' => 'Heroes of Newerth Game Data File',
6141             's3g' => 'MakerBot 3D Print File',
6142             's3i' => 'Scream Tracker 3 Instrument',
6143             's3m' => 'ScreamTracker 3 Module',
6144             's3z' => 'Compressed Scream Tracker 3 Module',
6145             's4m' => 'SWAT 4 Map File',
6146             's5x' => 'Heritage of Kings: The Settlers Map',
6147             's7z' => 'Mac OS X 7-Zip File',
6148             's85' => 'Sabre Airline Solutions Chart',
6149             'sa1' => 'Game Boy Emulator Save File',
6150             'sa9' => 'Hue and Cry Photoshop Plug-in',
6151             'sab' => 'Saber File',
6152             'sabl' => 'Call of Duty: Black Ops II Sound',
6153             'sad' => 'Black & White Audio File',
6154             'saf' => 'McAfee Fortress File',
6155             'safariextz' => 'Apple Safari Extension Package',
6156             'safe' => 'SIGLock Encrypted File',
6157             'safenoteback' => 'P\'Safe Note Backup File',
6158             'safetext' => 'SafeText File',
6159             'sah' => 'SETIathome Data File',
6160             'sai' => 'PaintTool SAI Image',
6161             'sam' => 'MOD Edit Sample File',
6162             'sam07' => 'SAM 2007 Package',
6163             'sami' => 'Grand Theft Auto San Andres Mod',
6164             'samp' => 'Nintendo ADPCM Sound Sample File',
6165             'san' => 'Smush Animation File',
6166             'sap' => 'Atari SAP Music File',
6167             'sar' => 'Saracen Paint Image',
6168             'sas' => 'SAS Program File',
6169             'sas7bdat' => 'SAS Data Set File',
6170             'sasbx' => 'Space Agency Sandbox File',
6171             'sass' => 'Syntactically Awesome StyleSheets File',
6172             'sat' => 'ACIS SAT 3D Model File',
6173             'sav' => 'Fallout 2 Map Archive',
6174             'save' => 'Nano Temporary Save File',
6175             'saveddeck' => 'Nokia Saved Web Page',
6176             'savedsearch' => 'Spotlight Saved Search',
6177             'savedstate' => 'Virtual Router Saved State File',
6178             'saver' => 'Mac OS X Screen Saver',
6179             'sb' => 'Signed Byte Audio File',
6180             'sb2' => 'Scratch 2.0 Project File',
6181             'sb3' => 'Scratch 3.0 Project File',
6182             'sbb' => 'Office Accounting Company Backup File',
6183             'sbc' => 'Space Engineers Data File',
6184             'sbd' => 'DNASTAR SeqBuilder File',
6185             'sbf' => 'SmartBroker Data',
6186             'sbg' => 'SBaGen Binaural Beat File',
6187             'sbgf' => 'Grapher Settings File',
6188             'sbi' => 'Sound Blaster Instrument',
6189             'sbk' => 'Multimedia ToolBook System Book',
6190             'sbm' => 'Space Engineers Mod File',
6191             'sbn' => 'GT-31 Binary Data File',
6192             'sbp' => 'Sketchbook Express iCloud Image',
6193             'sbproj' => 'OpenGL Shader Builder Project',
6194             'sbq' => 'Superbase QuickReports File',
6195             'sbr' => 'Visual Studio Source Browser',
6196             'sbs' => 'Substance Package',
6197             'sbsar' => 'Substance Archive',
6198             'sbt' => 'Superbase Data Notes File',
6199             'sbu' => 'Samsung Backup File',
6200             'sbv' => 'Superbase Form Definition File',
6201             'sbw' => 'US Treasury Savings Bonds Wizard File',
6202             'sbx' => 'SeqBox Container File',
6203             'sbz' => 'ShowBiz Project File',
6204             'sc' => 'Space Engine Script',
6205             'sc2' => 'World of Tanks Blitz Model File',
6206             'sc2archive' => 'Blizzard StarCraft 2 Archive File',
6207             'sc2assets' => 'Blizzard StarCraft 2 Assets File',
6208             'sc2bank' => 'StarCraft 2 Bank File',
6209             'sc2data' => 'Blizzard StarCraft 2 Data File',
6210             'sc2locale' => 'Blizzard StarCraft 2 Localization File',
6211             'sc2ma' => 'StarCraft 2 Map Data File',
6212             'sc2map' => 'Blizzard StarCraft 2 Map File',
6213             'sc2mod' => 'Blizzard StarCraft 2 Modification File',
6214             'sc2replay' => 'Blizzard StarCraft 2 Replay File',
6215             'sc2save' => 'Blizzard StarCraft 2 Saved Game',
6216             'sc2scene' => 'StarCraft 2 Cut Scene File',
6217             'sc3' => 'SimCity 3000 City File',
6218             'sc4' => 'RollerCoaster Tycoon Scenario File',
6219             'sc45' => 'SuperCard Project File',
6220             'sc4desc' => 'SimCity 4 Description File',
6221             'sc4lot' => 'SimCity 4 Lot File',
6222             'sc4model' => 'SimCity 4 Model File',
6223             'sc5' => 'Chris Sawyer\'s Locomotion Scenario File',
6224             'sc6' => 'RollerCoaster Tycoon 2 Scenario File',
6225             'sca' => 'Scala Script File',
6226             'scacfg' => 'SuperCard Application Configuration',
6227             'scad' => 'OpenSCAD Script',
6228             'scala' => 'Scala Source Code File',
6229             'scap' => 'EFI Firmware File',
6230             'scar' => 'SCAR Script',
6231             'scb' => 'Euro Truck Simulator 2 Product Key File',
6232             'scc' => 'Scenarist Closed Caption File',
6233             'scd' => 'Data Rescue Saved Scan File',
6234             'scdoc' => 'SpaceClaim Document',
6235             'sce' => 'Scilab Script',
6236             'scea' => 'Aleph One Map File',
6237             'scene' => 'Antibody Level File',
6238             'scexcludb' => 'Spring Cleaning Exclusions File',
6239             'scf' => 'SimTown Sounds File',
6240             'scg' => 'ColoRIX Image File',
6241             'scgc' => 'myPM SCG Classic Data File',
6242             'scgp' => 'myPM SCG Pro Data File',
6243             'scgs' => 'myPM SCG Starter Data File',
6244             'sch' => 'KiCad Schematic File',
6245             'schemas' => 'GConf Schema Definition File',
6246             'schematic' => 'MCEdit Schematic File',
6247             'sci' => 'ColoRIX Graphics Image',
6248             'scl' => 'Sibelius Chord Diagram Library',
6249             'sclvl' => 'Scritter\'s Nest Data File',
6250             'scm' => 'Super Chain Media File',
6251             'scn' => 'TD Scan Data File',
6252             'scn0' => 'Wii Texture Animation File',
6253             'sco' => 'OMSI Scenery Object Configuration File',
6254             'sconf' => 'Script Settings File',
6255             'scp' => 'ColoRIX Bitmap Graphic File',
6256             'scpcfg' => 'SuperCard Project Configuration File',
6257             'scpresets' => 'Snap Converter Presets File',
6258             'scpt' => 'AppleScript Script File',
6259             'scptd' => 'AppleScript Script Bundle',
6260             'scr' => 'Script File',
6261             'scratch' => 'Scratch Project File',
6262             'screenflow' => 'ScreenFlow Document',
6263             'screstorelog' => 'Spring Cleaning Restore Log',
6264             'scresults' => 'Spring Cleaning Results File',
6265             'scribe' => 'VideoScribe Project',
6266             'script' => 'Generic Script File',
6267             'scriptlibrar' => ' \'Painter Script Library',
6268             'scriptsuite' => 'AppleScript Script Suite File',
6269             'scripttermin' => 'L\'OGY AppleScript Script Terminology File',
6270             'scriv' => 'Scrivener Document',
6271             'scrivx' => 'Scrivener XML Document',
6272             'scs' => 'Prism3D Game Data File',
6273             'scs11' => 'Show Cue System Cue File',
6274             'scskin' => 'Survivalcraft Skin File',
6275             'scss' => 'Sass Cascading Style Sheet',
6276             'sct' => 'Windows Scriptlet',
6277             'scu' => 'ColoRIX Bitmap Image',
6278             'scut4' => 'Easy Cut Studio Project',
6279             'scv' => 'ScanVec CASmate Sign File',
6280             'scw' => 'Score Writer Document',
6281             'scworld' => 'Survivalcraft World File',
6282             'scx' => 'SuperCard Help Project',
6283             'scz' => 'SmartDraw Collection Package File',
6284             'sd' => 'ESPS Sampled Data File',
6285             'sd2' => 'Sound Designer II File',
6286             'sd2f' => 'Sound Designer 2 File',
6287             'sd7' => 'Spring Content Package',
6288             'sda' => 'StarOffice Drawing',
6289             'sdat' => 'Nintendo DS Sound Data File',
6290             'sdb' => 'SocialDecks Blog File',
6291             'sdc' => 'Paragon Dictionary Database File',
6292             'sdd' => 'StarOffice Presentation',
6293             'sdef' => 'AppleScript Dictionary Document',
6294             'sdf' => 'World in Conflict Game Map',
6295             'sdg' => 'Strater Project File',
6296             'sdi' => 'Windows System Deployment Image',
6297             'sdii' => 'Sound Designer 2 Audio File',
6298             'sdinstall' => 'Speckie Dictionary Installation File',
6299             'sdl' => 'Service Description Language File',
6300             'sdlppx' => 'SDL Trados Studio Project Package',
6301             'sdlproj' => 'SDL Trados Studio Project',
6302             'sdlrpx' => 'SDL Trados Studio Return Package',
6303             'sdltpl' => 'SDL Trados Studio Project Template',
6304             'sdlxliff' => 'SDL Trados XLIFF Localization File',
6305             'sdm' => 'Spatial Data Modeling Language File',
6306             'sdn' => 'Shareware Distributors Network File',
6307             'sdo' => 'Signed Document',
6308             'sdoc' => 'Satra Khmer Document',
6309             'sdp' => 'StarOffice Presentation File',
6310             'sdq' => 'SAS Data File',
6311             'sdr' => 'Dell Support File',
6312             'sds' => 'SDS Apps Data File',
6313             'sdsk' => 'SafeHouse Private Storage Volume',
6314             'sdt' => 'Siemens Desktop Theme File',
6315             'sdtid' => 'SecurID Soft Token File',
6316             'sdv' => 'Studio DV Project File',
6317             'sdw' => 'MrSID World File',
6318             'sdx' => 'Sample MIDI Dump Exchange',
6319             'sdz' => 'NCI Compressed Database',
6320             'se' => 'Shuttle Document',
6321             'se1' => 'Swiss Ephemeris Data File',
6322             'sea' => 'Self-Extracting Archive',
6323             'seam' => 'Seam Framework Java Servlet File',
6324             'search-ms' => 'Windows Saved Search File',
6325             'searchconnec' => 'O\'R-MS Windows Search Connector File',
6326             'seb' => 'Safe Exam Browser Configuration File',
6327             'sec' => 'GuinXell Video File',
6328             'secure' => 'Septium Secure Document',
6329             'securitysett' => 'N\'GS Alpha Five Security Settings File',
6330             'sed' => 'Sed Script',
6331             'sedprj' => 'Slideshow Studio Elements Project',
6332             'seed' => 'SEED Data File',
6333             'seestyle' => 'Coda Style Sheet File',
6334             'sef' => 'Password Manager Container File',
6335             'seg' => 'Eragon Audio File',
6336             'segy' => 'SEG-Y Data File',
6337             'sel' => 'LinkOne Selection List File',
6338             'selectionpor' => 'F\'OLIOLIBRARY Painter Selection Portfolio Library',
6339             'sem' => 'Alpha Five Set Data Dictionary Memo',
6340             'sen' => 'Scifer Internal Header Archive',
6341             'seo' => 'SEO Note File',
6342             'sep' => 'Separated Image File',
6343             'seplugin' => 'AppleScript Editor Plug-in',
6344             'seq' => 'DNA Sequence Text File',
6345             'sequ' => 'Adobe Acrobat Sequence File',
6346             'ser' => 'Astronomical Capture Video File',
6347             'server' => 'MySQL Server Script',
6348             'service' => 'Systemd Service Unit File',
6349             'ses' => 'Patran Session File',
6350             'session' => 'Mozilla Firefox Session File',
6351             'sesx' => 'Adobe Audition Session File',
6352             'set' => 'Document Library Property Set File',
6353             'settingconte' => 'T\'-MS Windows Settings File',
6354             'settings' => 'Minecraft iConomy Plug-in Settings File',
6355             'setup' => 'CryENGINE Character Setup File',
6356             'sew' => 'Home Embroidery Format',
6357             'sex' => 'Alpha Five Set Data Dictionary Index',
6358             'sf' => 'IRCAM Sound File',
6359             'sf2' => 'SoundFont 2 Sound Bank',
6360             'sfap0' => 'Sound Forge Pro Audio Proxy File',
6361             'sfar' => 'Mass Effect 3 DLC File',
6362             'sfb' => 'PlayStation 3 Disc Data File',
6363             'sfc' => 'Creatures Saved Game',
6364             'sfcache' => 'ReadyBoost Cache File',
6365             'sfd' => 'Sofdec Dreamcast Movie',
6366             'sfera' => 'Sfera 360° File',
6367             'sff' => 'Structured Fax File',
6368             'sfg' => 'Synfig Studio Compressed Project',
6369             'sfi' => 'SafeFolder Encrypted File',
6370             'sfk' => 'Sound Forge Pro Audio Peak File',
6371             'sfl' => 'Sound Forge Pro Sound Data File',
6372             'sfo' => 'PSP Game Parameters File',
6373             'sfp' => 'Soft Font Printer File',
6374             'sfpack' => 'Packed SoundFont File',
6375             'sfs' => 'Kerbal Space Program Save File',
6376             'sft' => 'Microsoft App-V Sequencer File',
6377             'sfv' => 'Simple File Verification File',
6378             'sfvidcap' => 'Sonic Foundry Video Capture File',
6379             'sfw' => 'Seattle FilmWorks Image',
6380             'sfx' => 'SoundFX Audio File',
6381             'sfz' => 'SFZ Sample Definition File',
6382             'sg' => 'SG-1000 Game ROM File',
6383             'sg0' => 'Humongous Entertainment Game Save File',
6384             'sga' => 'Relic Entertainment Game Archive',
6385             'sgaa' => 'Aleph One Saved Game',
6386             'sgb' => 'Super Game Boy ROM File',
6387             'sgd' => 'GeneSnap Image File',
6388             'sgf' => 'Smart Game Format File',
6389             'sgi' => 'Silicon Graphics Image File',
6390             'sgm' => 'Starpoint Gemini 2 Mod Package',
6391             'sgml' => 'Standard Generalized Markup Language',
6392             'sgn' => 'Signet Bureau DRM File',
6393             'sgp' => 'MP3 Audio Mixer Sound Group Project',
6394             'sgpbpr' => 'Baltie Program',
6395             'sgpbprj' => 'Baltie Project',
6396             'sgpsc' => 'Baltie Scene',
6397             'sgr' => 'SimCity 4 Graphics Rules File',
6398             'sgt' => 'SPSS Chart Template',
6399             'sgy' => 'SEG-Y Data File',
6400             'sgz' => 'SigzaLock Encrypted File',
6401             'sh' => 'Unix Shell Archive',
6402             'sh2' => 'Stronghold 2 Saved Game',
6403             'sh3d' => 'Sweet Home 3D Design File',
6404             'sh3f' => 'Sweet Home 3D Model Library',
6405             'sha1' => 'SHA-1 Hash File',
6406             'sha256' => 'FileVerifier++ SHA-256 Hashes File',
6407             'sha512' => 'SHA 512 Hash File',
6408             'shader' => 'Quake 3 Engine Shader File',
6409             'shar' => 'Unix Shar Archive',
6410             'shb' => 'Windows Document Shortcut',
6411             'shc' => 'Adobe Photoshop Contours File',
6412             'shd' => 'Windows Print Job Shadow File',
6413             'shft' => 'Shift Work Calendar Data File',
6414             'shg' => 'Segmented Hyper-Graphic',
6415             'shh' => 'Adobe Photoshop Shadow/Highlight',
6416             'shipworld' => 'Starbound Player Ship File',
6417             'shk' => 'ShrinkIt Archive',
6418             'shn' => 'Shorten Compressed Audio File',
6419             'shortcut' => 'Asutype Shortcut',
6420             'show' => 'Thinkfree Office NEO Show Document',
6421             'shp' => 'ESRI Shapefile',
6422             'shpa' => 'Aleph One Shape File',
6423             'shproj' => 'Visual Studio Code Sharing App Project',
6424             'shr' => 'Unix Shell Archive File',
6425             'shs' => 'Microsoft Scrap File',
6426             'shsh' => 'iPhone/iPod Touch SHSH Blob File',
6427             'sht' => 'HTML File with Server Side Includes',
6428             'shtm' => 'HTML Server Side Include File',
6429             'shtml' => 'Server Side Include HTML File',
6430             'shv' => 'Husqvarna Viking Embroidery File',
6431             'shw' => 'Corel Presentation',
6432             'shx' => 'Motorola Flash Superfile',
6433             'shy' => 'ShyFile Encrypted File',
6434             'si' => 'Softimage Image File',
6435             'sia' => 'Spin It Again Track Data File',
6436             'sib' => 'Sibelius Score',
6437             'sid' => 'SID Audio File',
6438             'sidb' => 'iTunes Authorization Data File',
6439             'sidd' => 'iTunes Authorization Data File',
6440             'sidn' => 'iTunes Authorization Data File',
6441             'sidx' => 'StuffIt Archive Index File',
6442             'sif' => 'Synfig Studio Project',
6443             'sifz' => 'Synfig Studio Compressed Project',
6444             'sig' => 'Broderbund Sign File',
6445             'signature' => 'e-Filing Digital Signature File',
6446             'sii' => '18 Wheels of Steel: Haulin\' Truck',
6447             'sim' => 'Aurora Image',
6448             'simg' => 'Synclavier Disk Image File',
6449             'simp' => 'Software Ideas Modeler Project',
6450             'sims2pack' => 'Downloaded Sims 2 Package File',
6451             'sims3' => 'The Sims 3 Game Save File',
6452             'sims3.backup' => 'The Sims 3 Game Save Backup File',
6453             'sims3.bad' => 'The Sims 3 Failed Game Save File',
6454             'sims3pack' => 'The Sims 3 Package File',
6455             'sin' => 'Sony Xperia Firmware File',
6456             'sinf' => 'iOS Application Archive File',
6457             'sis' => 'arivis ImageCore File',
6458             'sis.dm' => 'Ovi Store DRM-Protected Application',
6459             'sisx' => 'Symbian OS Installation File',
6460             'sisx.dm' => 'Nokia Ovi Store DRM-Protected',
6461             'sit' => 'StuffIt Archive',
6462             'site' => 'GoLive Website Project File',
6463             'sitemap' => 'ASP.NET Site Map File',
6464             'sites' => 'iWeb Site Design Project',
6465             'sites2' => 'iWeb Site Design Project',
6466             'sitx' => 'StuffIt X Archive',
6467             'siv' => 'Silicon Imaging Video File',
6468             'sjava' => 'Synchronous Java File',
6469             'sjd' => 'Scrapbook Factory Journal File',
6470             'sjpg' => 'Sealed JPG File',
6471             'sk' => 'Safari History Index File',
6472             'sk1' => 'sK1 Vector Graphic File',
6473             'sk2' => 'ChemSketch Drawing',
6474             'skb' => 'SketchUp Backup Document',
6475             'skba' => 'SketchBook Pro Animation File',
6476             'skc' => 'SideKick Card File',
6477             'skcard' => 'Starfish Sidekick Card File',
6478             'skd' => 'Max Payne Skin Data File',
6479             'skein' => 'Skein XML File',
6480             'sketch' => 'Sketch Drawing',
6481             'sketchpad' => 'Sketchpad Drawing File',
6482             'skf' => 'AutoSketch Drawing',
6483             'ski' => 'Motorola Phone Skin File',
6484             'skim' => 'Skim Notes File',
6485             'skin' => 'InstallShield Skin File',
6486             'skindex' => 'Mail Index File',
6487             'skitch' => 'Skitch Image',
6488             'skl' => 'Maya Skeleton File',
6489             'skm' => 'SketchUp Materials File',
6490             'skn' => 'Avant Browser Skin File',
6491             'skp' => 'SketchUp Document',
6492             'skr' => 'PGP Private Keyring',
6493             'skse' => 'Skyrim Script Extender Save File',
6494             'skv' => 'XLANG Schedule Drawing File',
6495             'skx' => 'XLANG Schedule File',
6496             'skypechatsty' => 'E\'Chat Style File',
6497             'skypeemotico' => 'S\'ET Skype Emoticon Set File',
6498             'skz' => 'SuperKaramba Theme',
6499             'sl' => 'Software License File',
6500             'sla' => 'Scribus Document',
6501             'sla.gz' => 'Scribus Compressed Document',
6502             'slb' => 'AutoCAD Slide Library',
6503             'sld' => 'AutoCAD Slide File',
6504             'sldasm' => 'SolidWorks Assembly File',
6505             'slddrt' => 'SolidWorks Sheet File',
6506             'slddrw' => 'SolidWorks Drawing File',
6507             'sldprt' => 'SolidWorks Part File',
6508             'sldtm' => 'SDL Translation Memory File',
6509             'sle' => 'Sisulizer Package File',
6510             'slf' => 'Symantec License File',
6511             'sli' => 'OMSI Spline Configuration File',
6512             'slk' => 'Symbolic Link File',
6513             'sll' => 'Static Link Library',
6514             'sln' => 'Visual Studio Solution File',
6515             'slogo' => 'StarLogo Project File',
6516             'slogt' => 'StarLogo Project Template',
6517             'slp' => 'Sisulizer Project File',
6518             'sls' => 'Image Playlist',
6519             'slst' => 'Game Data File',
6520             'slt' => 'Mozilla User Profile Folder',
6521             'sltng' => 'StarLogo TNG Project File',
6522             'slupkg-ms' => 'XrML Digital License Package',
6523             'slx' => 'SpectraLayers Pro Project',
6524             'sm' => 'Space Engine 3D Mesh File',
6525             'sma' => 'SmartPlant Enhanced Report',
6526             'smali' => 'Android Smali Assembly Language File',
6527             'smc' => 'Super Nintendo Game ROM',
6528             'smd' => 'Sega Mega Drive ROM',
6529             'sme' => 'SmartEncryptor Encrypted File',
6530             'sment' => 'StarMade Entity File',
6531             'smf' => 'SkinMagic Toolkit File',
6532             'smg' => 'SolidWorks Composer File',
6533             'smi' => 'Self-Mounting Disk Image',
6534             'smil' => 'SMIL Presentation File',
6535             'smk' => 'Smacker Compressed Movie File',
6536             'sml' => 'ARC/INFO Simple Macro Language File',
6537             'smm' => 'Map Manager Schema File',
6538             'smmstore' => 'Local Mind Map Store File',
6539             'smmx' => 'SimpleMind Mind Map File',
6540             'smo' => 'Sumotori Dreams Arena File',
6541             'smod' => 'Stonehearth Mod File',
6542             'smp' => 'Xionics SMP Image',
6543             'smpd' => 'Sc2gears Mouse Print Data File',
6544             'smpf' => 'Sprite Monkey Project',
6545             'smpkg' => 'SmartMusic Package File',
6546             'smpx' => 'SmartMusic Accompaniment File',
6547             'smrailroadss' => 'V\'EDGAME Sid Meier\'s Railroads! Saved Game',
6548             'smrd' => 'Adobe InDesign Filter File',
6549             'sms' => 'Sega Master System ROM',
6550             'smsec' => 'StarMade Sector File',
6551             'smskin' => 'StarMade Skin File',
6552             'smt' => 'Samsung Theme File',
6553             'smv' => 'Smokeview Simulation Data',
6554             'smwt' => 'Adobe InDesign Filter',
6555             'smx' => 'SmartMusic XML File',
6556             'smz' => 'SMath Studio Compressed Document',
6557             'smzip' => 'StepMania Package',
6558             'sn1' => 'Drive Snapshot First Differential',
6559             'sn2' => 'Drive Snapshot Second Differential',
6560             'sna' => 'NOGBA Snapshot File',
6561             'snag' => 'SnagIt Capture File',
6562             'snagitstamps' => 'Snagit Stamp Archive',
6563             'snagproj' => 'Snagit Project File',
6564             'snagstyles' => 'Snagit Style Archive',
6565             'snapfireshow' => 'Corel SnapfireShow File',
6566             'snappy' => 'Snappy Compressed File',
6567             'snapshot' => 'VMware ThinApp Snapshot File',
6568             'snb' => 'Shanda Bambook eBook',
6569             'snd' => 'Akai MPC Sample',
6570             'snda' => 'Aleph One Sound File',
6571             'snf' => 'Starry Night Pro Document',
6572             'sng' => 'Korg Trinity Song File',
6573             'sngx' => 'ChordWizard Song',
6574             'snippet' => 'Visual Studio IntelliSense Code Snippet',
6575             'snk' => 'Strong Name Key File',
6576             'snm' => 'Netscape Mail Index',
6577             'sno' => 'Starry Night Pro Data File',
6578             'snp' => 'Access Report Snapshot',
6579             'sns' => 'SNS Video Game Audio File',
6580             'snsf' => 'Super NES Sound Format File',
6581             'snt' => 'Sticky Notes File',
6582             'snx' => 'PISnoop Workspace File',
6583             'so' => 'Shared Library',
6584             'so-abi' => 'Cocoa AbiWord Plug-in',
6585             'so.0' => 'Unix Shared Library File',
6586             'sob' => 'OpenOffice.org Impress Bimap Styles',
6587             'sod' => 'Spear of Destiny Data File',
6588             'soe' => 'Star Wars: Shadows of the Empire Save',
6589             'soepsx' => 'Player Studio Viewer Item File',
6590             'sol' => 'Flash Local Shared Object File',
6591             'solitairesav' => '-\'MS Microsoft Solitaire Saved Game',
6592             'song' => 'AudioSauna Song File',
6593             'sonic' => 'DigitalMedia Project File',
6594             'sopt' => 'Synclavier Optical Disk Image File',
6595             'sor' => 'Standard OTDR Record File',
6596             'sou' => 'SBStudio II Sound File',
6597             'soundpack' => 'SoundPackager Sound Package',
6598             'sounds' => 'Quake 3 Engine Sound Definition File',
6599             'soundscript' => 'Rigs of Rods Sound Script File',
6600             'sow' => 'Descent ARJ Archive',
6601             'sp' => 'Simplexety Parameters File',
6602             'sp2' => 'Super Ball 2 Level File',
6603             'sp3' => 'Windows XP SP3 CD File',
6604             'sp4' => 'SuperCard 4 Player Project',
6605             'sp45' => 'SuperCard Player File',
6606             'spa' => 'Nintendo DS Particle File',
6607             'spanisher' => 'Spanisher Word File',
6608             'sparc' => 'Skype Plugin Archive',
6609             'sparkle' => 'Sparkle Website Project',
6610             'sparsebundle' => 'Mac OS X Sparse Bundle',
6611             'sparsefs' => 'BlueStacks Data Folder',
6612             'sparseimage' => 'Mac OS X Sparse Image',
6613             'spb' => 'Samsung Kies Phonebook File',
6614             'spc' => 'Spectrum 512 Compressed Image',
6615             'spd' => 'Form·Z Suspended Render File',
6616             'spdf' => 'Sealed PDF File',
6617             'spe' => 'SPSS Extension',
6618             'spec' => 'RPM Specification File',
6619             'speccy' => 'Speccy Snapshot',
6620             'spf' => 'ShadowProtect Full Backup File',
6621             'spfx' => 'Squeeze Presets File',
6622             'spg' => 'TCP Optimizer Backup File',
6623             'sph' => 'NIST SPHERE Audio File',
6624             'spi' => 'ShadowProtect Incremental Backup File',
6625             'spidersolita' => 'R\'ESAVE-MS Microsoft Spider Solitaire Saved Game',
6626             'spiff' => 'Still Picture Interchange File Format',
6627             'spj' => 'SPSS Production Job File',
6628             'spk' => 'Deer Hunter Map File',
6629             'spl' => 'sPlan Schematic Diagram File',
6630             'spl7' => 'sPlan 7 Schematic Diagram File',
6631             'splane' => 'Simple Planes Plane File',
6632             'split' => 'Archiver Split File',
6633             'spm' => 'Salt Package Manager Formula Package',
6634             'spo' => 'Spore Saved Game',
6635             'spp' => 'Serif PhotoPlus Picture File',
6636             'sppack' => 'SPPack Sound Sample',
6637             'spq' => 'SPSS Database Query File',
6638             'spr' => 'FoxPro Generated Screen File',
6639             'sprg' => 'Synclavier Program File',
6640             'sprite' => 'Scratch Sprite File',
6641             'sprite2' => 'Scratch 2.0 Sprite File',
6642             'sps' => 'Sharkport PS2 Save File',
6643             'spt' => 'TM File Packer Compressed Archive',
6644             'spu' => 'Spectrum 512 Image',
6645             'spub' => 'Disc Cover File',
6646             'spv' => 'SPSS Output Document',
6647             'spvchain' => 'MultiCoin Wallet File',
6648             'spx' => 'System Profiler XML Report',
6649             'sq' => 'Sysquake Program',
6650             'sqb' => 'SQL Backup SQL Server Backup File',
6651             'sqd' => 'Configuration Settings File',
6652             'sqf' => 'Sothink SWF Quicker File',
6653             'sqfs' => 'Squash FS Bootable File',
6654             'sql' => 'Structured Query Language Data File',
6655             'sqlite' => 'SQLite Database File',
6656             'sqlite3' => 'SQLite 3 Database File',
6657             'sqlitedb' => 'SQLite Database',
6658             'sqlproj' => 'Visual Studio SQL Server Project',
6659             'sqm' => 'Operation Flashpoint Mission File',
6660             'sqr' => 'SQL Program File',
6661             'squashfs' => 'Squashfs File System File',
6662             'sqx' => 'SQX Archive',
6663             'sqz' => 'The Master Genealogist Backup Project',
6664             'sr' => 'Sun Raster Image File',
6665             'sr0' => 'SecuROM Analysis File',
6666             'sr2' => 'Sony RAW Image',
6667             'srb' => 'Sonic Robo Blast 2 Data File',
6668             'src' => 'Source Code',
6669             'src.rpm' => 'Red Hat Package Manager Source File',
6670             'srd' => 'Sage Report Data File',
6671             'srep' => 'SuperREP Compressed File',
6672             'srf' => 'Samsung Smart TV Recording File',
6673             'srg' => 'Ketron Single Registration File',
6674             'srk' => 'Sub Rosa Client File',
6675             'srm' => 'Super Nintendo ROM Save File',
6676             'srr' => 'ReScene Metadata File',
6677             'srs' => 'Outlook Send/Receive Settings File',
6678             'srt' => 'SubRip Subtitle File',
6679             'srt0' => 'Wii Texture Animation File',
6680             'srw' => 'Samsung RAW Image',
6681             'ss' => 'SilverStripe Source Code File',
6682             'ssa' => 'Children of the Nile Campaign File',
6683             'ssc' => 'Celestia Solar System Catalog File',
6684             'sscs' => 'Saropa Smart Copy Script',
6685             'ssd' => 'Starry Night Pro Data File',
6686             'sseq' => 'Synclavier Sequence File',
6687             'ssf' => 'Structured Subtitle Format File',
6688             'ssfsav' => 'Super Smash Flash Saved Game File',
6689             'ssi' => 'Adobe Dreamweaver Server Side Include',
6690             'ssii' => 'ProReveal Data File',
6691             'ssis' => 'ProReveal Settings File',
6692             'ssk' => 'SmartSketch 95 Document',
6693             'ssl' => 'Fallout Script',
6694             'ssl2' => 'Sunlight ScanLibrary 2 File',
6695             'sslf' => 'HLSW Shared Server List File',
6696             'ssm' => 'Standard Streaming Metafile',
6697             'ssnd' => 'Synclavier Sound File',
6698             'ssp' => 'Scala Server Page',
6699             'sss' => 'Coda Style Sheet File',
6700             'sst' => 'Children of the Nile Textures File',
6701             'ssv' => 'Seavus Secure Project File',
6702             'ssw' => 'Sony Ericsson Firmware File',
6703             'st' => 'Atari ST Disk Image',
6704             'st3' => 'Star 3 MIDI Karaoke File',
6705             'st4' => 'SuperCard Trial Project File',
6706             'st45' => 'SuperCard Trial Project File',
6707             'sta' => 'Adobe Photoshop Match Color Image',
6708             'stage' => 'Pokémon Type Wild Stage Data File',
6709             'stap' => 'Soundtrack Pro Audio Project File',
6710             'startupinfo' => 'E-Prime 2.0 Startup Info File',
6711             'stats' => 'FreeSurfer Statistics File',
6712             'stb' => 'AutoCAD Plot Style Table File',
6713             'stc' => 'Siemens Theme File',
6714             'std' => 'CD/DVD Label Template',
6715             'stdl' => 'Swift To-Do List Database',
6716             'ste' => 'Samsung IPOLIS Image File',
6717             'steamstart' => 'Valve Steam Start File',
6718             'stencyl' => 'Stencyl Game File',
6719             'step' => 'STEP 3D Model',
6720             'stf' => 'Microsoft Setup Table File',
6721             'stfx' => 'SampleTank Effects Settings File',
6722             'stg' => 'ActiveSync Backup File',
6723             'sth' => 'SampleTank User Preset Data File',
6724             'sti' => 'SampleTank User Preset Data File',
6725             'stip' => 'SampleTank User Preset Instrument',
6726             'stix' => 'Structured Threat Information',
6727             'stk' => 'Power Vision Stock File',
6728             'stl' => 'SuperTux Level File',
6729             'stm' => 'The Powder Toy Stamp File',
6730             'stmb' => 'Synclavier Timbre File',
6731             'stml' => 'SSI HTML File',
6732             'stn' => 'Genuine Fractals Image',
6733             'sto' => 'PRO100 3D Interior Design Project',
6734             'story' => 'Storyist Document',
6735             'storyboard' => 'Interface Builder Storyboard Document',
6736             'storyistthem' => ' \'Storyist Application Theme File',
6737             'storymill' => 'StoryMill Project File',
6738             'stp' => 'RoboHelp Stop List File',
6739             'stproj' => 'iAd Producer Project',
6740             'str' => 'BFME2 Strings File',
6741             'strings' => 'Text Strings File',
6742             'strm' => 'Stream File',
6743             'sts' => 'DuoS DSEMU Saved State File',
6744             'stsg' => 'SuperTux Saved Game',
6745             'stskin' => 'Steam Skin File',
6746             'stt' => 'SPSS Table Template',
6747             'sttpl' => 'Samsung Theme Showcase File',
6748             'stu' => 'Pinnacle Studio Project File',
6749             'studio' => 'Silhouette Studio Document',
6750             'studio3' => 'Silhouette Studio Version 3 Document',
6751             'stw' => 'SampleTank User Preset Data File',
6752             'stwm' => 'SuperTux World Map File',
6753             'stx' => 'Scream Tracker Music Interface Kit File',
6754             'stxt' => 'Sealed Text File',
6755             'sty' => 'Aegisub Subtitle Styles File',
6756             'styk' => 'Stykz Stick Figure',
6757             'stykz' => 'Stykz Animation',
6758             'style' => 'ArcGIS Style Manager File',
6759             'styx' => 'ChordWizard Style',
6760             'sub' => 'SubTerra Level File',
6761             'sublime-buil' => ' \'Sublime Text Build File',
6762             'sublime-keym' => 'P\'Sublime Text Keymap File',
6763             'sublime-menu' => 'Sublime Text Menu File',
6764             'sublime-opti' => 'N\'S Sublime Text Options File',
6765             'sublime-pack' => 'G\'E Sublime Text Package File',
6766             'sublime-proj' => 'C\'T Sublime Text Project File',
6767             'sublime-sess' => 'O\'N Sublime Text Session File',
6768             'sublime-sett' => 'N\'GS Sublime Text Settings File',
6769             'sublime-snip' => 'E\'T Sublime Text Snippet File',
6770             'sublime-them' => ' \'Sublime Text Theme File',
6771             'sublime-work' => 'P\'ACE Sublime Text Workspace File',
6772             'suck' => 'SiteSucker Website File',
6773             'sud' => 'Sudoku Puzzle File',
6774             'suf' => 'Ccrypt Encrypted File',
6775             'sugar' => 'Espresso Plug-in',
6776             'sui' => 'StarSplatter User Interface File',
6777             'suit' => 'Macintosh Font Suitcase',
6778             'sum' => 'Garmin Checksum File',
6779             'sumo' => 'Sumo Paint Image',
6780             'sun' => 'Sun Raster Graphic File',
6781             'suniff' => 'Sun TAAC Image',
6782             'suo' => 'Visual Studio Solution User Options',
6783             'sup' => 'Super Project Definition File',
6784             'supp' => 'iOS Application Archive File',
6785             'sv$' => 'AutoCAD Automated Backup File',
6786             'sv' => 'SystemVerilog Source Code File',
6787             'sv2i' => 'Symantec System Index File',
6788             'sv4' => 'RollerCoaster Tycoon Saved Game',
6789             'sv5' => 'Chris Sawyer\'s Locomotion Saved Game',
6790             'sv6' => 'RollerCoaster Tycoon 2 Saved Game',
6791             'sva' => 'Manga Browser Comic File',
6792             'svc' => 'WCF Web Service File',
6793             'svd' => 'Scanning Vibrometer Data File',
6794             'sve' => 'Carmageddon: TDR 2000 Saved Game',
6795             'svf' => 'Simple Vector Format Graphic',
6796             'svg' => 'Saved Game File',
6797             'svgz' => 'Compressed SVG File',
6798             'svh' => 'SystemVerilog Source Code Header File',
6799             'svi' => 'Samsung Video File',
6800             'svm' => 'StarView Metafile',
6801             'svn-base' => 'Subversion Base File',
6802             'svn-work' => 'Subversion Cache File',
6803             'svq' => 'Roland Sequencer File',
6804             'svr' => 'Compressed Virtual World',
6805             'svs' => 'Game Boy Advance Saved State File',
6806             'svt' => 'Torchlight Saved Game File',
6807             'svw' => 'SpecView File',
6808             'svx' => '8SVX Sound File',
6809             'sw' => 'Signed Word Audio File',
6810             'sw2' => 'Softwrap License File',
6811             'swa' => 'Shockwave Audio',
6812             'swav' => 'Nintendo DS Audio File',
6813             'swc' => 'Super Nintendo Wild Card ROM File',
6814             'swd' => 'Flash Debug File',
6815             'swf' => 'Shockwave Flash Movie',
6816             'swi' => 'SWiSH Project File',
6817             'swidtag' => 'SWID Tag File',
6818             'swift' => 'Swift Source Code File',
6819             'switch' => 'Switch Package',
6820             'swj' => 'SolidWorks Journal File',
6821             'swk' => 'StudyWorks Save File',
6822             'swm' => 'Split Windows Imaging Format File',
6823             'swp' => 'Vi Swap File',
6824             'swt' => 'Flash Generator Template',
6825             'swv' => 'Microsoft Sidewinder Game Voice',
6826             'sww' => 'Anno Saved Game',
6827             'swz' => 'Adobe Flash Player Cache File',
6828             'sx' => 'SimplexNumerica Data File',
6829             'sxc' => 'StarOffice Calc Spreadsheet',
6830             'sxcu' => 'ShareX Custom Uploader',
6831             'sxd' => 'ArcScene Document',
6832             'sxg' => 'Apache OpenOffice Master Document',
6833             'sxi' => 'StarOffice Impress Presentation',
6834             'sxls' => 'Sealed Excel Spreadsheet',
6835             'sxm' => 'StarMath Formula',
6836             'sxml' => 'Sealed XML File',
6837             'sxt' => 'Propellerhead Reason NN-XT Patch File',
6838             'sxw' => 'StarOffice Writer Document',
6839             'sy' => 'Simplexety Data File',
6840             'sy3' => 'Harvard Graphics Symbol File',
6841             'sy_' => 'Compressed SYS File',
6842             'syb' => 'Syberia Game Data File',
6843             'syh' => 'Synchomatic Instrument',
6844             'sylk' => 'Microsoft Symbolic Link File',
6845             'sym' => 'TatukGIS Symbols File',
6846             'syn' => 'Synergy On Air Audio File',
6847             'synw-proj' => 'SynWrite Project',
6848             'sys' => 'Motorola Driver File',
6849             'sys-reserved' => 'R\'W-BITMAP.GROW Pioneer DVD Recorder Dummy File',
6850             'system' => 'Vega Strike Virtual System File',
6851             'syw' => 'Yamaha SY99/SY85 Audio File',
6852             'syx' => 'MIDI System Exclusive Message',
6853             'sz' => 'Winamp Classic Skin Download',
6854             'szs' => 'GameCube Data File',
6855             't$m' => 'AVG Internet Security Temporary File',
6856             't' => 'Turing Source Code File',
6857             't01' => 'TaxCut 2001 File',
6858             't02' => 'TaxCut 2002 File',
6859             't03' => 'TaxCut 2003 File',
6860             't04' => 'TaxCut 2004 File',
6861             't05' => 'TaxCut 2005 Tax Return',
6862             't06' => 'TaxCut 2006 Tax Return',
6863             't07' => 'TaxCut 2007 Tax Return',
6864             't08' => 'TaxCut 2008 Tax Return',
6865             't09' => 'At Home 2009 Tax Return',
6866             't10' => 'At Home 2010 Tax Return',
6867             't11' => 'At Home 2011 Tax Return',
6868             't12' => 'At Home 2012 Tax Return',
6869             't13' => 'H&R Block 2013 Tax Return',
6870             't14' => 'H&R Block 2014 Tax Return',
6871             't15' => 'H&R Block 2015 Tax Return',
6872             't16' => 'H&R Block 2016 Tax Return',
6873             't17' => 'H&R Block 2017 Tax Return',
6874             't2' => 'Textease 2000 File',
6875             't2b' => 'CyBook Thumbnail Image',
6876             't2d' => 'TouchDraw Document',
6877             't2k' => 'Teach2000 Document',
6878             't2ks' => 'Teach2000 Exam Results File',
6879             't2kt' => 'Teach2000 Exam File',
6880             't3001' => 'TARGET 3001! Circuit Design Project File',
6881             't3d' => 'TicTacTi Advertisement Definition File',
6882             't3x' => 'TYPO3 Compressed Extension',
6883             't64' => 'Commodore 64 Tape Image File',
6884             't65' => 'PageMaker Template File',
6885             'ta' => 'Sony Firmware File',
6886             'ta4' => 'TaxAct 2014 Tax Return File',
6887             'ta5' => 'TaxAct 2015 Tax Return File',
6888             'ta6' => 'TaxAct 2016 Tax Return File',
6889             'ta7' => 'TaxAct 2017 Tax Return File',
6890             'taac' => 'Sun TAAC Image File',
6891             'tab' => 'Typinator Set File',
6892             'tablecontent' => 'SMART Table Activity Pack File',
6893             'tac' => 'ActiCalc Data File',
6894             'taf' => 'ADRIFT Text Adventure File',
6895             'tag' => 'DataFlex Data File',
6896             'tak' => 'TAK 2000 Thermal Model File',
6897             'tao' => 'Track at Once CD/DVD Image',
6898             'tap' => 'Tap Tap Revenge Tap File',
6899             'tar' => 'Consolidated Unix File Archive',
6900             'tar.bz2' => 'Compressed Tarball File',
6901             'tar.gz' => 'Compressed Tarball File',
6902             'tar.gz2' => 'Misnamed BZ2 Tarball',
6903             'tar.lz' => 'Lzip Compressed Tarball',
6904             'tar.lzma' => 'LZMA Compressed Tarball',
6905             'tar.md5' => 'Android System File',
6906             'tar.xz' => 'XZ Compressed Tar Archive',
6907             'tar.z' => 'Zipped Tarball File',
6908             'tardist' => 'TAR Distribution Archive',
6909             'targa' => 'Targa Graphic',
6910             'targets' => 'MSBuild Targets File',
6911             'tax' => 'TurboTax Tax Return',
6912             'tax08' => 'TurboTax 2008 Tax Return File',
6913             'tax09' => 'TurboTax 2009 Tax Return File',
6914             'tax10' => 'TurboTax 2010 Tax Return File',
6915             'tax11' => 'TurboTax 2011 Tax Return File',
6916             'tax12' => 'TurboTax 2012 Tax Return File',
6917             'tax13' => 'TurboTax 2013 Tax Return File',
6918             'tax15' => 'TurboTax 2015 Tax Return File',
6919             'tax16' => 'TurboTax 2016 Tax Return File',
6920             'tax17' => 'TurboTax 2017 Tax Return File',
6921             'tax2008' => 'TurboTax 2008 Tax Return',
6922             'tax2009' => 'TurboTax 2009 Tax Return',
6923             'tax2010' => 'TurboTax 2010 Tax Return',
6924             'tax2011' => 'TurboTax 2011 Tax Return',
6925             'tax2012' => 'TurboTax 2012 Tax Return',
6926             'tax2013' => 'TurboTax 2013 Tax Return',
6927             'tax2014' => 'TurboTax 2014 Tax Return',
6928             'tax2015' => 'TurboTax 2015 Tax Return',
6929             'tax2016' => 'TurboTax 2016 Tax Return',
6930             'tax2017' => 'TurboTax 2017 Tax Return',
6931             'taz' => 'Tar Zipped File',
6932             'tb' => 'Tabbery Tab File',
6933             'tb0' => 'Adobe Photoshop Thumbnail Cache File',
6934             'tbd' => 'Apple Xcode Text-based Definition File',
6935             'tbk' => 'FoxPro Memo Backup',
6936             'tbl' => 'StarCraft Information Table',
6937             'tbm' => 'Toribash Mod File',
6938             'tbn' => 'Kodi Thumbnail Image',
6939             'tbp' => 'Autodesk Topobase File',
6940             'tbs' => 'TuneUp Utilities Boot Screen',
6941             'tbx' => 'TermBase eXchange File',
6942             'tbz' => 'Bzip Compressed Tar Archive',
6943             'tbz2' => 'Tar BZip 2 Compressed File',
6944             'tc' => 'Tellico Collection File',
6945             'tc2' => 'TurboCAD 2D Mac Drawing',
6946             'tc3' => 'TurboCAD 2D/3D Mac Drawing',
6947             'tcc' => 'C++ Source Code File',
6948             'tccfgextende' => ' \'TestComplete Project Suite Settings File',
6949             'tcd' => 'Technobox CAD Drawing',
6950             'tcl' => 'Tcl Script',
6951             'tclogs' => 'TestComplete Log Configuration File',
6952             'tcls' => 'TestComplete Configuration File',
6953             'tcm' => 'TurboCAD Mac Drawing',
6954             'tcn' => 'Techne Model File',
6955             'tcnet' => 'TestComplete Configuration Reference File',
6956             'tcp' => 'Tally Compiled Program File',
6957             'tcr' => 'TouchMagix Creative Suite Published File',
6958             'tct' => 'TurboCAD Drawing Template',
6959             'tcw' => 'TurboCAD Drawing File',
6960             'tcx' => 'TurboCAD 3D Model Text File',
6961             'tcz' => 'Tiny Core File',
6962             'td' => 'Thunder Incomplete Download File',
6963             'td0' => 'Akai Teledisk Sound Library',
6964             'td4' => 'RollerCoaster Tycoon Track File',
6965             'td6' => 'RollerCoaster Tycoon Track Design File',
6966             'tda' => 'Java Application Thread Dump',
6967             'tda3mt' => 'DivX Author Template File',
6968             'tdb' => 'Transcendence Game Data File',
6969             'tddd' => '3D Data Description File',
6970             'tde' => 'Tableau Data Extract File',
6971             'tdf' => 'Title Definition Format File',
6972             'tdl' => 'ToDoList Tasklist File',
6973             'tdm' => 'LabVIEW Binary Measurement File',
6974             'tdms' => 'Technical Data Management Streaming File',
6975             'tds' => 'Turbo Debugger Symbols File',
6976             'tdt' => 'AVCHD Thumbnail File',
6977             'tdx' => 'D-TEG CCTV Video Information File',
6978             'tdz' => 'Drobo Firmware File',
6979             'te' => 'Textease CT Database File',
6980             'te3' => 'WinTrack Object File',
6981             'teacher' => 'SMART Response Teacher Database File',
6982             'tec' => 'TECkit Compiled Mapping File',
6983             'ted' => 'TouchMagix Editable Document Template',
6984             'tee' => 'TeeChart Template',
6985             'tef' => 'TablEdit Tablature',
6986             'temp' => 'Temporary (Temp) File',
6987             'template' => 'Apple Pages Template',
6988             'ter' => 'Terragen Terrain File',
6989             'terminal' => 'Terminal Settings File',
6990             'terrn' => 'Rigs of Rods Terrain File',
6991             'terrn2' => 'Rigs of Rods Terrain 2 File',
6992             'testrunconfi' => ' \'Visual Studio Test Run Configuration File',
6993             'testsettings' => 'Visual Studio Test Settings File',
6994             'tet' => 'Textease CT Template',
6995             'tex' => 'Texture File',
6996             'tex0' => 'Wii Texture File',
6997             'text' => 'Plain Text File',
6998             'textclipping' => 'Mac OS X Text Clipping File',
6999             'textexpander' => 'TextExpander Settings File',
7000             'textfactory' => 'BBEdit Text Factory',
7001             'texture' => 'Diesel Engine Game Texture File',
7002             'tfa' => 'TreeSoft CashFlow Analysis Data File',
7003             'tfc' => 'Unreal Engine 3 Texture File Cache',
7004             'tfd' => 'Tape Format Requirements Document',
7005             'tfil' => 'Blizzard Software Update File',
7006             'tfm' => 'TeX Font Metric File',
7007             'tfmx' => 'Final Music System Tracker Module',
7008             'tfr' => 'TIE Fighter Pilot File',
7009             'tfrd' => 'Tape Image Format Requirements Document',
7010             'tfw' => 'World File for TIFF',
7011             'tfx' => 'Pro Tools Eleven Rack Plugin Preset File',
7012             'tg' => 'Gzip Compressed Tar Archive',
7013             'tg4' => 'Tiled Group 4 Raster Image File',
7014             'tga' => 'Targa Graphic',
7015             'tgc' => 'Terragen Node Clip File',
7016             'tgd' => 'Terragen Project File',
7017             'tgf' => 'Trivial Graph Format File',
7018             'tgo' => 'Terragen Object File',
7019             'tgp' => 'Terragen Plugin',
7020             'tgw' => 'Terragen World File',
7021             'tgz' => 'Gzipped Tar File',
7022             'th' => 'Therion Data File',
7023             'tha' => 'Windows Thai Noise-Words List File',
7024             'the' => 'Microsoft Plus! Theme File',
7025             'theater' => 'iMovie Theater File',
7026             'theme' => 'Comodo Theme File',
7027             'themepack' => 'Windows 7 Theme Pack',
7028             'thing' => 'MakerBot Thing File',
7029             'thl' => 'Total 3D Home Design File',
7030             'thm' => 'Thermwood Macro File',
7031             'thmx' => 'Office 2007 Theme File',
7032             'thp' => 'TurboTax Text String',
7033             'thumb' => 'JAlbum Thumbnail File',
7034             'thumbdata3-1' => '6\'3508120 Thumbnail Index File',
7035             'thx' => 'Amiga THX Tracker Music File',
7036             'tiapp' => 'TiTanium App',
7037             'tib' => 'Acronis True Image File',
7038             'tibkp' => 'Titanium Backup File',
7039             'tid' => 'AVCHD Thumbnail File',
7040             'tie' => 'CrossTie Installer File',
7041             'tif' => 'GeoTIFF Image',
7042             'tiff' => 'Tagged Image File Format',
7043             'tig' => 'TI Connect Backup File',
7044             'tiger' => 'Tomb Raider Game Data Archive',
7045             'tim' => 'Vixen Timed Sequence File',
7046             'time' => 'LIGHT File',
7047             'timeline' => 'Timeline Data File',
7048             'timer' => 'Systemd Unit Configuration File',
7049             'timestamp' => 'Geodatabase Timestamp File',
7050             'tip' => 'TuneUp Utilities Icon Package',
7051             'tiprogram' => 'TI-Basic Program File',
7052             'tis' => 'True Image Script',
7053             'tivo' => 'TiVo Video File',
7054             'tix' => 'DivX Video Download Activation File',
7055             'tja' => 'Taikojiro Song Map File',
7056             'tjc' => 'Taikojiro Song Map Sequence File',
7057             'tjp' => 'Tiled JPEG File',
7058             'tk' => 'Tk Script',
7059             'tk3' => 'TK3 Multimedia eBook',
7060             'tkfl' => 'TKLinks Saver Favorite Links File',
7061             'tko' => 'AMX Software Module File',
7062             'tkr' => 'Tinker Custom Level File',
7063             'tl5' => 'Timeliner 5 File',
7064             'tla' => 'TuneUp Utilities Startup Logo',
7065             'tlb' => 'VAX Text Library',
7066             'tlc' => 'The Logo Creator File',
7067             'tld' => 'Tag Library Descriptor File',
7068             'tlg' => 'QuickBooks Transaction Log File',
7069             'tlh' => 'Typelib Generated C/C++ Header File',
7070             'tli' => 'Typelib Generated C/C++ Inline File',
7071             'tlk' => 'BioWare Aurora Engine Talk Table File',
7072             'tll' => 'LG TV Link-Loader File',
7073             'tlo' => 'SPSS TableLooks File',
7074             'tlp' => 'Tulip Software Graph Format File',
7075             'tls' => 'TuneUp Utilities Logon Screen',
7076             'tlx' => 'Standard Dictionary File',
7077             'tlz' => 'Tar LZMA Compressed File',
7078             'tlzma' => 'LZMA Compressed Tar Archive',
7079             'tm' => 'TeXmacs Document',
7080             'tm2' => 'Theta Music Composer 2.x Audio File',
7081             'tm8' => 'Theta Music Composer 1.x Audio File',
7082             'tmb' => 'Timbuktu Pro Connection Document',
7083             'tmbundle' => 'TextMate Bundle File',
7084             'tmc' => 'Theta Music Composer 1.x Audio File',
7085             'tmd' => 'PlayStation Game Model File',
7086             'tmdx' => 'TextMaker Document',
7087             'tme' => 'Bryce Time File',
7088             'tmlanguage' => 'TextMate Language Grammar File',
7089             'tmo' => '3DCG Animation and Pose File',
7090             'tmod' => 'Terraria Mod File',
7091             'tmp' => 'Finale Temporary File',
7092             'tmpl' => 'Xfire User Interface Template',
7093             'tmproj' => 'TextMate Project File',
7094             'tmproject' => 'TextMate Project',
7095             'tmr' => 'Free Countdown Timer Backup File',
7096             'tms' => 'Telemate Script',
7097             'tmtheme' => 'TextMate Theme File',
7098             'tmv' => 'TextMaker Template',
7099             'tmvt' => 'TimeMap Template',
7100             'tmvx' => 'TextMaker Document Template',
7101             'tmw' => 'Translation Memory Data File',
7102             'tmx' => 'Translation Memory Exchange File',
7103             'tmzip' => 'Theme Manager Zip File',
7104             'tn' => 'LG Phone Image',
7105             'tn1' => 'Tiny Low Resolution Image',
7106             'tn2' => 'Tiny Medium Resolution Image',
7107             'tn3' => 'Tiny High Resolution Image',
7108             'tne' => 'Manga Studio Tone File',
7109             'tnef' => 'Transport Neutral Encapsulation Format',
7110             'tns' => 'TI-Nspire Document',
7111             'tnsp' => 'TI-Nspire PublishView Document',
7112             'tny' => 'Atari Tiny Image',
7113             'toast' => 'Toast Disc Image',
7114             'toc' => 'Brasero Table of Contents File',
7115             'tod' => 'JVC Everio Video Capture File',
7116             'tol' => 'AOL Tool File',
7117             'top' => 'Gromacs Topology File',
7118             'topc' => 'TopicCrunch Project File',
7119             'topprj' => 'TopSolid Project File',
7120             'topviw' => 'TopSolid\'Viewer Document',
7121             'tor' => 'Star Wars: The Old Republic Asset File',
7122             'torrent' => 'BitTorrent File',
7123             'totalsbackup' => 'Totals Database Backup File',
7124             'totalsdb' => 'Totals Database File',
7125             'totalslayout' => 'Totals Invoice Layout File',
7126             'totalssyncdb' => 'Totals Synchronized Database File',
7127             'tp' => 'Beyond TV Transport Stream File',
7128             'tp0' => 'Mascom PVR Video File',
7129             'tp3' => 'Harvard Graphics DOS Template File',
7130             'tp4' => 'RollerCoaster Tycoon Track Picture File',
7131             'tpark' => 'ThemePark Project File',
7132             'tpb' => 'GROMACS Binary Input File',
7133             'tpc' => 'Topic Connection Placeholder',
7134             'tpd' => 'TreePad 7 Database File',
7135             'tpf' => 'TexMod Package File',
7136             'tpi' => 'TrueVision Bitmap Image',
7137             'tpk' => 'Gear Watchface Design Build File',
7138             'tpkey' => 'TexturePacker License Key File',
7139             'tpl' => 'TatukGIS Editor Print Template File',
7140             'tpm' => 'Transformation Parameters Model File',
7141             'tpr' => 'TMPGEnc Project File',
7142             'tps' => 'Bryce Tree Shape File',
7143             'tpu' => 'Turbo Pascal Unit',
7144             'tpx' => 'Turbo Pascal 7 Unit',
7145             'tpz' => 'Kindle Topaz eBook File',
7146             'tqs' => 'Trivia Quiz Shell Program File',
7147             'tr' => 'TomeRaider 2 eBook File',
7148             'tr3' => 'TomeRaider eBook File',
7149             'tra' => 'WinTrack Railroad Track File',
7150             'trace' => 'VMware ThinApp Trace Log File',
7151             'trak' => 'Traktor Content Pack File',
7152             'trashes' => 'macOS USB Flash Drive Trash Folder',
7153             'tray' => 'Corel CONNECT Tray File',
7154             'trc' => 'SQL Server Trace File',
7155             'trd' => 'TrID Definitions Package',
7156             'trec' => 'TechSmith Recording File',
7157             'trelby' => 'Trelby File',
7158             'trf' => 'Smaart Transfer Function File',
7159             'tri' => 'Triangle Mesh File',
7160             'trif' => 'Tiled Raster Interchange Format',
7161             'trim.3ds' => 'Trimmed 3DS ROM',
7162             'trim.cia' => 'Trimmed CTR Importable Archive',
7163             'trk' => 'Garmin Track File',
7164             'trm' => 'Oracle Trace Map File',
7165             'trn' => 'SQL Server Transaction Log Backup File',
7166             'trp' => 'HD Video Transport Stream',
7167             'trs' => 'Linear Saw Component Information Archive',
7168             'truck' => 'Rigs of Rods Truck Definition File',
7169             'trx' => 'WebAuthorize Batch File',
7170             'trx_dll' => 'Windows Startup File',
7171             'ts' => 'TypeScript File',
7172             'ts1' => 'VirtualBus Texture Description File',
7173             'ts4script' => 'The Sims 4 Script Archive',
7174             'tsc' => 'Cave Story Script',
7175             'tscproj' => 'TechSmith Camtasia Project File',
7176             'tsf' => 'Strater Template File',
7177             'tsi' => 'Traktor Settings File',
7178             'tsk' => 'TTPod Skin',
7179             'tsl' => 'Tracker Status Log',
7180             'tsm' => 'TwinCAT System Manager Configuration File',
7181             'tsp' => 'TrueSpeech Audio File',
7182             'tsr' => 'TIFF Simple Rare File',
7183             'tst' => 'TagScanner Text Transform Script',
7184             'tstream' => 'SwarmPlayer Streaming Torrent',
7185             'tsv' => 'Digital Receiver Video Recording File',
7186             'tsz' => 'Trillian Skin File',
7187             'tt' => 'Visual Studio Text Template',
7188             'tt10' => 'TurboTax Canada 2010 Tax Return',
7189             'tt11' => 'TurboTax Canada 2011 Tax Return',
7190             'tt12' => 'TurboTax Canada 2012 Tax Return',
7191             'tt13' => 'TurboTax Canada 2013 Tax Return',
7192             'tt14' => 'TurboTax Canada 2014 Tax Return',
7193             'tt15' => 'TurboTax Canada 2015 Tax Return',
7194             'tt16' => 'TurboTax Canada 2016 Tax Return',
7195             'tt17' => 'TurboTax Canada 2016 Tax Return',
7196             'tt2012state' => 'TurboTax 2012 State Tax Form',
7197             'tt2013state' => 'TurboTax 2013 State Tax Form',
7198             'tt2014state' => 'TurboTax 2014 State Tax Form',
7199             'tt2015state' => 'TurboTax 2015 State Tax Form',
7200             'tt2016state' => 'TurboTax 2016 State Tax Form',
7201             'tt2017state' => 'TurboTax 2017 State Tax Form',
7202             'tta' => 'True Audio File',
7203             'ttarch' => 'Telltale Games Archive',
7204             'ttbk' => 'Canadian TurboTax 2010 Backup File',
7205             'ttc' => 'TrueType Font Collection',
7206             'ttd' => 'Tinytag Explorer Data File',
7207             'tte' => 'Private Character Editor File',
7208             'ttf' => 'TrueType Font',
7209             'ttk' => 'Catalyst Translation Toolkit',
7210             'ttkgp' => 'TatukGIS Project File',
7211             'ttl' => 'AGT Game Title File',
7212             'ttm' => 'Tower Toppler Mission File',
7213             'ttmd' => 'Trail Tracker Trail Map',
7214             'tts' => 'ToolBook Translation System File',
7215             'ttskey' => 'Tech Tool Store License File',
7216             'ttx' => 'Trados TagEditor File',
7217             'ttxt' => 'MPEG-4 Timed Text Subtitles File',
7218             'tu' => 'Turing Source File',
7219             'tub' => 'PaintShop Pro Picture Tube',
7220             'tun' => 'LEGO Racers Audio File',
7221             'tur' => 'Turing Program Source File',
7222             'tut' => 'Children of the Nile Tutorial File',
7223             'tvc' => 'TeamViewer Configuration File',
7224             'tvdownload' => 'TeamViewer Download File',
7225             'tvj' => 'TrueView Job Ticket',
7226             'tvl' => 'TurboTax File',
7227             'tvlayer' => 'mimoLive TV Layer',
7228             'tvm' => 'TV3D Model',
7229             'tvpi' => 'TitanTV Television Listing File',
7230             'tvrecording' => 'BoinxTV TV recording',
7231             'tvs' => 'TeamViewer Video Session File',
7232             'tvshow' => 'mimoLive Show',
7233             'tvtemplate' => 'mimoLive Template',
7234             'tvvi' => 'TitanTV Television Listing File',
7235             'twb' => 'Tableau Workbook File',
7236             'twbx' => 'Tableau Packaged Workbook',
7237             'twc' => 'TTWin Configuration File',
7238             'twh' => 'Task Wheel Project File',
7239             'twig' => 'Twig Template',
7240             'twm' => 'theWord Module',
7241             'twt' => 'Carmageddon 2 Data File',
7242             'twz' => 'theWord Compressed Archive Module',
7243             'twzip' => 'theWord Compressed Archive Module',
7244             'tx_' => 'Compressed Text File',
7245             'txa' => 'Midas ViewPoint Text Array List',
7246             'txd' => 'Game Texture Dictionary',
7247             'txf' => 'Celestia Font Texture File',
7248             'txn' => 'MySpaceIM Conversation Log File',
7249             'txt' => 'Plain Text File',
7250             'txtrpt' => 'CommScope Teletilt Control System Report',
7251             'txw' => 'Yamaha TX16W Audio File',
7252             'txz' => 'XZ Compressed Tar Archive',
7253             'tyimport' => 'Typinator Set Import File',
7254             'typeit4me' => 'TypeIt4Me Clippings File',
7255             'tyset' => 'Typinator Set File',
7256             'tz' => 'Zipped Tar Archive',
7257             'tzarc' => 'Trainz Archive',
7258             'tzx' => 'ZX Spectrum Tape Image File',
7259             'u' => 'Subsampled Raw YUV Image',
7260             'u10' => 'UFile 2010 Tax Return',
7261             'u11' => 'UFile 2011 Tax Return',
7262             'u12' => 'UFile 2012 Tax Return',
7263             'u3d' => 'Universal 3D File',
7264             'u3i' => 'U3 Application Information File',
7265             'u3p' => 'U3 Smart Application',
7266             'u8' => '3D Lemmings Audio File',
7267             'uasset' => 'Unreal Asset File',
7268             'uax' => 'Unreal Audio Package',
7269             'ub' => 'Unsigned Byte Audio File',
7270             'ubj' => 'Universal Binary JSON File',
7271             'ubox' => 'Universe Sandbox Data File',
7272             'uc' => 'UnrealScript Class',
7273             'uc2' => 'UltraCompressor 2 Archive',
7274             'uccapilog' => 'Microsoft UCC API Log File',
7275             'uce' => 'Windows UCE System File',
7276             'ucf' => 'WebEx Media File',
7277             'uci' => 'UFS Explorer Backup File',
7278             'ucl' => 'Killing Floor System File',
7279             'ucm' => 'Crazy Machines Model File',
7280             'uct' => 'UC Browser Theme File',
7281             'ud' => 'OmniPage User Dictionary',
7282             'udb' => 'Dynamics AX User Database File',
7283             'udc' => 'Adobe InDesign User Dictionary',
7284             'udcx' => 'Universal Data Connection File',
7285             'udeb' => 'Debian Package File',
7286             'udf' => 'Excel User Defined Function',
7287             'udk' => 'Unreal Engine Map File',
7288             'udl' => 'Microsoft Universal Data Link File',
7289             'uds' => 'NetBackup UNIX Domain Socket File',
7290             'uea' => 'Protector Suite QL Encrypted Archive',
7291             'ufo' => 'Ulead File Object',
7292             'ufr' => 'Ultra Fractal File',
7293             'ufs' => 'FreeBSD Unix File System File',
7294             'ufs.uzip' => 'Compressed Unix File System File',
7295             'uft' => 'Torque Font Cache File',
7296             'uga' => 'Ulead GIF Animator File',
7297             'ugoira' => 'Ugoira Animated Image File',
7298             'ugr' => 'Apophysis Ultra Fractal Gradient File',
7299             'uha' => 'UHarc Compressed Archive',
7300             'uhtml' => 'UC Browser Saved Webpage',
7301             'ui' => 'User Interface File',
7302             'uibak' => 'UltraISO Backup Disk Image',
7303             'uif' => 'Universal Image Format Disc Image',
7304             'uis' => 'WindowBlinds User Interface Specification',
7305             'ukx' => 'Unreal Animation Package',
7306             'ulaw' => 'Raw u-Law Audio File',
7307             'uld' => 'Unified Luminaire Data File',
7308             'ulf' => 'Universal List File',
7309             'ulp' => 'EAGLE User Language Program',
7310             'uls' => 'NetMeeting User Location Service File',
7311             'ult' => 'UltraTracker Module',
7312             'ulw' => 'u-Law Audio File',
7313             'ulx' => 'Glulx Game File',
7314             'ulz' => 'USBlyzer Data Capture File',
7315             'umap' => 'Unreal Engine Map File',
7316             'umd' => 'Splinter Cell Blacklist Game Data File',
7317             'umf' => 'MediaHolder Universal Media Format File',
7318             'uml' => 'UML Data Object Model',
7319             'umlclass' => 'UML Class Model',
7320             'umod' => 'Unreal Tournament Module File',
7321             'ums' => 'Rune 3D Mesh File',
7322             'umx' => 'Unreal Music Package',
7323             'unauth' => 'SiteMinder Unauthorized Message File',
7324             'unf' => 'UNIF ROM File',
7325             'uni' => 'MikMod UniMOD Module',
7326             'unif' => 'UNIF ROM File',
7327             'unity' => 'Unity Scene File',
7328             'unity3d' => 'Unity Web Player File',
7329             'unitypackage' => 'Unity Package File',
7330             'unityproj' => 'Unity 3D Project',
7331             'unk' => 'Unknown File',
7332             'unknown' => 'Unknown File Type',
7333             'unl' => 'Garmin Unlock File',
7334             'unr' => 'Unreal Level Map',
7335             'unt' => 'AutoCAD Unit Definition File',
7336             'unx' => 'Unix Text File',
7337             'uof' => 'Uniform Office Document',
7338             'uop' => 'Ultima Online Patch File',
7339             'uos' => 'Uniform Office Spreadsheet',
7340             'uot' => 'Uniform Office Document',
7341             'upd' => 'Program Update Information',
7342             'update' => 'ISAPI Update File',
7343             'updatr' => 'iConomy Update File',
7344             'upf' => 'Panono Unstitched Panorama Format',
7345             'upg' => 'Upgrade File',
7346             'upk' => 'Unreal Engine 3 Package',
7347             'upoi' => 'iGO Points of Interest File',
7348             'upr' => 'FileMaker User Dictionary',
7349             'ups' => 'UPS Patch File',
7350             'upx' => 'Ultimate Packer for eXecutables File',
7351             'uqm' => 'The Ur-Quan Masters Game Data File',
7352             'url' => 'Internet Shortcut',
7353             'urr' => 'Uniface Signatures File',
7354             'urt' => 'Utah Raster Toolkit File',
7355             'usa' => 'Unreal Saved Game File',
7356             'useq' => 'USeq Genome Data File',
7357             'user' => 'Visual Studio Project User Options File',
7358             'userprofile' => 'Norton AntiVirus User Profile File',
7359             'usertile-ms' => 'Windows 8 User Tile File',
7360             'usf' => 'EVGA Precision X Skin File',
7361             'usflib' => 'Nintendo 64 Song Library',
7362             'usm' => 'USM Game Video File',
7363             'usr' => 'Lowrance GPS Data File',
7364             'ust' => 'UTAU Sequence Text File',
7365             'ustar' => 'Uniform Standard Tape Archive Format File',
7366             'usx' => 'Unreal Static Meshes',
7367             'ut2' => 'Unreal Tournament Map',
7368             'ut2mod' => 'Unreal Tournament 2003/2004 Module File',
7369             'ut3' => 'Unreal Tournament 3 Map File',
7370             'ut4mod' => 'Unreal Tournament 2004 Module',
7371             'ut8' => 'Ghost Master Language File',
7372             'utc' => 'Bioware Creature File',
7373             'utf8' => 'Unicode UTF8-Encoded Text Document',
7374             'utw' => 'Unity Whirld File',
7375             'utx' => 'Unreal Texture Package',
7376             'utxt' => 'Unicode Text File',
7377             'utz' => 'UIQ Theme Package',
7378             'uu' => 'Uuencoded File',
7379             'uud' => 'UUDecoded File',
7380             'uue' => 'Uuencoded File',
7381             'uvf' => 'Uncertain Value Format',
7382             'uvw' => 'UVW Coordinates File',
7383             'uvx' => 'Unreal Tournament 2003 Saved Game',
7384             'uw' => 'Unsigned Word Audio File',
7385             'uwf' => 'UltraTracker Wave File',
7386             'uwl' => 'User Word List File',
7387             'uwrf' => 'Universal Web Radio File',
7388             'uxf' => 'UML eXchange Format',
7389             'uxx' => 'Unreal Tournament Cache',
7390             'uzip' => 'FreeBSD Compressed Disk Image',
7391             'v' => 'Subsampled Raw YUV Image',
7392             'v11.suo' => 'Visual Studio 2012 Solution User Options File',
7393             'v12' => 'All The Right Type Database File',
7394             'v12.suo' => 'Visual Studio 2013 Solution User Options File',
7395             'v264' => 'v264 IPROBOT3 Video File',
7396             'v2i' => 'Norton Ghost Virtual Volume Image',
7397             'v2m' => 'V2 Synthesizer Audio File',
7398             'v3d' => 'Visual3D.NET Data File',
7399             'v3o' => 'Emergency 3 and 4 Model File',
7400             'v3v' => 'Vector Art 3D Model File',
7401             'v64' => 'Nintendo 64 ROM Dump',
7402             'vac' => 'Oc2.316s Cakit File',
7403             'vag' => 'PlayStation Compressed Sound File',
7404             'val' => 'Olympus Voice Recording',
7405             'vala' => 'Vala Source Code File',
7406             'vap' => 'Dialogic Indexed Voice Audio File',
7407             'vaporcd' => 'Norum Vapor CD',
7408             'var' => 'Variable Data',
7409             'vault' => 'Fontcase Vault File',
7410             'vb' => 'Grand Theft Auto Audio File',
7411             'vbc' => 'VodBurner Crude Video File',
7412             'vbd' => 'Visual Basic ActiveX Document',
7413             'vbe' => 'VBScript Encoded Script File',
7414             'vbf' => 'City Interactive Game Data File',
7415             'vbg' => 'Visual Basic Project Group File',
7416             'vbhtml' => 'ASP.NET Razor Web Page',
7417             'vbk' => 'Veeam Backup File',
7418             'vbm' => 'Veeam Backup Metadata File',
7419             'vbox' => 'Oracle VM VirtualBox Settings File',
7420             'vbox-extpack' => 'Oracle VM VirtualBox Extension Pack',
7421             'vbox-prev' => 'Oracle VM VirtualBox Settings Backup File',
7422             'vbp' => 'Visual Basic Project File',
7423             'vbpf1' => 'Virtual Business - Personal Finance Data File',
7424             'vbproj' => 'Visual Studio Visual Basic Project',
7425             'vbr' => 'GIMP Parametric Brush File',
7426             'vbs' => 'VBScript File',
7427             'vbscript' => 'Visual Basic Script',
7428             'vbt' => 'iAntiVirus Temporary Scan File',
7429             'vbw' => 'Visual Basic Workspace File',
7430             'vbx' => 'Visual Basic Custom Control',
7431             'vbx6settings' => 'VirusBarrier X6 Settings File',
7432             'vbz' => 'Visual Basic Project Template',
7433             'vc' => 'Verge Code File',
7434             'vc1' => 'VC-1 Video File',
7435             'vc3' => 'VSampler Soundbank File',
7436             'vc4' => 'Visual C++ 4 File',
7437             'vc6' => 'Virtual CD 6 CD Image',
7438             'vc8' => 'Virtual CD 8 Disc Image',
7439             'vcd' => 'Valve Choreography Data File',
7440             'vce' => 'Yamaha Voice File',
7441             'vcf' => 'vCard File',
7442             'vcm' => 'Vice City Mod Manager File',
7443             'vco' => 'Virtual CD Collection File',
7444             'vcomps' => 'V-Comp Setup File',
7445             'vcp' => 'eMbedded Visual C++ Project File',
7446             'vcpf' => 'VideoConvert Project File',
7447             'vcpref' => 'Norton Antivirus Preferences File',
7448             'vcproj' => 'Visual C++ Project File',
7449             'vcr' => 'ATI Video Card Recording',
7450             'vcrd' => 'Windows Vault Credentials File',
7451             'vcs' => 'vCalendar Event File',
7452             'vct' => 'VISE Installer Project',
7453             'vcv' => 'ViewCave Video File',
7454             'vcw' => 'eMbedded Visual C++ Workspace File',
7455             'vcx' => 'Visual Fox Pro Class Library',
7456             'vcxitems' => 'VC++ Project Items File',
7457             'vcxproj' => 'Visual C++ Project',
7458             'vda' => 'Targa Bitmap Image File',
7459             'vdata' => 'Vaulty Vault File',
7460             'vdb' => 'OpenVDB Volume Database File',
7461             'vdc' => 'IDRISI Vector Documentation File',
7462             'vdf' => 'Gothic Game Data File',
7463             'vdi' => 'StepMania Debug Resource File',
7464             'vdj' => 'VirtualDJ Audio Sample File',
7465             'vdjsend' => 'VirtualDJ Send File',
7466             'vdm' => 'VEDIT Macro File',
7467             'vdo' => 'Heathen Virus File',
7468             'vdp' => 'Visual Studio Deployment Project',
7469             'vdproj' => 'Visual Studio Setup and Deployment Project',
7470             'vdr' => 'VirtualDub Signpost File',
7471             'vdw' => 'Visio Web Drawing',
7472             'vdx' => 'The 7th Guest Video File',
7473             'vec' => 'Orbiter Vector Map File',
7474             'veg' => 'Vue Vegetation file',
7475             'vegaswindowl' => 'Y\'OUT MAGIX VEGAS Window Layout File',
7476             'veh' => 'Vehicle File',
7477             'vem' => 'Meta Media Video E-Mail File',
7478             'vep' => 'AVS Video Editor Project File',
7479             'ver' => 'Version Record',
7480             'vert' => 'Vertex Shader File',
7481             'vet' => 'Lectra Cutter\'s Must File',
7482             'vexe' => 'Virus Executable File',
7483             'vf' => 'VEGAS Movie Studio Project File',
7484             'vfb' => 'FontLab Studio Font File',
7485             'vfc' => 'VentaFax Cover Page File',
7486             'vfd' => 'Virtual Floppy Disk',
7487             'vff' => 'Sun TAAC Graphic File',
7488             'vfs' => 'VentaFax Schedule File',
7489             'vfs0' => 'Metro 2033 Sound File',
7490             'vft' => 'VideoStudio Filter File',
7491             'vfw' => 'Video for Windows',
7492             'vfz' => 'Creative Webcam Video Effects File',
7493             'vga' => 'VGA Display Driver',
7494             'vgc' => 'ViziGen Code Generation Template',
7495             'vgd' => 'Generic CADD VGA Driver',
7496             'vgi' => 'Vista Game Explorer Editor Game File',
7497             'vgm' => 'Video Game Music File',
7498             'vgz' => 'Video Game Music Compressed File',
7499             'vhd' => 'VHDL Source File',
7500             'vhdl' => 'VHDL Source File',
7501             'vhdx' => 'Windows 8 Virtual Hard Drive File',
7502             'vhv' => 'Valve Source Lighting File',
7503             'vi' => 'LabVIEW Virtual Instrument File',
7504             'vibe' => 'VibePlayer Haptic File',
7505             'vic' => 'ViziGen Code Import Mappings File',
7506             'vicar' => 'VICAR Image File',
7507             'vid' => 'Generic Video File',
7508             'video' => 'aTube Catcher Video File',
7509             'viewlet' => 'Qarbon Viewlet',
7510             'viff' => 'Visualization Image File Format',
7511             'viivo' => 'Viivo Encrypted File',
7512             'vim' => 'Vim Settings File',
7513             'vimrc' => 'Vim Runtime Configuration File',
7514             'vip' => 'Stitch Pattern File',
7515             'vir' => 'Virus-Infected File',
7516             'vis' => 'Visibility Image File',
7517             'visual' => 'World of Tanks 3D Model Surface File',
7518             'visual_proce' => 'S\'ED World of Tanks 3D Model Surface File',
7519             'viv' => 'PlayStation Video File',
7520             'vivo' => 'VivoActive Video File',
7521             'vix' => 'Lightworks Video Index File',
7522             'vjp' => 'Visual Studio J++ Project',
7523             'vjsproj' => 'Visual Studio J# Project',
7524             'vlab' => 'VisionLab Studio Project File',
7525             'vlc' => 'VLC Playlist',
7526             'vlcl' => 'VMware Localization File',
7527             'vle' => 'Virtual Labs Electricity Circuit File',
7528             'vlg' => 'VentaFax Logbook File',
7529             'vlp' => 'LiveSite Project',
7530             'vlt' => 'WinVault File Archive',
7531             'vlw' => 'Processing Font File',
7532             'vlx' => 'Compiled AutoLISP File',
7533             'vm' => 'Velocity Template',
7534             'vmac' => 'VMware Configuration File',
7535             'vmap' => 'Valve Source 2 Uncompiled Map File',
7536             'vmap_c' => 'Valve Source 2 Compiled Map File',
7537             'vmba' => 'VMware Configuration File',
7538             'vmc' => 'Windows Virtual Machine Configuration File',
7539             'vmcx' => 'Virtual Machine Shell Information File',
7540             'vmd' => 'Vocaloid Motion Data File',
7541             'vmdk' => 'Virtual Machine Disk File',
7542             'vmdk-convert' => 'M\'P VMWare Fusion Temporary File',
7543             'vmdl' => 'Valve Source 2 Model File',
7544             'vmf' => 'Covox Speech Thing Sample',
7545             'vmf_autosave' => 'Valve Hammer Editor Autosave File',
7546             'vmg' => 'Nokia Text Message',
7547             'vmhf' => 'VMware Hot Fix File',
7548             'vmhr' => 'VMware Hot Fix Request File',
7549             'vml' => 'Vector Markup Language File',
7550             'vmlf' => 'VAIO Video File',
7551             'vmlt' => 'VAIO Video File',
7552             'vmo' => 'Virtools Media Object File',
7553             'vmpl' => 'VMware Policy File',
7554             'vmsd' => 'VMware Snapshot Metadata File',
7555             'vmsg' => 'VMware Application Message File',
7556             'vmsn' => 'VMware Snapshot State File',
7557             'vmss' => 'VMware Suspended State File',
7558             'vmt' => 'VMware Configuration File',
7559             'vmtm' => 'VMware Team Data File',
7560             'vmv' => 'VisualBoyAdvance Recording',
7561             'vmwarevm' => 'VMware Fusion Virtual Machine',
7562             'vmx' => 'Valve Map Backup File',
7563             'vmxf' => 'VMware Team Member File',
7564             'vna' => 'JVC JLIP Image',
7565             'vnc' => 'VNC Configuration File',
7566             'vncloc' => 'Screen Sharing VNC Internet Location',
7567             'vnd' => 'Type3 Design File',
7568             'vnf' => 'Vision Numeric Font',
7569             'vni' => 'Dell Webcam Central Application Configuration',
7570             'vnt' => 'Mobile Phone vNote File',
7571             'vob' => 'Vue Objects File',
7572             'voc' => 'RCA Voice Recorder File',
7573             'voca' => 'PhotoVOCA Communication Board File',
7574             'voi' => 'Voyetra Voice File',
7575             'vok' => 'PocketVok Vocabulary File',
7576             'vol' => 'Volfs File System Directory',
7577             'volarchive' => 'CopyCatX Volume Archive',
7578             'vor' => 'StarOffice Template',
7579             'vox' => 'Voxlap Voxel Model File',
7580             'voxal' => 'Voxal Project File',
7581             'voxb' => 'Voxler Network File',
7582             'vp' => 'Volition Package File',
7583             'vp3' => 'On2 Streaming Video File',
7584             'vp6' => 'TrueMotion VP6 Video File',
7585             'vp7' => 'TrueMotion VP7 Video File',
7586             'vpa' => 'VPchat Chat Gestures File',
7587             'vpc' => 'ViziGen Configuration File',
7588             'vpc6' => 'Virtual Machine Package',
7589             'vpc7' => 'Virtual Machine Package',
7590             'vpcbackup' => 'Windows Virtual PC Backup File',
7591             'vpd' => 'VoxPro Database File',
7592             'vpe' => 'Photoshop Vanishing Point Export File',
7593             'vph' => 'VirtualPhotographer Custom Settings',
7594             'vpj' => 'VideoPad Video Editor Project File',
7595             'vpk' => 'Valve Pak',
7596             'vpl' => 'Karaoke Player Playlist',
7597             'vpm' => 'Vox Proxy Macro File',
7598             'vpol' => 'Windows Vault Policy File',
7599             'vpp' => 'VisionPro Job File',
7600             'vps' => 'Virtual CD Copy Template',
7601             'vpw' => 'VoxPro Wave File',
7602             'vpx' => 'Avast! Virus Update File',
7603             'vqc' => 'Virtual CD Quick Copy File',
7604             'vqf' => 'TwinVQ Audio File',
7605             'vr' => 'VR Studio Project File',
7606             'vrb' => 'Veeam Incremental Backup File',
7607             'vrd' => 'Visio Report Definition File',
7608             'vrf' => 'Ventrilo Audio Recording',
7609             'vrimg' => 'V-Ray Image File',
7610             'vrl' => 'VRML Virtual World',
7611             'vrml' => 'VRML File',
7612             'vro' => 'DVD Video Recording Format',
7613             'vrphoto' => 'VR Photo Image',
7614             'vrt' => 'Virtual World',
7615             'vs' => 'Vivid Include File',
7616             'vs4' => 'AVTECH CCTV Video Surveillance File',
7617             'vsch' => 'Windows Vault Schema File',
7618             'vscontent' => 'Visual Studio Content File',
7619             'vsct' => 'Visual Studio Command Table',
7620             'vsd' => 'Visio Drawing File',
7621             'vsdisco' => 'DISCO Dynamic Discovery Document',
7622             'vsdm' => 'Visio Macro-Enabled Drawing',
7623             'vsdx' => 'Visio Drawing',
7624             'vse' => 'AVTECH CCTV Video',
7625             'vsh' => 'Vertex Shader File',
7626             'vshost.exe' => 'Visual Studio Hosting Process File',
7627             'vsi' => 'Visual Studio Content Installer File',
7628             'vsix' => 'Visual Studio Extension',
7629             'vsixmanifest' => 'VSIX Manifest',
7630             'vsl' => 'Velocity Template File',
7631             'vsmacros' => 'Visual Studio Binary Macro Project',
7632             'vsmdi' => 'Visual Studio Test Metadata File',
7633             'vsmproj' => 'Visual Studio Text Macro Project',
7634             'vso' => 'Compiled Vertex Shader File',
7635             'vsp' => 'Visual Studio Performance Report File',
7636             'vspf' => 'Visual Studio Performance Filter File',
7637             'vsprops' => 'Visual Studio Project Property File',
7638             'vsps' => 'Visual Studio Serialized Performance Report',
7639             'vspscc' => 'Visual Studio Project Source Control File',
7640             'vspx' => 'Visual Studio Performance Report Data File',
7641             'vsq' => 'VOCALOID2 Project File',
7642             'vsqx' => 'VOCALOID3 Project File',
7643             'vss' => 'Visio Stencil File',
7644             'vssettings' => 'Visual Studio Settings File',
7645             'vssm' => 'Visio Macro-Enabled Stencil File',
7646             'vssscc' => 'Visual Studio Solution Source Control File',
7647             'vssx' => 'Visio Stencil File',
7648             'vst' => 'Targa Bitmap Image',
7649             'vstm' => 'Visio Macro-Enabled Drawing Template',
7650             'vstpreset' => 'VST Preset File',
7651             'vstx' => 'Visio Drawing Template',
7652             'vsv' => 'Virtual Machine Saved State File',
7653             'vsw' => 'Visio Workspace File',
7654             'vsx' => 'Visio Stencil XML File',
7655             'vsz' => 'Visual Studio Wizard File',
7656             'vtf' => '3DESIGN CAD File',
7657             'vtm' => 'Visual Tool Markup Language Document',
7658             'vtml' => 'Visual Tool Markup Language File',
7659             'vtpr' => 'Studio Store Visualizer Project',
7660             'vtt' => 'Web Video Text Tracks File',
7661             'vtv' => 'Adobe Dreamweaver Validator Configuration File',
7662             'vtx' => 'VTX Chiptune File',
7663             'vud' => 'Virtual Machine Undo Drive File',
7664             'vue' => 'FoxPro 2.x View Settings',
7665             'vvd' => 'Vivid 3D Scanner Element File',
7666             'vvf' => 'Voc Vocabulary File',
7667             'vvv' => 'Virtual Volumes View Catalog',
7668             'vvvvvv' => 'VVVVVV Game Level File',
7669             'vw' => 'Volkswriter Text File',
7670             'vwl' => 'Vuforia Word List',
7671             'vwp' => 'Vehicle Weapon File',
7672             'vwx' => 'Vectorworks Design File',
7673             'vx2' => 'Space Engineers Voxel Object Data File',
7674             'vx_' => 'Compressed Virtual Device Driver File',
7675             'vxd' => 'Virtual Device Driver',
7676             'vxml' => 'VoiceXML File',
7677             'vxp' => 'Mobile Application File',
7678             'vyf' => 'Samsung Digital Voice Recorder File',
7679             'vym' => 'VYM Mind Map File',
7680             'vzm' => 'Verizon Message File',
7681             'w' => 'Google Toolbar Search History File',
7682             'w01' => 'Samsung Recovery File',
7683             'w02' => 'Split Archive File',
7684             'w32' => 'WinCAPs Subtitle File',
7685             'w3d' => 'Adobe Shockwave 3D File',
7686             'w3g' => 'Warcraft 3 Replay File',
7687             'w3m' => 'Warcraft 3 Map File',
7688             'w3n' => 'Warcraft 3 Expansion Campaign Map File',
7689             'w3x' => 'Warcraft 3 Expansion Map FIle',
7690             'w3z' => 'Warcraft 3 Saved Game File',
7691             'w64' => 'Sony Wave64 Audio File',
7692             'wa' => 'Windows Addon Archive',
7693             'wa2' => 'Wonderland Adventures Custom Adventure File',
7694             'wab' => 'Windows Address Book',
7695             'wac' => 'Inkling Sketch XML File',
7696             'wad' => 'Nintendo Wii Game Data File',
7697             'waff' => 'Internet Explorer for Mac Web Archive',
7698             'wagame' => 'Worms Armageddon Game Recording',
7699             'wal' => 'Winamp Modern Skin',
7700             'wallet' => 'MultiDoge Wallet File',
7701             'walletx' => 'Enpass Data File',
7702             'wam' => 'Worms Armageddon Mission File',
7703             'wand' => 'GarageBand Magic Template',
7704             'wapproj' => 'Windows Application Packaging Project File',
7705             'war' => 'Java Web Archive',
7706             'wasm' => 'WebAssembly Binary File',
7707             'wav' => 'DTS-WAV File',
7708             'wave' => 'WAVE Sound File',
7709             'wax' => 'Windows Media Audio Redirect',
7710             'wb0' => 'Webshots Picture File',
7711             'wb1' => 'Corel Quattro Pro File',
7712             'wb2' => 'Corel Quattro Pro File',
7713             'wb3' => 'Corel Quattro Pro 7 and 8 File',
7714             'wba' => 'WindowBlinds Compressed Skin',
7715             'wbb' => 'WinBackup Archive',
7716             'wbc' => 'Webshots Collection File',
7717             'wbcat' => 'Windows Backup Catalog File',
7718             'wbd' => 'Webshots Picture File',
7719             'wbfs' => 'Wii Backup File System File',
7720             'wbi' => 'Compact ISO File',
7721             'wbk' => 'WordPerfect Workbook',
7722             'wbm' => 'Wireless Bitmap Image',
7723             'wbmp' => 'Wireless Bitmap Image File',
7724             'wbp' => 'Webshots Collection File',
7725             'wbs' => 'WebBlender Project File',
7726             'wbt' => 'Toribash Help File',
7727             'wbxml' => 'WAP Binary XML File',
7728             'wbz' => 'Webshots Download Picture File',
7729             'wc' => 'Valve Hammer Configuration File',
7730             'wcat' => 'WinCatalog Collection File',
7731             'wcd' => 'Works Calendar File',
7732             'wcf' => 'WebEx Saved Chat Session',
7733             'wcinv' => 'Windows Meeting Space Invitation File',
7734             'wcm' => 'Microsoft Works Communications Script',
7735             'wcp' => 'WinDVD Creator Project File',
7736             'wcp_settings' => 'Alpha Five Settings File',
7737             'wcry' => 'WannaCry Virus Encrypted File',
7738             'wcx' => 'RemoteApp and Desktop Connections Configuration',
7739             'wcz' => 'Chameleon Clock Wallpaper File',
7740             'wd3' => 'Offline Explorer Data File',
7741             'wdb' => 'Blizzard World of Warcraft Database File',
7742             'wdf' => 'Wonderland Adventures Media File',
7743             'wdgt' => 'Adobe Captivate Widget File',
7744             'wdgtproj' => 'Dashcode Widget Project',
7745             'wdl' => 'World Definition Language Script',
7746             'wdp' => 'Windows Media Photo File',
7747             'wdq' => 'Offline Explorer Queue File',
7748             'wdseml' => 'Thunderbird Searchable Email File',
7749             'wdw' => 'WinDev Window File',
7750             'wdz' => 'WDZip Compressed Archive',
7751             'wea' => 'Ecotect Weather File',
7752             'weap' => 'Quake 3 Engine Weapon File',
7753             'weavelibrary' => 'Painter Weave Library',
7754             'web' => 'Xara Web Document',
7755             'webapp' => 'Firefox Web App Manifest File',
7756             'webarchive' => 'Safari Web Archive',
7757             'webarchivexm' => ' \'Android Web Browser Archive',
7758             'webbookmark' => 'Safari Web Bookmark File',
7759             'webdoc' => 'Box.net Web Document',
7760             'webhistory' => 'Safari Web History File',
7761             'webloc' => 'Mac OS X Website Location',
7762             'webm' => 'WebM Video File',
7763             'webp' => 'WebP Image',
7764             'webpnp' => 'Web Point and Print File',
7765             'webpublishhi' => 'T\'ORY Alpha Five Web Publish History File',
7766             'website' => 'Internet Explorer Pinned Site Shortcut',
7767             'webtemplate' => 'iWeb Template',
7768             'webtest' => 'Visual Studio Web Test File',
7769             'webtheme' => 'iWeb Theme Template',
7770             'webz' => 'WEBZ Compressed eBook File',
7771             'wem' => 'Wwise Encoded Media File',
7772             'wer' => 'Windows Error Report',
7773             'wfb' => 'WaveFront Sound Bank',
7774             'wfc' => 'Windows Wireless Network Settings File',
7775             'wfd' => 'Wayfinder Map File',
7776             'wfm' => 'dBASE Form',
7777             'wfp' => 'WaveFront Program File',
7778             'wfsp' => 'Wondershare Fantashow Project',
7779             'wft' => 'GTA 4 Car Model File',
7780             'wfw' => 'Windows Firewall Policy File',
7781             'wgf' => 'Widelands Game File',
7782             'wgi' => 'Wildgame Innovations Video File',
7783             'wgp' => 'Web Gallery Project',
7784             'wgs' => 'Walk-Graph Segment File',
7785             'wgt' => 'IMPS Data File',
7786             'wgz' => 'S60 Web Runtime Widget Package',
7787             'whf' => 'Wing Helper File',
7788             'whirld' => 'Unity Whirld Package',
7789             'whl' => 'Python Wheel Package',
7790             'whtt' => 'HTTrack Website Copier File',
7791             'wi' => 'Wavelet Image',
7792             'wic' => 'J Wavelet Image',
7793             'wid' => 'Visual Studio Widget File',
7794             'widget' => 'HybridJava Widget',
7795             'wie' => 'WordPress Widget Export File',
7796             'wif' => 'Weaving Interchange Format File',
7797             'wii' => 'Scrambled Wii Disc Image',
7798             'wil' => 'WinImage Disk Image List',
7799             'wim' => 'Windows Imaging Format File',
7800             'win' => 'FoxPro Window Settings',
7801             'winclone' => 'Winclone Image',
7802             'windowslivec' => 'N\'TACT Windows Live Contacts File',
7803             'winmd' => 'Windows Metadata File',
7804             'wiq' => 'Visual Studio Work Item Query File',
7805             'wixlib' => 'WiX Library File',
7806             'wixmsp' => 'WiX XML Patch File',
7807             'wixmst' => 'WiX Transform File',
7808             'wixobj' => 'WiX Object File',
7809             'wixout' => 'WiX XML Output File',
7810             'wixpdb' => 'WiX Debug File',
7811             'wixproj' => 'WiX Project File',
7812             'wiz' => 'Microsoft Wizard File',
7813             'wje' => 'WinJournal Entry',
7814             'wjf' => 'WinJournal Journal File',
7815             'wjr' => 'ReGet Deluxe Data File',
7816             'wk1' => 'Lotus Worksheet',
7817             'wk2' => 'Lotus 2 Worksheet',
7818             'wk3' => 'Lotus 3 Worksheet',
7819             'wk4' => 'Lotus 4 Worksheet',
7820             'wk5' => 'Lotus 5 Worksheet',
7821             'wke' => 'Lotus 1-2-3 Educational Version Worksheet',
7822             'wki' => 'Lotus 2 Worksheet',
7823             'wkq' => 'Quattro Pro for DOS Spreadsheet File',
7824             'wks' => 'Lotus 1-2-3 Spreadsheet',
7825             'wku' => 'Lotus 1-2-3 Spreadsheet',
7826             'wl1' => 'Wolfenstein 3D Data File',
7827             'wl6' => 'Wolfenstein 3D Data File',
7828             'wlb' => 'WinList Protocol Bundle',
7829             'wld' => 'SMBX World File',
7830             'wldx' => 'World Map File',
7831             'wll' => 'Microsoft Word Add-in',
7832             'wlmp' => 'Windows Live Movie Maker Project File',
7833             'wlp' => 'Worldlabel.com Label Designer File',
7834             'wls' => 'R-Link Update File',
7835             'wlu' => 'Jaff Ransomware Encrypted File',
7836             'wlvs' => 'Windows Movie Maker Video Settings File',
7837             'wlx' => 'WinList Analysis Protocol File',
7838             'wlz' => 'WinImage Compressed Disk Image Set',
7839             'wm' => 'Windows Media File',
7840             'wma' => 'Windows Media Audio File',
7841             'wmd' => 'Windows Media Download Package',
7842             'wmdb' => 'Windows Media Database File',
7843             'wme' => 'Windows Media Encoder Session File',
7844             'wmf' => 'Widelands Map File',
7845             'wmga' => 'Web Manga Document',
7846             'wml' => 'Wireless Markup Language File',
7847             'wmmp' => 'Windows Movie Maker Project File',
7848             'wmo' => 'World of Warcraft World Map Object',
7849             'wmp' => 'Windows Media Photo File',
7850             'wms' => 'Windows Media Skin',
7851             'wmt' => 'WinMount Virtual Disk File',
7852             'wmv' => 'Windows Media Video File',
7853             'wmx' => 'Windows Media Redirector File',
7854             'wmz' => 'Compressed Windows Metafile',
7855             'wn' => 'WriteNow Text Document',
7856             'wncry' => 'Wana Decrypt0r 2.0 Encrypted File',
7857             'wnk' => 'Wink Presentation',
7858             'woa' => 'WebObjects Application',
7859             'woff' => 'Web Open Font Format File',
7860             'woff2' => 'Web Open Font Format 2.0 File',
7861             'wolfquest' => 'WolfQuest Saved Game',
7862             'wop' => 'Wonderland Object Preset',
7863             'wor' => 'MapInfo Workspace File',
7864             'wordlist' => 'Desktop Poet Word List File',
7865             'work' => 'Bibble Work Queue File',
7866             'workflow' => 'Automator Workflow',
7867             'worksheet' => 'BBEdit Shell Worksheet File',
7868             'workspace' => 'Adobe Bridge Workspace File',
7869             'world' => 'Starbound World File',
7870             'wot' => 'Web Of Trust File',
7871             'wotmod' => 'World of Tanks Modification File',
7872             'wotreplay' => 'World of Tanks Replay File',
7873             'wow' => 'Grave Composer Music Module',
7874             'wowproj' => 'AddOn Studio Project File',
7875             'wowsl' => 'WOW Slider',
7876             'wowsreplay' => 'World of Warships Replay File',
7877             'wp' => 'WordPerfect Document',
7878             'wp3' => 'Microsoft Photo Story Project File',
7879             'wp4' => 'WordPerfect 4 Document',
7880             'wp5' => 'WordPerfect 5 Document',
7881             'wp6' => 'WordPerfect 6 Document',
7882             'wp7' => 'WordPerfect 7 Document',
7883             'wpa' => 'ACT! Word Processing Document',
7884             'wpb' => 'Windows Phone Device Manager Backup File',
7885             'wpc' => 'Pazzles Cutting File',
7886             'wpd' => '602Text Word Processing Document',
7887             'wpe' => 'WordPerfect Entrust Document',
7888             'wpf' => 'WordPerfect Form',
7889             'wpg' => 'Ironsight Game Data File',
7890             'wph' => 'Phoenix BIOS File',
7891             'wpi' => 'Inkling Sketch Binary File',
7892             'wpk' => 'GuinXell Package File',
7893             'wpl' => 'DEC WPS Plus Text Document',
7894             'wpm' => 'Warcraft 3 Path Map File',
7895             'wpo' => 'Technopress Waypoint 2D File',
7896             'wpost' => 'Windows Live Writer Post File',
7897             'wpp' => 'WordPerfect Color Palette',
7898             'wproj' => 'Wwise Project File',
7899             'wps' => 'Translator\'s Workbench Project File',
7900             'wpt' => 'Cube 2 Waypoint File',
7901             'wpw' => 'WP Works Word Processor File',
7902             'wpx' => 'Printer Description File',
7903             'wq1' => 'Quattro Pro for DOS Spreadsheet File',
7904             'wq2' => 'Quattro Pro for DOS Spreadsheet File',
7905             'wr1' => 'Lotus Symphony Worksheet File',
7906             'wrf' => 'WebEx Recording',
7907             'wri' => 'Microsoft Write Document',
7908             'wrk' => 'SQL Server Log Shipping File',
7909             'wrl' => 'VRML World',
7910             'wrp' => 'Geomagic 3D Wrap File',
7911             'wrpl' => 'Widelands Saved Game File',
7912             'wrpl.wgf' => 'Widelands Initial Saved Game File',
7913             'wrts' => 'Wrts File',
7914             'wrypt' => 'Panwrypter Depleted Storage Volume File',
7915             'wrz' => 'Compressed VRML World File',
7916             'ws' => 'WonderSwan Game ROM File',
7917             'wsc' => 'WonderSwan Color Game ROM',
7918             'wsd' => 'WordStar Document',
7919             'wsdl' => 'Web Services Description Language File',
7920             'wsf' => 'Windows Script File',
7921             'wsh' => 'Windows Script Host Settings',
7922             'wsi' => 'Wise Package Studio Installer Package',
7923             'wsm' => 'Wise Package Studio Merge Module',
7924             'wsp' => 'SharePoint Solution Package',
7925             'wspak' => 'WebsitePanel Backup File',
7926             'wsve' => 'Wondershare Filmora for Mac Project File',
7927             'wsz' => 'Winamp Classic Skin',
7928             'wtb' => 'Win-Test Binary Log File',
7929             'wtc' => 'Logitech Webcam File',
7930             'wtd' => 'Grand Theft Auto IV Textures File',
7931             'wtf' => 'World of Warcraft Text File',
7932             'wtml' => 'WorldWide Telescope Data File',
7933             'wtpl' => 'WireTap Studio Library',
7934             'wtpt' => 'WireTap Studio Packaged Track',
7935             'wtr' => 'Encarta File',
7936             'wtt' => 'Write! Document',
7937             'wtv' => 'Windows Recorded TV Show File',
7938             'wtx' => 'Text Document',
7939             'wu8' => 'Wiimm U8 Mario Kart Wii Archive',
7940             'wud' => 'Wii U Disk Image File',
7941             'wul' => 'WinUHA Language File',
7942             'wus' => 'WUTG Tagged Audio File',
7943             'wut' => 'WUTG Tag File',
7944             'wux' => 'Compressed Wii U Disk Image File',
7945             'wv' => 'WavPack Audio File',
7946             'wvc' => 'WavPack Correction File',
7947             'wve' => 'Wondershare Filmora Project File',
7948             'wvl' => 'Wavelet Image',
7949             'wvm' => 'Google Play Video File',
7950             'wvp' => 'MagicHTML Web Video Player Project',
7951             'wvx' => 'Windows Media Video Redirector',
7952             'wwd' => 'Works Wizard File',
7953             'wwf' => 'World Wide Fund Non-Printable Document',
7954             'wwu' => 'Wwise Work Unit',
7955             'wx' => 'Wanam Xposed Backup File',
7956             'wxi' => 'WiX Include File',
7957             'wxl' => 'WiX Localization File',
7958             'wxn' => 'Waixing Famicom Game ROM',
7959             'wxp' => 'Wax 2.0 Project',
7960             'wxs' => 'WiX Source File',
7961             'wyz' => 'WYZTracker File',
7962             'wz' => 'Warzone 2100 Data File',
7963             'wzconfig' => 'WinZip Configuration File',
7964             'wzmul' => 'WinZip Registration File',
7965             'x' => 'Lex Source Code File',
7966             'x32' => 'Adobe Xtra File',
7967             'x3d' => 'Xara3D Project',
7968             'x3f' => 'SIGMA X3F Camera RAW File',
7969             'x3g' => '3D Print File',
7970             'x4k' => 'XML4King Configuration File',
7971             'x64' => 'Commodore 64 Disk Image',
7972             'x86' => 'Linux Executable File',
7973             'x_b' => 'Parasolid Model Part File',
7974             'x_t' => 'Parasolid Model Part File',
7975             'xa' => 'GEAR CD/DVD Disc Image',
7976             'xadd' => 'Expression Web Add-in',
7977             'xaf' => 'Affirm Deposition Transcript',
7978             'xaiml' => 'XAIML Chatterbot Database File',
7979             'xaml' => 'XAML File',
7980             'xamlx' => 'Visual Studio Workflow Service File',
7981             'xan' => 'Worms Map File',
7982             'xap' => 'XACT Project',
7983             'xapk' => 'Compressed Android Package File',
7984             'xappl' => 'Spoon XML Application Configuration File',
7985             'xar' => 'Extensible Archive Format File',
7986             'xas' => 'Pro/ENGINEER Assembly Instance Accelerator File',
7987             'xba' => 'OpenOffice.org Basic Module File',
7988             'xbap' => 'XAML Browser Application File',
7989             'xbc' => 'SMART Notebook File',
7990             'xbd' => 'DocuWorks Binder File',
7991             'xbdoc' => 'Xiosis Scribe Document',
7992             'xbe' => 'Xbox Executable File',
7993             'xbel' => 'XBEL Bookmarks File',
7994             'xbf' => 'XAML Binary File',
7995             'xbk' => 'SMART Notebook File',
7996             'xbl' => 'Extensible Binding Language File',
7997             'xbm' => 'X11 Bitmap Graphic',
7998             'xbmml' => 'Braille Music Markup Language File',
7999             'xbplate' => 'Xiosis Scribe Template',
8000             'xbrl' => 'XBRL Document',
8001             'xbsav' => 'Mass Effect 2 Xbox Saved Game',
8002             'xbt' => 'SMART Notebook Template File',
8003             'xcappdata' => 'Xcode App Data File',
8004             'xcarchive' => 'Xcode Archive',
8005             'xccolortheme' => 'Xcode Color Theme File',
8006             'xcconfig' => 'Xcode Configuration Settings File',
8007             'xccrashpoint' => 'Xcode Crash Point File',
8008             'xcdatamodel' => 'Xcode Core Data Model File',
8009             'xcdatamodeld' => 'Xcode Core Data Model File',
8010             'xcf' => 'GIMP Image File',
8011             'xci' => 'Nintendo Switch Game Backup File',
8012             'xcode' => 'Xcode Project',
8013             'xcodeplugin' => 'Xcode Plug-in',
8014             'xcodeproj' => 'Xcode Project',
8015             'xcplugin' => 'Xcode Plug-in',
8016             'xcplugindata' => 'Xcode Plug-in Data File',
8017             'xcscheme' => 'Xcode Scheme File',
8018             'xcsl' => 'CineStyle Color Correction File',
8019             'xcsnapshots' => 'Xcode Snapshot',
8020             'xct' => 'XVI32 Character Conversion Table File',
8021             'xcu' => 'OpenOffice.org Configuration File',
8022             'xcworkspace' => 'Xcode Workspace File',
8023             'xdb' => 'PowerDesigner Database Definition File',
8024             'xdi' => 'WinArchiver Extended Disc Image File',
8025             'xdl' => 'Oracle Expert Definition Language File',
8026             'xdna' => 'DNA Strider Sequence File',
8027             'xdp' => 'XML Data Package',
8028             'xdr' => 'XML-Data Reduced File',
8029             'xds' => 'LcdStudio Design File',
8030             'xdw' => 'Fuji Xerox DocuWorks File',
8031             'xef' => 'eManager Form Data',
8032             'xej' => 'Expression Encoder Job File',
8033             'xel' => 'Expression Encoder Live Encoding File',
8034             'xem' => 'eManager Metered Units',
8035             'xen' => 'Guitar Hero III Data File',
8036             'xensearch' => 'XenCenter Saved Search File',
8037             'xep' => 'eManager File Packaging Information',
8038             'xer' => 'Primavera P6 Project File',
8039             'xes' => 'eManager Skins Definition',
8040             'xesc' => 'Expression Encoder Screen Capture File',
8041             'xet' => 'eManager Process Definition',
8042             'xev' => 'eManager Auto-Update File',
8043             'xex' => 'Xbox 360 Executable File',
8044             'xez' => 'eManager Template Package',
8045             'xfb' => 'Xserve RAID Firmware Binary File',
8046             'xfd' => 'FormFlow 99 Form Data File',
8047             'xfdf' => 'Adobe Acrobat XFDF File',
8048             'xfdl' => 'XFDL File',
8049             'xfl' => 'Animate Movie Archive',
8050             'xflow' => 'FlowExchange Data File',
8051             'xfn' => 'Ventura Printer Font',
8052             'xfo' => 'XSL-FO Formatted Form',
8053             'xfr' => 'iProcess Process Definition File',
8054             'xfs' => 'eRacer Sound File',
8055             'xft' => 'ChiWriter Printer Font',
8056             'xgdw' => 'GDevelop Extension File',
8057             'xgml' => 'Graph Modeling Language XML File',
8058             'xgmml' => 'XGMML Graph File',
8059             'xgp' => 'Xfire Game Patcher File',
8060             'xgs' => 'XACT Global Settings File',
8061             'xht' => 'XHTML File',
8062             'xhtm' => 'Extensible Hypertext Markup Language Document',
8063             'xhtml' => 'Extensible Hypertext Markup Language File',
8064             'xi' => 'Fasttracker 2 Extended Instrument File',
8065             'xib' => 'Interface Builder File',
8066             'xif' => 'ScanSoft Pagis File',
8067             'xip' => 'macOS Signed Archive',
8068             'xise' => 'Xilinx ISE Project File',
8069             'xl' => 'Excel Spreadsheet',
8070             'xla' => 'Excel Add-In File',
8071             'xlam' => 'Excel Open XML Macro-Enabled Add-In',
8072             'xlb' => 'OpenOffice.org Module Information File',
8073             'xlc' => 'Excel Chart',
8074             'xld' => 'Excel Database File',
8075             'xle' => 'Levelogger Software XML Data File',
8076             'xlf' => 'XLIFF Document',
8077             'xlgc' => 'ExpressK Database File',
8078             'xliff' => 'XLIFF Localization File',
8079             'xlk' => 'Excel Backup File',
8080             'xll' => 'Excel Add-In File',
8081             'xlm' => 'Excel Macro',
8082             'xlmv' => 'Xunlei Movie File',
8083             'xlnk' => 'XML Shortcut File',
8084             'xlr' => 'Works Spreadsheet',
8085             'xls' => 'Excel Spreadsheet',
8086             'xlsb' => 'Excel Binary Spreadsheet',
8087             'xlshtml' => 'Microsoft Excel HTML Spreadsheet',
8088             'xlsm' => 'Excel Open XML Macro-Enabled Spreadsheet',
8089             'xlsmhtml' => 'Microsoft Excel MIME HTML Spreadsheet',
8090             'xlsx' => 'Microsoft Excel Open XML Spreadsheet',
8091             'xlt' => 'Excel Template',
8092             'xlthtml' => 'Microsoft Excel HTML Spreadsheet Template',
8093             'xltm' => 'Excel Open XML Macro-Enabled Spreadsheet',
8094             'xltx' => 'Excel Open XML Spreadsheet Template',
8095             'xlv' => 'Excel Visual Basic Module',
8096             'xlw' => 'Excel Workbook',
8097             'xm' => 'Fasttracker 2 Extended Module',
8098             'xmap' => 'XMind 2007/2008 Workbook',
8099             'xmb' => 'X-Wing Mission Briefing File',
8100             'xmcd' => 'Mathcad Worksheet File',
8101             'xmcdz' => 'Mathcad Compressed Worksheet File',
8102             'xmct' => 'Mathcad XML Worksheet Template',
8103             'xmd' => 'ExamSoft Answer File',
8104             'xmdx' => 'ExamSoft Answer File',
8105             'xmf' => 'GameJack Disc Image File',
8106             'xmi' => 'Extended MIDI File',
8107             'xmind' => 'XMind Workbook File',
8108             'xml' => 'Cinelerra Video Project',
8109             'xmlff' => 'XML Flat File',
8110             'xmlper' => 'LeCroy Binary Waveform File',
8111             'xmm' => '3ds Max XML Animation Map File',
8112             'xmmap' => 'MindManager XML Map File',
8113             'xmp' => 'XMind Markers Package',
8114             'xmpz' => 'Miradi XML Project File',
8115             'xms' => 'XMS-Tracker Music Module',
8116             'xmt' => 'XMind Template',
8117             'xmu' => 'Expressive Music Container File',
8118             'xmv' => 'Xbox Media Video File',
8119             'xmwx' => 'ExamSoft Working File',
8120             'xmz' => 'FastTracker 2 Extended Module',
8121             'xmzx' => 'ExamSoft Exam File',
8122             'xnb' => 'XNA Game Studio Binary Package',
8123             'xnk' => 'Exchange Shortcut',
8124             'xnt' => 'QuarkXPress Extension File',
8125             'xof' => 'Reality Lab 3D Image File',
8126             'xol' => 'PowerDesigner Object Language File',
8127             'xom' => 'Worms 3D Object File',
8128             'xoml' => 'Windows Workflow File',
8129             'xp' => 'XPilot Map',
8130             'xp2' => 'XPilot NG',
8131             'xp3' => 'KiriKiri Package File',
8132             'xp4' => 'KiriKiri Package',
8133             'xpaddercontr' => 'L\'LER Xpadder Controller Profile',
8134             'xpd' => 'PlayStation Store PSP License File',
8135             'xpdl' => 'XPDL Module',
8136             'xpf' => 'LMMS Preset File',
8137             'xpg' => 'Autoplay Media Studio Exported Page',
8138             'xpi' => 'Cross-platform Installer Package',
8139             'xpj' => 'Micro Planner X-Pert Project File',
8140             'xpk' => 'WWE RAW Model File',
8141             'xpl' => 'LcdStudio Playlist File',
8142             'xpll' => 'Pull-Planner Data File',
8143             'xpm' => 'Micro Planner Manager File',
8144             'xpp' => 'X++ Source Code File',
8145             'xpr' => 'Microsoft Expression Design Graphic',
8146             'xps' => 'XML Paper Specification File',
8147             'xpt' => 'SAS Transport File',
8148             'xq' => 'XQuery File',
8149             'xql' => 'XML Query Language File',
8150             'xqm' => 'XQuery Module',
8151             'xqt' => 'SuperCalc Macro File',
8152             'xquery' => 'XQuery Source Code File',
8153             'xqy' => 'XQuery Source File',
8154             'xrb' => 'XMind Resource Bundle',
8155             'xrdml' => 'XRDML Data File',
8156             'xrf' => 'Cal3D XML Materials File',
8157             'xrff' => 'Extensible Attribute-Relation File Format',
8158             'xrm-ms' => 'Microsoft Security Certificate',
8159             'xrns' => 'Renoise Song File',
8160             'xrp' => 'RationalPlan Project File',
8161             'xry' => 'XRY Data File',
8162             'xs' => 'Age of Empires 3 Map AI Generator',
8163             'xsb' => 'XACT Sound Bank',
8164             'xsc' => 'Visual Studio Dataset Internal Info File',
8165             'xsd' => 'XML Schema Definition',
8166             'xsf' => 'Cal3D XML Skeleton File',
8167             'xsi' => 'Softimage XSI 3D Image',
8168             'xsiaddon' => 'Softimage Add-on File',
8169             'xsl' => 'XML Style Sheet',
8170             'xslic' => 'XenServer License File',
8171             'xslt' => 'XSL Transformation File',
8172             'xsn' => 'InfoPath Form Template File',
8173             'xsp' => 'Kodi Smart Playlist File',
8174             'xspf' => 'XSPF Playlist File',
8175             'xss' => 'XML Style Sheet',
8176             'xst' => 'WebSphere Query Template',
8177             'xsvf' => 'Xilinx Serial Vector Format File',
8178             'xsx' => 'Visual Studio XML Schema Layout File',
8179             'xt' => 'Fastracker 2 Track',
8180             'xtb' => 'Angular Translation File',
8181             'xtbl' => 'XTBL Ransomware Encrypted File',
8182             'xtg' => 'Extensible TreeGraph File',
8183             'xtl' => 'Vietcong Data File',
8184             'xtm' => 'Xtremsplit Data File',
8185             'xtodvd' => 'ConvertXtoDVD Project File',
8186             'xtp' => 'XTree Data File',
8187             'xtreme' => 'Winstep Xtreme Theme Pack',
8188             'xui' => 'Xbox 360 User Interface File',
8189             'xul' => 'XML User Interface Language File',
8190             'xum' => 'Excel Unit Operation Model File',
8191             'xur' => 'Xbox 360 Binary User Interface File',
8192             'xv0' => 'Lattice XVL Structure File',
8193             'xv3' => 'Lattice XVL Geometry File',
8194             'xva' => 'XenServer Virtual Appliance File',
8195             'xvct' => 'VISE XML Project File',
8196             'xvd' => 'Xbox Virtual Disk',
8197             'xvid' => 'Xvid-Encoded Video File',
8198             'xvm' => 'VMware Console Configuration File',
8199             'xvmconf' => 'World of Tanks XVM Configuration File',
8200             'xwb' => 'XACT Wave Bank',
8201             'xwd' => 'X Windows Dump Image',
8202             'xwf' => 'OmniPage Workflow File',
8203             'xwk' => 'Crosstalk Communicator Keyboard Mapping File',
8204             'xwp' => 'Crosstalk Session File',
8205             'xws' => 'Xara Web Designer Graphic',
8206             'xx' => 'XXEncoded File',
8207             'xxd' => 'Brixx Planner Calendar',
8208             'xxe' => 'XXEncoded File',
8209             'xxx' => 'Compucon Singer Embroidery File',
8210             'xy' => 'XYWrite Document',
8211             'xy3' => 'XYWrite III Document',
8212             'xyp' => 'XYWrite Plus Document',
8213             'xys' => 'XYplorer Script File',
8214             'xyw' => 'XYWrite for Windows Document',
8215             'xyz' => 'Celestia Sampled Trajectory Data File',
8216             'xyzv' => 'Celestia Sampled Trajectory File',
8217             'xz' => 'XZ Compressed Archive',
8218             'xzfx' => 'ZipLogix ZipForm File',
8219             'xzm' => 'Porteus Module',
8220             'y' => 'Subsampled Raw YUV Image',
8221             'y3a' => 'Yu-Gi-Oh! ONLINE 3 Avatar File',
8222             'y3d' => 'Yu-Gi-Oh! ONLINE 3 Deck File',
8223             'y4m' => 'YUV4MPEG2 Video File',
8224             'yab' => 'Yabasic Source Code',
8225             'yal' => 'Arts & Letters Clipart Library',
8226             'yam' => 'Yahoo! Auctions Data',
8227             'yaml' => 'YAML Document',
8228             'yaodl' => 'PowerFlip 3D Image File',
8229             'ybd' => 'YobiDrive Link File',
8230             'ybk' => 'Microsoft Encarta Yearbook File',
8231             'ychat' => 'Yahoo! Messenger Chat Log',
8232             'ycm' => 'Yugioh Card Maker File',
8233             'ydc' => 'Yu-Gi-Oh! Card Deck File',
8234             'ydk' => 'Yu-Gi-Oh! Deck File',
8235             'ydl' => 'PowerFlip YAODL 3D Image File',
8236             'ydr' => 'Yu-Gi-Oh! Power of Chaos Replay File',
8237             'ydt' => 'Yu-Gi-Oh! Power of Chaos Data File',
8238             'yenc' => 'yEnc File',
8239             'yfs' => 'YSFLIGHT Mission File',
8240             'ygf' => 'Y Graph Format File',
8241             'yka' => 'Yenka Model File',
8242             'ykcol' => 'Locky Ransomware Encrypted File',
8243             'ym' => 'Atari ST Audio File',
8244             'ymg' => 'Yahoo! Messenger File',
8245             'yml' => 'YAML Document',
8246             'yml2' => 'YML Script',
8247             'ymp' => 'YaST Metapackage File',
8248             'ync' => 'yEnc Encoded File',
8249             'yog' => 'Outerra Captured Video File',
8250             'yookoo' => 'Yookoo Player Playlist File',
8251             'ypr' => 'BYOB Project File',
8252             'yps' => 'Yahoo! Messenger Data File',
8253             'yrcbck' => 'YRC Backup Archive',
8254             'yrcbkm' => 'YRC Bookmarks Archive',
8255             'yrcdat' => 'YRC Software Data Script',
8256             'ysp' => 'BYOB Sprite File',
8257             'ytd' => 'Grand Theft Auto 5 Texture File',
8258             'ytf' => 'Google Picasa Font Cache',
8259             'yumtx' => 'YUM Transaction File',
8260             'yuv' => 'YUV Video File',
8261             'yz' => 'YAC Compressed File',
8262             'yz1' => 'Yamazaki ZIPPER File',
8263             'z' => 'Unix Compressed File',
8264             'z01' => 'WinZip First Split Zip File',
8265             'z02' => 'WinZip Second Split Zip File',
8266             'z03' => 'WinZip Third Split Zip File',
8267             'z04' => 'WinZip Fourth Split Zip File',
8268             'z1' => 'Z-machine Z-code File',
8269             'z2' => 'Z-machine Z-code Version 2 File',
8270             'z2f' => 'Zoo Tycoon 2 Object File',
8271             'z2s' => 'Zoo Tycoon 2 Saved Game',
8272             'z3' => 'Z-machine Z-code Version 3 File',
8273             'z3d' => 'ZModeler 3D File',
8274             'z4' => 'Z-machine Z-code Version 4 File',
8275             'z5' => 'Z-machine Z-code Version 5 File',
8276             'z6' => 'Z-machine Z-code Version 6 File',
8277             'z64' => 'Nintendo 64 Game ROM',
8278             'z7' => 'Z-machine Z-code Version 7 File',
8279             'z8' => 'Z-machine Z-code Version 8 File',
8280             'z80' => 'TI-83 and 84 Plus Calculator File',
8281             'zab' => 'Zipped Audio Book',
8282             'zabw' => 'Compressed AbiWord Document File',
8283             'zad' => 'Carmageddon Game Data File',
8284             'zap' => 'FileWrangler Archive',
8285             'zbfx' => 'zebNet Backup File Extended',
8286             'zblorb' => 'Z-machine Package Game File',
8287             'zdb' => 'EPSQ Database',
8288             'zdc' => 'CD Catalog Expert Database File',
8289             'zdct' => 'Adobe Language File',
8290             'zdl' => 'Avery DesignPro Label File',
8291             'zdp' => 'Avery DesignPro Label File',
8292             'zds' => 'DesignPro Label File',
8293             'zeg' => 'ZeroG Subtitles File',
8294             'zepto' => 'Zepto Virus File',
8295             'zfo' => 'XSL-FO Online Form',
8296             'zfsendtotarg' => 'T\'Compressed Folder',
8297             'zfx' => 'ZipForm File',
8298             'zgm' => 'Zenographics Image File',
8299             'zgr' => 'BeatSlicer Groove File',
8300             'zhtml' => 'RabbitWeb Webpage',
8301             'zi' => 'Renamed Zip File',
8302             'zi_' => 'Renamed Zip File',
8303             'zif' => 'Zooming Image Format File',
8304             'zim' => 'OpenZIM Wiki Archive',
8305             'zip' => 'MAME Game ROM',
8306             'zipx' => 'Extended Zip File',
8307             'zix' => 'Quicken Online File',
8308             'zl' => 'Zlib Compressed File',
8309             'zl9' => 'ZoneAlarm Quarantined EXE File',
8310             'zlb' => 'Z-machine Package Game File',
8311             'zm1' => 'ZoneAlarm Renamed MDA File',
8312             'zm2' => 'ZoneAlarm Renamed MDZ File',
8313             'zm3' => 'ZoneAlarm Renamed NCH File',
8314             'zm9' => 'ZoneAlarm MailSafe Renamed Zip File',
8315             'zma' => 'Impedance File',
8316             'zmap' => 'Zombies Ate My Neighbors Map File',
8317             'zmc' => 'ZoneAlarm Quarantine File',
8318             'zml' => 'Zooming Markup Language File',
8319             'zmv' => 'ZSNES Movie File',
8320             'zno' => 'Zinio Electronic Magazine File',
8321             'zon' => 'Collection Building Custom Zone File',
8322             'zone.identif' => 'E\'Windows Zone Identifier File',
8323             'zoo' => 'Zoo Tycoon Saved Game',
8324             'zpa' => 'Vielklang Audio Metadata File',
8325             'zpf' => 'Form•Z Preferences File',
8326             'zpi' => 'Zipped File',
8327             'zpl' => 'Zoom Player Play List',
8328             'zps' => 'Zebra Portable Safe File',
8329             'zrtf' => 'Nisus Compressed Rich Text File',
8330             'zs0' => 'ZSNES Slot 0 Saved State File',
8331             'zs1' => 'ZSNES Slot 1 Saved State File',
8332             'zs2' => 'ZSNES Slot 2 Saved State File',
8333             'zs3' => 'ZSNES Slot 3 Saved State File',
8334             'zs4' => 'ZSNES Slot 4 Saved State File',
8335             'zs5' => 'ZSNES Slot 5 Saved State File',
8336             'zs6' => 'ZSNES Slot 6 Saved State File',
8337             'zs7' => 'ZSNES Slot 7 Saved State File',
8338             'zs8' => 'ZSNES Slot 8 Saved State File',
8339             'zs9' => 'ZSNES Slot 9 Saved State File',
8340             'zsd' => 'Dave Mirra Freestyle BMX Data File',
8341             'zsm' => 'Raven Software Game Sound Archive',
8342             'zsplit' => 'Archiver Compressed Split File',
8343             'zst' => 'ZSNES Save File',
8344             'zt' => 'Mental Ray Image Depth File',
8345             'ztd' => 'Zoo Tycoon Data Archive',
8346             'ztf' => 'DVD Label Template File',
8347             'ztmp' => 'Steam Compressed Game Resource File',
8348             'ztr' => 'DVD Label Template Media File',
8349             'zul' => 'ZK User Interface File',
8350             'zvd' => 'ZyXEL Voice File',
8351             'zvi' => 'Zeiss Vision Image',
8352             'zvpl' => 'Visual Paradigm License File',
8353             'zvr' => 'SAFA Media Audio File',
8354             'zvt' => 'Photoshop Zoomify Preset File',
8355             'zvz' => 'Possible Virus File',
8356             'zw' => 'Chinese Text File',
8357             'zxp' => 'Extension Manager Package',
8358             'zz' => 'Zzip Compressed Archive',
8359             'zzz' => 'Black & White Game Data File',
8360             'zzzzz' => 'Ransomware Encrypted File',
8361             '{pb' => 'Corel WordPerfect Document Index File',
8362             '~cw' => 'Circuit Wizard Backup File',
8363             '~hm' => 'HostMonitor TestList Backup File',
8364             );
8365             }
8366             #>
8367              
8368              
8369              
8370             =pod
8371              
8372             =head1 NAME
8373              
8374             File::Extension - explain file extensions
8375              
8376             =head1 SYNOPSIS
8377              
8378             use File::Extension qw(extplain filter_by_meta);
8379              
8380             my @filetypes = qw(nes pl pm gb p6);
8381              
8382             for my $what(@filetypes) {
8383             printf("%s is a %s\n", $what, extplain($what));
8384             }
8385              
8386             my $document_extensions = filter_by_meta('doc');
8387              
8388             =head1 DESCRIPTION
8389              
8390             File::Extension exposes functionality for getting information on
8391             filetypes based solely on their file extension.
8392              
8393             This is useful in cases where libmagic doesn't work, i.e on empty or
8394             corrupted files.
8395              
8396             The extensions and descriptions are taken from L.
8397              
8398             =head1 EXPORTS
8399              
8400             None by default.
8401              
8402             =head1 FUNCTIONS
8403              
8404             =head2 extplain()
8405              
8406             Parameters: $file_extension
8407              
8408             Returns: $explanation
8409              
8410             my $explanation = extplain('nes'); # Nintendo (NES) ROM File
8411              
8412              
8413             =head2 filter_by_meta()
8414              
8415             Parameters: $extension
8416              
8417             Returns: \%filtered
8418              
8419             my $results = filter_by_meta('doc');
8420              
8421             Filters the hash by a raw string or regular expression, returning the results.
8422              
8423             =head1 HISTORY
8424              
8425             This module was initially crafted while exploring ideas for generating
8426             the world's largest LS_COLORS file:
8427              
8428             L
8429              
8430              
8431             =head1 SEE ALSO
8432              
8433             L
8434              
8435             =head1 AUTHOR
8436              
8437             Magnus Woldrich
8438             CPAN ID: WOLDRICH
8439             m@japh.se
8440             http://japh.se
8441              
8442             =head1 CONTRIBUTORS
8443              
8444             None required yet.
8445              
8446             =head1 COPYRIGHT
8447              
8448             Copyright 2018 the Bs L and
8449             L as listed above.
8450              
8451             =head1 LICENSE
8452              
8453             This library is free software; you may redistribute it and/or modify it under
8454             the same terms as Perl itself.
8455              
8456             =cut