device_detector 0.8.2 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +11 -3
- data/CHANGELOG.md +10 -5
- data/README.md +4 -4
- data/Rakefile +24 -19
- data/device_detector.gemspec +1 -1
- data/lib/device_detector.rb +25 -3
- data/lib/device_detector/device.rb +1 -1
- data/lib/device_detector/model_extractor.rb +4 -0
- data/lib/device_detector/os.rb +8 -3
- data/lib/device_detector/parser.rb +1 -1
- data/lib/device_detector/version.rb +1 -1
- data/regexes/bots.yml +211 -27
- data/regexes/client/browsers.yml +192 -58
- data/regexes/client/feed_readers.yml +6 -0
- data/regexes/client/libraries.yml +4 -0
- data/regexes/client/mediaplayers.yml +8 -4
- data/regexes/client/mobile_apps.yml +39 -4
- data/regexes/client/pim.yml +4 -0
- data/regexes/device/mobiles.yml +1803 -242
- data/regexes/device/televisions.yml +53 -11
- data/regexes/oss.yml +180 -12
- data/regexes/vendorfragments.yml +1 -0
- data/spec/device_detector/concrete_user_agent_spec.rb +36 -0
- data/spec/device_detector/detector_fixtures_spec.rb +1 -1
- data/spec/fixtures/client/browser.yml +313 -2
- data/spec/fixtures/client/feed_reader.yml +8 -1
- data/spec/fixtures/client/library.yml +7 -1
- data/spec/fixtures/client/mediaplayer.yml +6 -1
- data/spec/fixtures/client/mobile_app.yml +6 -0
- data/spec/fixtures/client/pim.yml +6 -0
- data/spec/fixtures/detector/bots.yml +2307 -612
- data/spec/fixtures/detector/camera.yml +6 -0
- data/spec/fixtures/detector/car_browser.yml +1 -0
- data/spec/fixtures/detector/console.yml +14 -0
- data/spec/fixtures/detector/desktop.yml +308 -48
- data/spec/fixtures/detector/feature_phone.yml +63 -0
- data/spec/fixtures/detector/feed_reader.yml +50 -26
- data/spec/fixtures/detector/mediaplayer.yml +28 -6
- data/spec/fixtures/detector/mobile_apps.yml +117 -0
- data/spec/fixtures/detector/phablet.yml +1066 -183
- data/spec/fixtures/detector/portable_media_player.yml +8 -0
- data/spec/fixtures/detector/smart_display.yml +39 -0
- data/spec/fixtures/detector/smartphone-1.yml +9469 -0
- data/spec/fixtures/detector/smartphone-2.yml +9414 -0
- data/spec/fixtures/detector/smartphone-3.yml +9396 -0
- data/spec/fixtures/detector/smartphone-4.yml +5742 -0
- data/spec/fixtures/detector/smartphone.yml +3446 -23680
- data/spec/fixtures/detector/tablet-1.yml +9495 -0
- data/spec/fixtures/detector/tablet-2.yml +248 -0
- data/spec/fixtures/detector/tablet.yml +2786 -7961
- data/spec/fixtures/detector/tv.yml +1376 -210
- data/spec/fixtures/detector/unknown.yml +205 -509
- data/spec/fixtures/device/console.yml +6 -0
- data/spec/fixtures/parser/oss.yml +194 -1
- data/spec/fixtures/parser/vendorfragments.yml +6 -0
- metadata +16 -6
- data/spec/fixtures/parser/bots.yml +0 -2055
@@ -5,6 +5,7 @@
|
|
5
5
|
name: Android
|
6
6
|
short_name: AND
|
7
7
|
version: "2.3.3"
|
8
|
+
platform:
|
8
9
|
client:
|
9
10
|
type: browser
|
10
11
|
name: Android Browser
|
@@ -23,6 +24,7 @@
|
|
23
24
|
name: Android
|
24
25
|
short_name: AND
|
25
26
|
version: "4.0"
|
27
|
+
platform:
|
26
28
|
client:
|
27
29
|
type: browser
|
28
30
|
name: Android Browser
|
@@ -41,6 +43,7 @@
|
|
41
43
|
name: Android
|
42
44
|
short_name: AND
|
43
45
|
version: "4.1.2"
|
46
|
+
platform:
|
44
47
|
client:
|
45
48
|
type: browser
|
46
49
|
name: Opera Mobile
|
@@ -59,6 +62,7 @@
|
|
59
62
|
name: Android
|
60
63
|
short_name: AND
|
61
64
|
version: "4.3"
|
65
|
+
platform:
|
62
66
|
client:
|
63
67
|
type: browser
|
64
68
|
name: Chrome Mobile
|
@@ -77,6 +81,7 @@
|
|
77
81
|
name: Android
|
78
82
|
short_name: AND
|
79
83
|
version: "4.1.2"
|
84
|
+
platform:
|
80
85
|
client:
|
81
86
|
type: browser
|
82
87
|
name: Chrome Mobile
|
@@ -95,6 +100,7 @@
|
|
95
100
|
name: Android
|
96
101
|
short_name: AND
|
97
102
|
version: "4.2.2"
|
103
|
+
platform:
|
98
104
|
client:
|
99
105
|
type: browser
|
100
106
|
name: Chrome Mobile
|
@@ -5,6 +5,7 @@
|
|
5
5
|
name: Android
|
6
6
|
short_name: AND
|
7
7
|
version: "4.1.1"
|
8
|
+
platform:
|
8
9
|
client:
|
9
10
|
type: browser
|
10
11
|
name: Chrome
|
@@ -23,6 +24,7 @@
|
|
23
24
|
name: Android
|
24
25
|
short_name: AND
|
25
26
|
version: "4.2.2"
|
27
|
+
platform:
|
26
28
|
client:
|
27
29
|
type: browser
|
28
30
|
name: Android Browser
|
@@ -41,6 +43,7 @@
|
|
41
43
|
name: Windows
|
42
44
|
short_name: WIN
|
43
45
|
version: "7"
|
46
|
+
platform:
|
44
47
|
client:
|
45
48
|
type: browser
|
46
49
|
name: Internet Explorer
|
@@ -59,6 +62,7 @@
|
|
59
62
|
name: Windows
|
60
63
|
short_name: WIN
|
61
64
|
version: "8"
|
65
|
+
platform:
|
62
66
|
client:
|
63
67
|
type: browser
|
64
68
|
name: Internet Explorer
|
@@ -77,6 +81,7 @@
|
|
77
81
|
name: Windows Phone
|
78
82
|
short_name: WPH
|
79
83
|
version: "8.0"
|
84
|
+
platform:
|
80
85
|
client:
|
81
86
|
type: browser
|
82
87
|
name: IE Mobile
|
@@ -95,6 +100,7 @@
|
|
95
100
|
name: Nintendo Mobile
|
96
101
|
short_name: NDS
|
97
102
|
version: "3DS"
|
103
|
+
platform:
|
98
104
|
client:
|
99
105
|
type: browser
|
100
106
|
name: NetFront
|
@@ -113,6 +119,7 @@
|
|
113
119
|
name: Nintendo Mobile
|
114
120
|
short_name: NDS
|
115
121
|
version: "DS"
|
122
|
+
platform:
|
116
123
|
client:
|
117
124
|
type: browser
|
118
125
|
name: Bunjalloo
|
@@ -131,6 +138,7 @@
|
|
131
138
|
name: Nintendo
|
132
139
|
short_name: WII
|
133
140
|
version: "Wii"
|
141
|
+
platform:
|
134
142
|
client:
|
135
143
|
type: browser
|
136
144
|
name: Opera
|
@@ -149,6 +157,7 @@
|
|
149
157
|
name: Nintendo
|
150
158
|
short_name: WII
|
151
159
|
version: "Wii"
|
160
|
+
platform:
|
152
161
|
client:
|
153
162
|
type: browser
|
154
163
|
name: NetFront
|
@@ -167,6 +176,7 @@
|
|
167
176
|
name: Android
|
168
177
|
short_name: AND
|
169
178
|
version: "4.1.2"
|
179
|
+
platform:
|
170
180
|
client:
|
171
181
|
type: browser
|
172
182
|
name: Android Browser
|
@@ -185,6 +195,7 @@
|
|
185
195
|
name: PlayStation
|
186
196
|
short_name: PS3
|
187
197
|
version: "3"
|
198
|
+
platform:
|
188
199
|
client:
|
189
200
|
type: browser
|
190
201
|
name: NetFront
|
@@ -203,6 +214,7 @@
|
|
203
214
|
name: PlayStation
|
204
215
|
short_name: PS3
|
205
216
|
version: "4"
|
217
|
+
platform:
|
206
218
|
client:
|
207
219
|
type: browser
|
208
220
|
name: NetFront
|
@@ -221,6 +233,7 @@
|
|
221
233
|
name: PlayStation Portable
|
222
234
|
short_name: PSP
|
223
235
|
version: "Portable"
|
236
|
+
platform:
|
224
237
|
client:
|
225
238
|
type: browser
|
226
239
|
name: NetFront
|
@@ -239,6 +252,7 @@
|
|
239
252
|
name: PlayStation Portable
|
240
253
|
short_name: PSP
|
241
254
|
version: "Vita"
|
255
|
+
platform:
|
242
256
|
client:
|
243
257
|
type: browser
|
244
258
|
name: Mobile Silk
|
@@ -5,6 +5,7 @@
|
|
5
5
|
name: AmigaOS
|
6
6
|
short_name: AMG
|
7
7
|
version:
|
8
|
+
platform:
|
8
9
|
client:
|
9
10
|
type: browser
|
10
11
|
name: Amiga Aweb
|
@@ -23,6 +24,7 @@
|
|
23
24
|
name: AmigaOS
|
24
25
|
short_name: AMG
|
25
26
|
version:
|
27
|
+
platform:
|
26
28
|
client:
|
27
29
|
type: browser
|
28
30
|
name: Amiga Voyager
|
@@ -41,6 +43,7 @@
|
|
41
43
|
name: AmigaOS
|
42
44
|
short_name: AMG
|
43
45
|
version: "1.3"
|
46
|
+
platform:
|
44
47
|
client:
|
45
48
|
type: browser
|
46
49
|
name: SeaMonkey
|
@@ -59,6 +62,7 @@
|
|
59
62
|
name: AmigaOS
|
60
63
|
short_name: AMG
|
61
64
|
version: "3.9"
|
65
|
+
platform:
|
62
66
|
client:
|
63
67
|
type: browser
|
64
68
|
name: IBrowse
|
@@ -77,6 +81,7 @@
|
|
77
81
|
name: AmigaOS
|
78
82
|
short_name: AMG
|
79
83
|
version: "4.0"
|
84
|
+
platform:
|
80
85
|
client:
|
81
86
|
type: browser
|
82
87
|
name: IBrowse
|
@@ -95,6 +100,7 @@
|
|
95
100
|
name: Arch Linux
|
96
101
|
short_name: ARL
|
97
102
|
version:
|
103
|
+
platform: x64
|
98
104
|
client:
|
99
105
|
type: browser
|
100
106
|
name: Chrome
|
@@ -113,6 +119,7 @@
|
|
113
119
|
name: Arch Linux
|
114
120
|
short_name: ARL
|
115
121
|
version:
|
122
|
+
platform: x86
|
116
123
|
client:
|
117
124
|
type: browser
|
118
125
|
name: Firefox
|
@@ -131,6 +138,7 @@
|
|
131
138
|
name: Arch Linux
|
132
139
|
short_name: ARL
|
133
140
|
version:
|
141
|
+
platform: x64
|
134
142
|
client:
|
135
143
|
type: browser
|
136
144
|
name: Firefox
|
@@ -149,6 +157,7 @@
|
|
149
157
|
name: BeOS
|
150
158
|
short_name: BEO
|
151
159
|
version:
|
160
|
+
platform:
|
152
161
|
client:
|
153
162
|
type: browser
|
154
163
|
name: NetPositive
|
@@ -167,6 +176,7 @@
|
|
167
176
|
name: CentOS
|
168
177
|
short_name: CES
|
169
178
|
version: "3.0.6"
|
179
|
+
platform: x64
|
170
180
|
client:
|
171
181
|
type: browser
|
172
182
|
name: Firefox
|
@@ -185,6 +195,7 @@
|
|
185
195
|
name: CentOS
|
186
196
|
short_name: CES
|
187
197
|
version: "3.6"
|
198
|
+
platform: x86
|
188
199
|
client:
|
189
200
|
type: browser
|
190
201
|
name: Firefox
|
@@ -203,6 +214,7 @@
|
|
203
214
|
name: Chrome OS
|
204
215
|
short_name: COS
|
205
216
|
version: "4731.101.0"
|
217
|
+
platform: x64
|
206
218
|
client:
|
207
219
|
type: browser
|
208
220
|
name: Chrome
|
@@ -221,6 +233,7 @@
|
|
221
233
|
name: Debian
|
222
234
|
short_name: DEB
|
223
235
|
version:
|
236
|
+
platform: x86
|
224
237
|
client:
|
225
238
|
type: browser
|
226
239
|
name: Epiphany
|
@@ -239,6 +252,7 @@
|
|
239
252
|
name: Debian
|
240
253
|
short_name: DEB
|
241
254
|
version:
|
255
|
+
platform:
|
242
256
|
client:
|
243
257
|
type: browser
|
244
258
|
name: Epiphany
|
@@ -257,6 +271,7 @@
|
|
257
271
|
name: Debian
|
258
272
|
short_name: DEB
|
259
273
|
version:
|
274
|
+
platform:
|
260
275
|
client:
|
261
276
|
type: browser
|
262
277
|
name: Konqueror
|
@@ -275,6 +290,7 @@
|
|
275
290
|
name: Debian
|
276
291
|
short_name: DEB
|
277
292
|
version: "1.0"
|
293
|
+
platform: x64
|
278
294
|
client:
|
279
295
|
type: browser
|
280
296
|
name: Conkeror
|
@@ -293,6 +309,7 @@
|
|
293
309
|
name: Debian
|
294
310
|
short_name: DEB
|
295
311
|
version: "3.0.6"
|
312
|
+
platform: x86
|
296
313
|
client:
|
297
314
|
type: browser
|
298
315
|
name: Iceweasel
|
@@ -311,6 +328,7 @@
|
|
311
328
|
name: Debian
|
312
329
|
short_name: DEB
|
313
330
|
version: "7.0"
|
331
|
+
platform: x86
|
314
332
|
client:
|
315
333
|
type: browser
|
316
334
|
name: Epiphany
|
@@ -329,6 +347,7 @@
|
|
329
347
|
name: Debian
|
330
348
|
short_name: DEB
|
331
349
|
version: "7.0"
|
350
|
+
platform: x64
|
332
351
|
client:
|
333
352
|
type: browser
|
334
353
|
name: Epiphany
|
@@ -347,6 +366,7 @@
|
|
347
366
|
name: Fedora
|
348
367
|
short_name: FED
|
349
368
|
version: "1.9.0.8"
|
369
|
+
platform: x86
|
350
370
|
client:
|
351
371
|
type: browser
|
352
372
|
name: Kazehakase
|
@@ -365,6 +385,7 @@
|
|
365
385
|
name: Fedora
|
366
386
|
short_name: FED
|
367
387
|
version: "2.0.0.8"
|
388
|
+
platform: x86
|
368
389
|
client:
|
369
390
|
type: browser
|
370
391
|
name: Firefox
|
@@ -383,6 +404,7 @@
|
|
383
404
|
name: Fedora
|
384
405
|
short_name: FED
|
385
406
|
version: "4.1.3"
|
407
|
+
platform: x64
|
386
408
|
client:
|
387
409
|
type: browser
|
388
410
|
name: Konqueror
|
@@ -401,6 +423,7 @@
|
|
401
423
|
name: Fedora
|
402
424
|
short_name: FED
|
403
425
|
version: "4.11.4"
|
426
|
+
platform: x64
|
404
427
|
client:
|
405
428
|
type: browser
|
406
429
|
name: Konqueror
|
@@ -419,6 +442,7 @@
|
|
419
442
|
name: FreeBSD
|
420
443
|
short_name: BSD
|
421
444
|
version:
|
445
|
+
platform: x64
|
422
446
|
client:
|
423
447
|
type: browser
|
424
448
|
name: Firefox
|
@@ -437,6 +461,7 @@
|
|
437
461
|
name: FreeBSD
|
438
462
|
short_name: BSD
|
439
463
|
version:
|
464
|
+
platform: x86
|
440
465
|
client:
|
441
466
|
type: browser
|
442
467
|
name: Galeon
|
@@ -455,6 +480,7 @@
|
|
455
480
|
name: FreeBSD
|
456
481
|
short_name: BSD
|
457
482
|
version: "2.2.8"
|
483
|
+
platform:
|
458
484
|
client: null
|
459
485
|
device:
|
460
486
|
type: desktop
|
@@ -468,6 +494,7 @@
|
|
468
494
|
name: Gentoo
|
469
495
|
short_name: GNT
|
470
496
|
version:
|
497
|
+
platform: x64
|
471
498
|
client:
|
472
499
|
type: browser
|
473
500
|
name: Firefox
|
@@ -486,6 +513,7 @@
|
|
486
513
|
name: Gentoo
|
487
514
|
short_name: GNT
|
488
515
|
version:
|
516
|
+
platform: x64
|
489
517
|
client:
|
490
518
|
type: browser
|
491
519
|
name: Firefox
|
@@ -504,6 +532,7 @@
|
|
504
532
|
name: GNU/Linux
|
505
533
|
short_name: LIN
|
506
534
|
version:
|
535
|
+
platform: x64
|
507
536
|
client:
|
508
537
|
type: browser
|
509
538
|
name: Conkeror
|
@@ -522,6 +551,7 @@
|
|
522
551
|
name: GNU/Linux
|
523
552
|
short_name: LIN
|
524
553
|
version:
|
554
|
+
platform: x64
|
525
555
|
client:
|
526
556
|
type: browser
|
527
557
|
name: Firefox
|
@@ -540,6 +570,7 @@
|
|
540
570
|
name: GNU/Linux
|
541
571
|
short_name: LIN
|
542
572
|
version:
|
573
|
+
platform: x86
|
543
574
|
client:
|
544
575
|
type: browser
|
545
576
|
name: Firefox
|
@@ -558,6 +589,7 @@
|
|
558
589
|
name: GNU/Linux
|
559
590
|
short_name: LIN
|
560
591
|
version:
|
592
|
+
platform: x86
|
561
593
|
client:
|
562
594
|
type: browser
|
563
595
|
name: Firefox
|
@@ -576,6 +608,7 @@
|
|
576
608
|
name: GNU/Linux
|
577
609
|
short_name: LIN
|
578
610
|
version:
|
611
|
+
platform: x64
|
579
612
|
client:
|
580
613
|
type: browser
|
581
614
|
name: Firefox
|
@@ -594,6 +627,7 @@
|
|
594
627
|
name: GNU/Linux
|
595
628
|
short_name: LIN
|
596
629
|
version:
|
630
|
+
platform: x64
|
597
631
|
client:
|
598
632
|
type: browser
|
599
633
|
name: Iceape
|
@@ -612,6 +646,7 @@
|
|
612
646
|
name: GNU/Linux
|
613
647
|
short_name: LIN
|
614
648
|
version:
|
649
|
+
platform: x64
|
615
650
|
client:
|
616
651
|
type: browser
|
617
652
|
name: Iceweasel
|
@@ -630,6 +665,7 @@
|
|
630
665
|
name: GNU/Linux
|
631
666
|
short_name: LIN
|
632
667
|
version:
|
668
|
+
platform: x64
|
633
669
|
client:
|
634
670
|
type: browser
|
635
671
|
name: Konqueror
|
@@ -648,6 +684,7 @@
|
|
648
684
|
name: GNU/Linux
|
649
685
|
short_name: LIN
|
650
686
|
version:
|
687
|
+
platform: x86
|
651
688
|
client:
|
652
689
|
type: browser
|
653
690
|
name: Links
|
@@ -666,6 +703,7 @@
|
|
666
703
|
name: GNU/Linux
|
667
704
|
short_name: LIN
|
668
705
|
version:
|
706
|
+
platform: ARM
|
669
707
|
client:
|
670
708
|
type: browser
|
671
709
|
name: MicroB
|
@@ -684,6 +722,7 @@
|
|
684
722
|
name: GNU/Linux
|
685
723
|
short_name: LIN
|
686
724
|
version:
|
725
|
+
platform:
|
687
726
|
client:
|
688
727
|
type: browser
|
689
728
|
name: Midori
|
@@ -702,6 +741,7 @@
|
|
702
741
|
name: GNU/Linux
|
703
742
|
short_name: LIN
|
704
743
|
version:
|
744
|
+
platform:
|
705
745
|
client:
|
706
746
|
type: browser
|
707
747
|
name: Midori
|
@@ -720,6 +760,7 @@
|
|
720
760
|
name: GNU/Linux
|
721
761
|
short_name: LIN
|
722
762
|
version:
|
763
|
+
platform: x86
|
723
764
|
client:
|
724
765
|
type: browser
|
725
766
|
name: NCSA Mosaic
|
@@ -738,6 +779,7 @@
|
|
738
779
|
name: GNU/Linux
|
739
780
|
short_name: LIN
|
740
781
|
version:
|
782
|
+
platform: x86
|
741
783
|
client:
|
742
784
|
type: browser
|
743
785
|
name: Netscape
|
@@ -756,6 +798,7 @@
|
|
756
798
|
name: GNU/Linux
|
757
799
|
short_name: LIN
|
758
800
|
version:
|
801
|
+
platform:
|
759
802
|
client:
|
760
803
|
type: browser
|
761
804
|
name: Opera
|
@@ -774,6 +817,7 @@
|
|
774
817
|
name: GNU/Linux
|
775
818
|
short_name: LIN
|
776
819
|
version:
|
820
|
+
platform: x86
|
777
821
|
client:
|
778
822
|
type: browser
|
779
823
|
name: Phoenix
|
@@ -786,30 +830,13 @@
|
|
786
830
|
model:
|
787
831
|
os_family: GNU/Linux
|
788
832
|
browser_family: Firefox
|
789
|
-
-
|
790
|
-
user_agent: 'Mozilla/5.0 (X11; U; Linux x86_64; fa-ir) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.35 Puffin/2.10977AP'
|
791
|
-
os:
|
792
|
-
name: GNU/Linux
|
793
|
-
short_name: LIN
|
794
|
-
version:
|
795
|
-
client:
|
796
|
-
type: browser
|
797
|
-
name: Puffin
|
798
|
-
short_name: PU
|
799
|
-
version: "2.10977"
|
800
|
-
engine: WebKit
|
801
|
-
device:
|
802
|
-
type: desktop
|
803
|
-
brand:
|
804
|
-
model:
|
805
|
-
os_family: GNU/Linux
|
806
|
-
browser_family: Unknown
|
807
833
|
-
|
808
834
|
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) rekonq/2.3.2 Safari/537.21
|
809
835
|
os:
|
810
836
|
name: GNU/Linux
|
811
837
|
short_name: LIN
|
812
838
|
version:
|
839
|
+
platform: x64
|
813
840
|
client:
|
814
841
|
type: browser
|
815
842
|
name: Rekonq
|
@@ -828,6 +855,7 @@
|
|
828
855
|
name: GNU/Linux
|
829
856
|
short_name: LIN
|
830
857
|
version:
|
858
|
+
platform: x64
|
831
859
|
client:
|
832
860
|
type: browser
|
833
861
|
name: SeaMonkey
|
@@ -846,6 +874,7 @@
|
|
846
874
|
name: GNU/Linux
|
847
875
|
short_name: LIN
|
848
876
|
version:
|
877
|
+
platform: x64
|
849
878
|
client:
|
850
879
|
type: browser
|
851
880
|
name: Snowshoe
|
@@ -864,6 +893,7 @@
|
|
864
893
|
name: GNU/Linux
|
865
894
|
short_name: LIN
|
866
895
|
version:
|
896
|
+
platform: x86
|
867
897
|
client:
|
868
898
|
type: browser
|
869
899
|
name: Swiftfox
|
@@ -882,6 +912,7 @@
|
|
882
912
|
name: GNU/Linux
|
883
913
|
short_name: LIN
|
884
914
|
version:
|
915
|
+
platform: x86
|
885
916
|
client:
|
886
917
|
type: pim
|
887
918
|
name: Thunderbird
|
@@ -898,6 +929,7 @@
|
|
898
929
|
name: Haiku OS
|
899
930
|
short_name: HAI
|
900
931
|
version:
|
932
|
+
platform:
|
901
933
|
client:
|
902
934
|
type: browser
|
903
935
|
name: Firefox
|
@@ -916,6 +948,7 @@
|
|
916
948
|
name: Haiku OS
|
917
949
|
short_name: HAI
|
918
950
|
version:
|
951
|
+
platform:
|
919
952
|
client:
|
920
953
|
type: browser
|
921
954
|
name: WebPositive
|
@@ -934,6 +967,7 @@
|
|
934
967
|
name: Inferno
|
935
968
|
short_name: INF
|
936
969
|
version:
|
970
|
+
platform:
|
937
971
|
client:
|
938
972
|
type: browser
|
939
973
|
name: Charon
|
@@ -952,6 +986,7 @@
|
|
952
986
|
name: IRIX
|
953
987
|
short_name: IRI
|
954
988
|
version: "5.3"
|
989
|
+
platform:
|
955
990
|
client: null
|
956
991
|
device:
|
957
992
|
type: desktop
|
@@ -965,6 +1000,7 @@
|
|
965
1000
|
name: Kubuntu
|
966
1001
|
short_name: KBT
|
967
1002
|
version:
|
1003
|
+
platform:
|
968
1004
|
client:
|
969
1005
|
type: browser
|
970
1006
|
name: Konqueror
|
@@ -983,6 +1019,7 @@
|
|
983
1019
|
name: Kubuntu
|
984
1020
|
short_name: KBT
|
985
1021
|
version: "8.04"
|
1022
|
+
platform: x64
|
986
1023
|
client:
|
987
1024
|
type: browser
|
988
1025
|
name: Firefox
|
@@ -1001,6 +1038,7 @@
|
|
1001
1038
|
name: Mac
|
1002
1039
|
short_name: MAC
|
1003
1040
|
version:
|
1041
|
+
platform:
|
1004
1042
|
client:
|
1005
1043
|
type: browser
|
1006
1044
|
name: Arora
|
@@ -1019,6 +1057,7 @@
|
|
1019
1057
|
name: Mac
|
1020
1058
|
short_name: MAC
|
1021
1059
|
version:
|
1060
|
+
platform:
|
1022
1061
|
client:
|
1023
1062
|
type: browser
|
1024
1063
|
name: Cheshire
|
@@ -1037,6 +1076,7 @@
|
|
1037
1076
|
name: Mac
|
1038
1077
|
short_name: MAC
|
1039
1078
|
version:
|
1079
|
+
platform:
|
1040
1080
|
client:
|
1041
1081
|
type: browser
|
1042
1082
|
name: Internet Explorer
|
@@ -1055,6 +1095,7 @@
|
|
1055
1095
|
name: Mac
|
1056
1096
|
short_name: MAC
|
1057
1097
|
version:
|
1098
|
+
platform:
|
1058
1099
|
client:
|
1059
1100
|
type: browser
|
1060
1101
|
name: Midori
|
@@ -1073,6 +1114,7 @@
|
|
1073
1114
|
name: Mac
|
1074
1115
|
short_name: MAC
|
1075
1116
|
version:
|
1117
|
+
platform:
|
1076
1118
|
client:
|
1077
1119
|
type: browser
|
1078
1120
|
name: Opera Next
|
@@ -1086,50 +1128,36 @@
|
|
1086
1128
|
os_family: Mac
|
1087
1129
|
browser_family: Opera
|
1088
1130
|
-
|
1089
|
-
user_agent:
|
1131
|
+
user_agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.833
|
1090
1132
|
os:
|
1091
1133
|
name: Mac
|
1092
1134
|
short_name: MAC
|
1093
1135
|
version:
|
1136
|
+
platform:
|
1094
1137
|
client:
|
1095
1138
|
type: browser
|
1096
|
-
name:
|
1097
|
-
short_name:
|
1098
|
-
version:
|
1139
|
+
name: Sunrise
|
1140
|
+
short_name: SR
|
1141
|
+
version: "0.833"
|
1099
1142
|
engine: WebKit
|
1100
1143
|
device:
|
1101
1144
|
type: desktop
|
1102
1145
|
brand:
|
1103
1146
|
model:
|
1104
1147
|
os_family: Mac
|
1105
|
-
browser_family: Safari
|
1106
|
-
-
|
1107
|
-
user_agent: SubStream/0.7 CFNetwork/485.12.30 Darwin/10.4.0
|
1108
|
-
os:
|
1109
|
-
name: Mac
|
1110
|
-
short_name: MAC
|
1111
|
-
version:
|
1112
|
-
client:
|
1113
|
-
type: mediaplayer
|
1114
|
-
name: SubStream
|
1115
|
-
version: "0.7"
|
1116
|
-
device:
|
1117
|
-
type: desktop
|
1118
|
-
brand:
|
1119
|
-
model:
|
1120
|
-
os_family: Mac
|
1121
1148
|
browser_family: Unknown
|
1122
1149
|
-
|
1123
|
-
user_agent: Mozilla/5.0 (Macintosh; U;
|
1150
|
+
user_agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Sunrise/1.6.5 like Safari/419.3
|
1124
1151
|
os:
|
1125
1152
|
name: Mac
|
1126
1153
|
short_name: MAC
|
1127
1154
|
version:
|
1155
|
+
platform:
|
1128
1156
|
client:
|
1129
1157
|
type: browser
|
1130
1158
|
name: Sunrise
|
1131
1159
|
short_name: SR
|
1132
|
-
version: "
|
1160
|
+
version: "1.6.5"
|
1133
1161
|
engine: WebKit
|
1134
1162
|
device:
|
1135
1163
|
type: desktop
|
@@ -1138,29 +1166,31 @@
|
|
1138
1166
|
os_family: Mac
|
1139
1167
|
browser_family: Unknown
|
1140
1168
|
-
|
1141
|
-
user_agent: Mozilla/5.0 (Macintosh;
|
1169
|
+
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) brave/0.7.9 Chrome/47.0.2526.73 Electron/0.36.2 Safari/537.36
|
1142
1170
|
os:
|
1143
1171
|
name: Mac
|
1144
1172
|
short_name: MAC
|
1145
|
-
version:
|
1173
|
+
version: "10.11.2"
|
1174
|
+
platform:
|
1146
1175
|
client:
|
1147
1176
|
type: browser
|
1148
|
-
name:
|
1149
|
-
short_name:
|
1150
|
-
version: "
|
1151
|
-
engine:
|
1177
|
+
name: Brave
|
1178
|
+
short_name: BR
|
1179
|
+
version: "0.7.9"
|
1180
|
+
engine: Blink
|
1152
1181
|
device:
|
1153
1182
|
type: desktop
|
1154
1183
|
brand:
|
1155
1184
|
model:
|
1156
1185
|
os_family: Mac
|
1157
|
-
browser_family:
|
1186
|
+
browser_family: Chrome
|
1158
1187
|
-
|
1159
1188
|
user_agent: QuickTime\xaa.7.0.4 (qtver=7.0.4;cpu=PPC;os=Mac 10.3.9)
|
1160
1189
|
os:
|
1161
1190
|
name: Mac
|
1162
1191
|
short_name: MAC
|
1163
1192
|
version: "10.3.9"
|
1193
|
+
platform:
|
1164
1194
|
client:
|
1165
1195
|
type: mediaplayer
|
1166
1196
|
name: QuickTime
|
@@ -1177,6 +1207,7 @@
|
|
1177
1207
|
name: Mac
|
1178
1208
|
short_name: MAC
|
1179
1209
|
version: "10.5.6"
|
1210
|
+
platform:
|
1180
1211
|
client:
|
1181
1212
|
type: browser
|
1182
1213
|
name: Fluid
|
@@ -1195,6 +1226,7 @@
|
|
1195
1226
|
name: Mac
|
1196
1227
|
short_name: MAC
|
1197
1228
|
version: "10.5.8"
|
1229
|
+
platform:
|
1198
1230
|
client:
|
1199
1231
|
type: browser
|
1200
1232
|
name: iCab
|
@@ -1213,6 +1245,7 @@
|
|
1213
1245
|
name: Mac
|
1214
1246
|
short_name: MAC
|
1215
1247
|
version: "10.5.8"
|
1248
|
+
platform:
|
1216
1249
|
client:
|
1217
1250
|
type: browser
|
1218
1251
|
name: Safari
|
@@ -1231,6 +1264,7 @@
|
|
1231
1264
|
name: Mac
|
1232
1265
|
short_name: MAC
|
1233
1266
|
version: "10.6"
|
1267
|
+
platform:
|
1234
1268
|
client:
|
1235
1269
|
type: browser
|
1236
1270
|
name: Camino
|
@@ -1249,6 +1283,7 @@
|
|
1249
1283
|
name: Mac
|
1250
1284
|
short_name: MAC
|
1251
1285
|
version: "10.6"
|
1286
|
+
platform:
|
1252
1287
|
client:
|
1253
1288
|
type: browser
|
1254
1289
|
name: Firefox
|
@@ -1267,6 +1302,7 @@
|
|
1267
1302
|
name: Mac
|
1268
1303
|
short_name: MAC
|
1269
1304
|
version: "10.6"
|
1305
|
+
platform:
|
1270
1306
|
client:
|
1271
1307
|
type: pim
|
1272
1308
|
name: Postbox
|
@@ -1283,6 +1319,7 @@
|
|
1283
1319
|
name: Mac
|
1284
1320
|
short_name: MAC
|
1285
1321
|
version: "10.6.8"
|
1322
|
+
platform:
|
1286
1323
|
client:
|
1287
1324
|
type: mediaplayer
|
1288
1325
|
name: QuickTime
|
@@ -1299,6 +1336,7 @@
|
|
1299
1336
|
name: Mac
|
1300
1337
|
short_name: MAC
|
1301
1338
|
version: "10.6.8"
|
1339
|
+
platform:
|
1302
1340
|
client:
|
1303
1341
|
type: browser
|
1304
1342
|
name: Safari
|
@@ -1317,6 +1355,7 @@
|
|
1317
1355
|
name: Mac
|
1318
1356
|
short_name: MAC
|
1319
1357
|
version: "10.7"
|
1358
|
+
platform:
|
1320
1359
|
client:
|
1321
1360
|
type: browser
|
1322
1361
|
name: Firefox
|
@@ -1335,6 +1374,7 @@
|
|
1335
1374
|
name: Mac
|
1336
1375
|
short_name: MAC
|
1337
1376
|
version: "10.8.5"
|
1377
|
+
platform:
|
1338
1378
|
client:
|
1339
1379
|
type: browser
|
1340
1380
|
name: Chrome
|
@@ -1353,6 +1393,7 @@
|
|
1353
1393
|
name: Mac
|
1354
1394
|
short_name: MAC
|
1355
1395
|
version: "10.8.5"
|
1396
|
+
platform:
|
1356
1397
|
client:
|
1357
1398
|
type: browser
|
1358
1399
|
name: Maxthon
|
@@ -1371,6 +1412,7 @@
|
|
1371
1412
|
name: Mac
|
1372
1413
|
short_name: MAC
|
1373
1414
|
version: "10.9"
|
1415
|
+
platform:
|
1374
1416
|
client:
|
1375
1417
|
type: browser
|
1376
1418
|
name: Firefox
|
@@ -1389,6 +1431,7 @@
|
|
1389
1431
|
name: Mac
|
1390
1432
|
short_name: MAC
|
1391
1433
|
version: "10.9.1"
|
1434
|
+
platform:
|
1392
1435
|
client:
|
1393
1436
|
type: browser
|
1394
1437
|
name: Chrome
|
@@ -1407,6 +1450,7 @@
|
|
1407
1450
|
name: Mac
|
1408
1451
|
short_name: MAC
|
1409
1452
|
version: "10.9.1"
|
1453
|
+
platform:
|
1410
1454
|
client:
|
1411
1455
|
type: browser
|
1412
1456
|
name: OmniWeb
|
@@ -1425,6 +1469,7 @@
|
|
1425
1469
|
name: Mac
|
1426
1470
|
short_name: MAC
|
1427
1471
|
version: "10.9.1"
|
1472
|
+
platform:
|
1428
1473
|
client:
|
1429
1474
|
type: browser
|
1430
1475
|
name: Safari
|
@@ -1443,6 +1488,7 @@
|
|
1443
1488
|
name: Mandriva
|
1444
1489
|
short_name: MDR
|
1445
1490
|
version: "1.9.2.17"
|
1491
|
+
platform: x86
|
1446
1492
|
client:
|
1447
1493
|
type: browser
|
1448
1494
|
name: Firefox
|
@@ -1461,6 +1507,7 @@
|
|
1461
1507
|
name: Mint
|
1462
1508
|
short_name: MIN
|
1463
1509
|
version: "16"
|
1510
|
+
platform: x86
|
1464
1511
|
client:
|
1465
1512
|
type: browser
|
1466
1513
|
name: Firefox
|
@@ -1479,6 +1526,7 @@
|
|
1479
1526
|
name: MorphOS
|
1480
1527
|
short_name: MOR
|
1481
1528
|
version: "3.7"
|
1529
|
+
platform:
|
1482
1530
|
client:
|
1483
1531
|
type: browser
|
1484
1532
|
name: Odyssey Web Browser
|
@@ -1497,6 +1545,7 @@
|
|
1497
1545
|
name: NetBSD
|
1498
1546
|
short_name: NBS
|
1499
1547
|
version:
|
1548
|
+
platform: x64
|
1500
1549
|
client:
|
1501
1550
|
type: browser
|
1502
1551
|
name: Firefox
|
@@ -1515,6 +1564,7 @@
|
|
1515
1564
|
name: OpenBSD
|
1516
1565
|
short_name: OBS
|
1517
1566
|
version:
|
1567
|
+
platform: x64
|
1518
1568
|
client:
|
1519
1569
|
type: browser
|
1520
1570
|
name: Chrome
|
@@ -1533,6 +1583,7 @@
|
|
1533
1583
|
name: OpenBSD
|
1534
1584
|
short_name: OBS
|
1535
1585
|
version:
|
1586
|
+
platform: x64
|
1536
1587
|
client:
|
1537
1588
|
type: browser
|
1538
1589
|
name: Firefox
|
@@ -1551,6 +1602,7 @@
|
|
1551
1602
|
name: OS/2
|
1552
1603
|
short_name: OS2
|
1553
1604
|
version:
|
1605
|
+
platform:
|
1554
1606
|
client:
|
1555
1607
|
type: browser
|
1556
1608
|
name: Firefox
|
@@ -1569,6 +1621,7 @@
|
|
1569
1621
|
name: OSF1
|
1570
1622
|
short_name: T64
|
1571
1623
|
version: "4.0"
|
1624
|
+
platform:
|
1572
1625
|
client: null
|
1573
1626
|
device:
|
1574
1627
|
type: desktop
|
@@ -1582,6 +1635,7 @@
|
|
1582
1635
|
name: OSF1
|
1583
1636
|
short_name: T64
|
1584
1637
|
version: "5.1"
|
1638
|
+
platform:
|
1585
1639
|
client: null
|
1586
1640
|
device:
|
1587
1641
|
type: desktop
|
@@ -1595,6 +1649,7 @@
|
|
1595
1649
|
name: Red Hat
|
1596
1650
|
short_name: RHT
|
1597
1651
|
version:
|
1652
|
+
platform:
|
1598
1653
|
client:
|
1599
1654
|
type: library
|
1600
1655
|
name: Wget
|
@@ -1611,6 +1666,7 @@
|
|
1611
1666
|
name: Red Hat
|
1612
1667
|
short_name: RHT
|
1613
1668
|
version: "4.3.4"
|
1669
|
+
platform:
|
1614
1670
|
client:
|
1615
1671
|
type: browser
|
1616
1672
|
name: Konqueror
|
@@ -1629,6 +1685,7 @@
|
|
1629
1685
|
name: Sabayon
|
1630
1686
|
short_name: SAB
|
1631
1687
|
version:
|
1688
|
+
platform: x64
|
1632
1689
|
client:
|
1633
1690
|
type: browser
|
1634
1691
|
name: Opera
|
@@ -1647,6 +1704,7 @@
|
|
1647
1704
|
name: Slackware
|
1648
1705
|
short_name: SLW
|
1649
1706
|
version:
|
1707
|
+
platform: x86
|
1650
1708
|
client:
|
1651
1709
|
type: browser
|
1652
1710
|
name: Chrome
|
@@ -1665,6 +1723,7 @@
|
|
1665
1723
|
name: Slackware
|
1666
1724
|
short_name: SLW
|
1667
1725
|
version: "13.0"
|
1726
|
+
platform: x86
|
1668
1727
|
client:
|
1669
1728
|
type: browser
|
1670
1729
|
name: Firefox
|
@@ -1683,6 +1742,7 @@
|
|
1683
1742
|
name: Solaris
|
1684
1743
|
short_name: SOS
|
1685
1744
|
version:
|
1745
|
+
platform: x86
|
1686
1746
|
client:
|
1687
1747
|
type: browser
|
1688
1748
|
name: Firefox
|
@@ -1701,6 +1761,7 @@
|
|
1701
1761
|
name: Solaris
|
1702
1762
|
short_name: SOS
|
1703
1763
|
version: "5.10"
|
1764
|
+
platform: x86
|
1704
1765
|
client: null
|
1705
1766
|
device:
|
1706
1767
|
type: desktop
|
@@ -1714,6 +1775,7 @@
|
|
1714
1775
|
name: Solaris
|
1715
1776
|
short_name: SOS
|
1716
1777
|
version: "5.10"
|
1778
|
+
platform:
|
1717
1779
|
client:
|
1718
1780
|
type: browser
|
1719
1781
|
name: Internet Explorer
|
@@ -1732,6 +1794,7 @@
|
|
1732
1794
|
name: Solaris
|
1733
1795
|
short_name: SOS
|
1734
1796
|
version: "10.1"
|
1797
|
+
platform: x64
|
1735
1798
|
client: null
|
1736
1799
|
device:
|
1737
1800
|
type: desktop
|
@@ -1745,6 +1808,7 @@
|
|
1745
1808
|
name: Solaris
|
1746
1809
|
short_name: SOS
|
1747
1810
|
version: "5.5.1"
|
1811
|
+
platform:
|
1748
1812
|
client: null
|
1749
1813
|
device:
|
1750
1814
|
type: desktop
|
@@ -1758,6 +1822,7 @@
|
|
1758
1822
|
name: SUSE
|
1759
1823
|
short_name: SSE
|
1760
1824
|
version: "3.6.24"
|
1825
|
+
platform: x86
|
1761
1826
|
client:
|
1762
1827
|
type: browser
|
1763
1828
|
name: Firefox
|
@@ -1776,6 +1841,7 @@
|
|
1776
1841
|
name: SUSE
|
1777
1842
|
short_name: SSE
|
1778
1843
|
version: "31.0.1650.63"
|
1844
|
+
platform: x86
|
1779
1845
|
client:
|
1780
1846
|
type: browser
|
1781
1847
|
name: Chrome
|
@@ -1794,6 +1860,7 @@
|
|
1794
1860
|
name: Syllable
|
1795
1861
|
short_name: SYL
|
1796
1862
|
version:
|
1863
|
+
platform:
|
1797
1864
|
client:
|
1798
1865
|
type: browser
|
1799
1866
|
name: ABrowse
|
@@ -1812,6 +1879,7 @@
|
|
1812
1879
|
name: Ubuntu
|
1813
1880
|
short_name: UBT
|
1814
1881
|
version:
|
1882
|
+
platform: x64
|
1815
1883
|
client:
|
1816
1884
|
type: browser
|
1817
1885
|
name: Chromium
|
@@ -1830,6 +1898,7 @@
|
|
1830
1898
|
name: Ubuntu
|
1831
1899
|
short_name: UBT
|
1832
1900
|
version:
|
1901
|
+
platform: x86
|
1833
1902
|
client:
|
1834
1903
|
type: browser
|
1835
1904
|
name: Elinks
|
@@ -1848,6 +1917,7 @@
|
|
1848
1917
|
name: Ubuntu
|
1849
1918
|
short_name: UBT
|
1850
1919
|
version:
|
1920
|
+
platform: x64
|
1851
1921
|
client:
|
1852
1922
|
type: browser
|
1853
1923
|
name: Firefox
|
@@ -1866,6 +1936,7 @@
|
|
1866
1936
|
name: Ubuntu
|
1867
1937
|
short_name: UBT
|
1868
1938
|
version: "1.1.9"
|
1939
|
+
platform: x86
|
1869
1940
|
client:
|
1870
1941
|
type: browser
|
1871
1942
|
name: SeaMonkey
|
@@ -1884,6 +1955,7 @@
|
|
1884
1955
|
name: Ubuntu
|
1885
1956
|
short_name: UBT
|
1886
1957
|
version: "9.04"
|
1958
|
+
platform: x86
|
1887
1959
|
client:
|
1888
1960
|
type: browser
|
1889
1961
|
name: Firefox
|
@@ -1902,6 +1974,7 @@
|
|
1902
1974
|
name: Ubuntu
|
1903
1975
|
short_name: UBT
|
1904
1976
|
version: "9.10"
|
1977
|
+
platform: x86
|
1905
1978
|
client:
|
1906
1979
|
type: browser
|
1907
1980
|
name: Firefox
|
@@ -1920,6 +1993,7 @@
|
|
1920
1993
|
name: Ubuntu
|
1921
1994
|
short_name: UBT
|
1922
1995
|
version: "9.25"
|
1996
|
+
platform: x86
|
1923
1997
|
client:
|
1924
1998
|
type: browser
|
1925
1999
|
name: Firefox
|
@@ -1938,6 +2012,7 @@
|
|
1938
2012
|
name: Ubuntu
|
1939
2013
|
short_name: UBT
|
1940
2014
|
version: "10.10"
|
2015
|
+
platform: x64
|
1941
2016
|
client:
|
1942
2017
|
type: browser
|
1943
2018
|
name: Epiphany
|
@@ -1956,6 +2031,7 @@
|
|
1956
2031
|
name: Windows
|
1957
2032
|
short_name: WIN
|
1958
2033
|
version:
|
2034
|
+
platform:
|
1959
2035
|
client:
|
1960
2036
|
type: browser
|
1961
2037
|
name: Beonex
|
@@ -1974,6 +2050,7 @@
|
|
1974
2050
|
name: Windows
|
1975
2051
|
short_name: WIN
|
1976
2052
|
version:
|
2053
|
+
platform:
|
1977
2054
|
client:
|
1978
2055
|
type: browser
|
1979
2056
|
name: BrowseX
|
@@ -1992,6 +2069,7 @@
|
|
1992
2069
|
name: Windows
|
1993
2070
|
short_name: WIN
|
1994
2071
|
version:
|
2072
|
+
platform:
|
1995
2073
|
client:
|
1996
2074
|
type: pim
|
1997
2075
|
name: Postbox
|
@@ -2008,6 +2086,7 @@
|
|
2008
2086
|
name: Windows
|
2009
2087
|
short_name: WIN
|
2010
2088
|
version: "7"
|
2089
|
+
platform: x64
|
2011
2090
|
client:
|
2012
2091
|
type: browser
|
2013
2092
|
name: Amigo
|
@@ -2026,6 +2105,7 @@
|
|
2026
2105
|
name: Windows
|
2027
2106
|
short_name: WIN
|
2028
2107
|
version: "7"
|
2108
|
+
platform: x64
|
2029
2109
|
client:
|
2030
2110
|
type: browser
|
2031
2111
|
name: Baidu Spark
|
@@ -2044,6 +2124,7 @@
|
|
2044
2124
|
name: Windows
|
2045
2125
|
short_name: WIN
|
2046
2126
|
version: "7"
|
2127
|
+
platform: x64
|
2047
2128
|
client:
|
2048
2129
|
type: browser
|
2049
2130
|
name: Chrome
|
@@ -2062,6 +2143,7 @@
|
|
2062
2143
|
name: Windows
|
2063
2144
|
short_name: WIN
|
2064
2145
|
version: "7"
|
2146
|
+
platform: x64
|
2065
2147
|
client:
|
2066
2148
|
type: browser
|
2067
2149
|
name: Chrome
|
@@ -2080,6 +2162,7 @@
|
|
2080
2162
|
name: Windows
|
2081
2163
|
short_name: WIN
|
2082
2164
|
version: "7"
|
2165
|
+
platform: x64
|
2083
2166
|
client:
|
2084
2167
|
type: browser
|
2085
2168
|
name: Chrome
|
@@ -2098,6 +2181,7 @@
|
|
2098
2181
|
name: Windows
|
2099
2182
|
short_name: WIN
|
2100
2183
|
version: "7"
|
2184
|
+
platform: x64
|
2101
2185
|
client:
|
2102
2186
|
type: browser
|
2103
2187
|
name: Chrome Frame
|
@@ -2116,6 +2200,7 @@
|
|
2116
2200
|
name: Windows
|
2117
2201
|
short_name: WIN
|
2118
2202
|
version: "7"
|
2203
|
+
platform:
|
2119
2204
|
client:
|
2120
2205
|
type: browser
|
2121
2206
|
name: ChromePlus
|
@@ -2134,6 +2219,7 @@
|
|
2134
2219
|
name: Windows
|
2135
2220
|
short_name: WIN
|
2136
2221
|
version: "7"
|
2222
|
+
platform: x64
|
2137
2223
|
client:
|
2138
2224
|
type: browser
|
2139
2225
|
name: Comodo Dragon
|
@@ -2152,6 +2238,7 @@
|
|
2152
2238
|
name: Windows
|
2153
2239
|
short_name: WIN
|
2154
2240
|
version: "7"
|
2241
|
+
platform: x64
|
2155
2242
|
client:
|
2156
2243
|
type: browser
|
2157
2244
|
name: CoolNovo
|
@@ -2170,6 +2257,7 @@
|
|
2170
2257
|
name: Windows
|
2171
2258
|
short_name: WIN
|
2172
2259
|
version: "7"
|
2260
|
+
platform: x64
|
2173
2261
|
client:
|
2174
2262
|
type: browser
|
2175
2263
|
name: Firefox
|
@@ -2188,6 +2276,7 @@
|
|
2188
2276
|
name: Windows
|
2189
2277
|
short_name: WIN
|
2190
2278
|
version: "7"
|
2279
|
+
platform:
|
2191
2280
|
client:
|
2192
2281
|
type: browser
|
2193
2282
|
name: Firefox
|
@@ -2206,6 +2295,7 @@
|
|
2206
2295
|
name: Windows
|
2207
2296
|
short_name: WIN
|
2208
2297
|
version: "7"
|
2298
|
+
platform:
|
2209
2299
|
client:
|
2210
2300
|
type: browser
|
2211
2301
|
name: Firefox
|
@@ -2224,6 +2314,7 @@
|
|
2224
2314
|
name: Windows
|
2225
2315
|
short_name: WIN
|
2226
2316
|
version: "7"
|
2317
|
+
platform:
|
2227
2318
|
client:
|
2228
2319
|
type: browser
|
2229
2320
|
name: Flock
|
@@ -2242,6 +2333,7 @@
|
|
2242
2333
|
name: Windows
|
2243
2334
|
short_name: WIN
|
2244
2335
|
version: "7"
|
2336
|
+
platform:
|
2245
2337
|
client:
|
2246
2338
|
type: browser
|
2247
2339
|
name: IceDragon
|
@@ -2260,6 +2352,7 @@
|
|
2260
2352
|
name: Windows
|
2261
2353
|
short_name: WIN
|
2262
2354
|
version: "7"
|
2355
|
+
platform:
|
2263
2356
|
client:
|
2264
2357
|
type: browser
|
2265
2358
|
name: Internet Explorer
|
@@ -2278,6 +2371,7 @@
|
|
2278
2371
|
name: Windows
|
2279
2372
|
short_name: WIN
|
2280
2373
|
version: "7"
|
2374
|
+
platform:
|
2281
2375
|
client:
|
2282
2376
|
type: browser
|
2283
2377
|
name: Internet Explorer
|
@@ -2296,6 +2390,7 @@
|
|
2296
2390
|
name: Windows
|
2297
2391
|
short_name: WIN
|
2298
2392
|
version: "7"
|
2393
|
+
platform: x64
|
2299
2394
|
client:
|
2300
2395
|
type: browser
|
2301
2396
|
name: Internet Explorer
|
@@ -2314,6 +2409,7 @@
|
|
2314
2409
|
name: Windows
|
2315
2410
|
short_name: WIN
|
2316
2411
|
version: "7"
|
2412
|
+
platform: x64
|
2317
2413
|
client:
|
2318
2414
|
type: browser
|
2319
2415
|
name: Internet Explorer
|
@@ -2332,6 +2428,26 @@
|
|
2332
2428
|
name: Windows
|
2333
2429
|
short_name: WIN
|
2334
2430
|
version: "7"
|
2431
|
+
platform:
|
2432
|
+
client:
|
2433
|
+
type: browser
|
2434
|
+
name: Internet Explorer
|
2435
|
+
short_name: IE
|
2436
|
+
version: "11.0"
|
2437
|
+
engine: Trident
|
2438
|
+
device:
|
2439
|
+
type: desktop
|
2440
|
+
brand:
|
2441
|
+
model:
|
2442
|
+
os_family: Windows
|
2443
|
+
browser_family: Internet Explorer
|
2444
|
+
-
|
2445
|
+
user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Banca Caboto s.p.a.; rv:11.0) like Gecko
|
2446
|
+
os:
|
2447
|
+
name: Windows
|
2448
|
+
short_name: WIN
|
2449
|
+
version: "7"
|
2450
|
+
platform: x64
|
2335
2451
|
client:
|
2336
2452
|
type: browser
|
2337
2453
|
name: Internet Explorer
|
@@ -2350,6 +2466,7 @@
|
|
2350
2466
|
name: Windows
|
2351
2467
|
short_name: WIN
|
2352
2468
|
version: "7"
|
2469
|
+
platform: x64
|
2353
2470
|
client:
|
2354
2471
|
type: browser
|
2355
2472
|
name: Internet Explorer
|
@@ -2368,6 +2485,7 @@
|
|
2368
2485
|
name: Windows
|
2369
2486
|
short_name: WIN
|
2370
2487
|
version: "7"
|
2488
|
+
platform:
|
2371
2489
|
client:
|
2372
2490
|
type: browser
|
2373
2491
|
name: Iron
|
@@ -2386,6 +2504,7 @@
|
|
2386
2504
|
name: Windows
|
2387
2505
|
short_name: WIN
|
2388
2506
|
version: "7"
|
2507
|
+
platform:
|
2389
2508
|
client:
|
2390
2509
|
type: pim
|
2391
2510
|
name: Microsoft Outlook
|
@@ -2402,6 +2521,7 @@
|
|
2402
2521
|
name: Windows
|
2403
2522
|
short_name: WIN
|
2404
2523
|
version: "7"
|
2524
|
+
platform: x64
|
2405
2525
|
client:
|
2406
2526
|
type: pim
|
2407
2527
|
name: Microsoft Outlook
|
@@ -2418,6 +2538,7 @@
|
|
2418
2538
|
name: Windows
|
2419
2539
|
short_name: WIN
|
2420
2540
|
version: "7"
|
2541
|
+
platform: x64
|
2421
2542
|
client:
|
2422
2543
|
type: pim
|
2423
2544
|
name: Microsoft Outlook
|
@@ -2434,6 +2555,7 @@
|
|
2434
2555
|
name: Windows
|
2435
2556
|
short_name: WIN
|
2436
2557
|
version: "7"
|
2558
|
+
platform: x64
|
2437
2559
|
client:
|
2438
2560
|
type: browser
|
2439
2561
|
name: Opera
|
@@ -2452,6 +2574,7 @@
|
|
2452
2574
|
name: Windows
|
2453
2575
|
short_name: WIN
|
2454
2576
|
version: "7"
|
2577
|
+
platform: x64
|
2455
2578
|
client:
|
2456
2579
|
type: browser
|
2457
2580
|
name: Opera
|
@@ -2470,6 +2593,7 @@
|
|
2470
2593
|
name: Windows
|
2471
2594
|
short_name: WIN
|
2472
2595
|
version: "7"
|
2596
|
+
platform: x64
|
2473
2597
|
client:
|
2474
2598
|
type: browser
|
2475
2599
|
name: Opera Next
|
@@ -2488,6 +2612,7 @@
|
|
2488
2612
|
name: Windows
|
2489
2613
|
short_name: WIN
|
2490
2614
|
version: "7"
|
2615
|
+
platform:
|
2491
2616
|
client:
|
2492
2617
|
type: mediaplayer
|
2493
2618
|
name: QuickTime
|
@@ -2504,6 +2629,7 @@
|
|
2504
2629
|
name: Windows
|
2505
2630
|
short_name: WIN
|
2506
2631
|
version: "7"
|
2632
|
+
platform:
|
2507
2633
|
client:
|
2508
2634
|
type: browser
|
2509
2635
|
name: RockMelt
|
@@ -2522,6 +2648,7 @@
|
|
2522
2648
|
name: Windows
|
2523
2649
|
short_name: WIN
|
2524
2650
|
version: "7"
|
2651
|
+
platform:
|
2525
2652
|
client:
|
2526
2653
|
type: browser
|
2527
2654
|
name: Sleipnir
|
@@ -2540,6 +2667,7 @@
|
|
2540
2667
|
name: Windows
|
2541
2668
|
short_name: WIN
|
2542
2669
|
version: "7"
|
2670
|
+
platform:
|
2543
2671
|
client:
|
2544
2672
|
type: browser
|
2545
2673
|
name: Sogou Explorer
|
@@ -2558,6 +2686,7 @@
|
|
2558
2686
|
name: Windows
|
2559
2687
|
short_name: WIN
|
2560
2688
|
version: "7"
|
2689
|
+
platform: x64
|
2561
2690
|
client:
|
2562
2691
|
type: browser
|
2563
2692
|
name: Sogou Explorer
|
@@ -2576,6 +2705,7 @@
|
|
2576
2705
|
name: Windows
|
2577
2706
|
short_name: WIN
|
2578
2707
|
version: "8"
|
2708
|
+
platform: x64
|
2579
2709
|
client:
|
2580
2710
|
type: browser
|
2581
2711
|
name: Baidu Spark
|
@@ -2594,6 +2724,7 @@
|
|
2594
2724
|
name: Windows
|
2595
2725
|
short_name: WIN
|
2596
2726
|
version: "8"
|
2727
|
+
platform: x64
|
2597
2728
|
client:
|
2598
2729
|
type: browser
|
2599
2730
|
name: Chrome
|
@@ -2612,6 +2743,7 @@
|
|
2612
2743
|
name: Windows
|
2613
2744
|
short_name: WIN
|
2614
2745
|
version: "8"
|
2746
|
+
platform: x64
|
2615
2747
|
client:
|
2616
2748
|
type: browser
|
2617
2749
|
name: CometBird
|
@@ -2630,6 +2762,7 @@
|
|
2630
2762
|
name: Windows
|
2631
2763
|
short_name: WIN
|
2632
2764
|
version: "8"
|
2765
|
+
platform: x64
|
2633
2766
|
client:
|
2634
2767
|
type: browser
|
2635
2768
|
name: Firefox
|
@@ -2648,6 +2781,7 @@
|
|
2648
2781
|
name: Windows
|
2649
2782
|
short_name: WIN
|
2650
2783
|
version: "8"
|
2784
|
+
platform: x64
|
2651
2785
|
client:
|
2652
2786
|
type: browser
|
2653
2787
|
name: IceDragon
|
@@ -2666,6 +2800,7 @@
|
|
2666
2800
|
name: Windows
|
2667
2801
|
short_name: WIN
|
2668
2802
|
version: "8"
|
2803
|
+
platform:
|
2669
2804
|
client:
|
2670
2805
|
type: browser
|
2671
2806
|
name: Opera Next
|
@@ -2684,6 +2819,7 @@
|
|
2684
2819
|
name: Windows
|
2685
2820
|
short_name: WIN
|
2686
2821
|
version: "8"
|
2822
|
+
platform: x64
|
2687
2823
|
client:
|
2688
2824
|
type: browser
|
2689
2825
|
name: Opera Next
|
@@ -2702,6 +2838,7 @@
|
|
2702
2838
|
name: Windows
|
2703
2839
|
short_name: WIN
|
2704
2840
|
version: "8"
|
2841
|
+
platform: x64
|
2705
2842
|
client:
|
2706
2843
|
type: browser
|
2707
2844
|
name: Pale Moon
|
@@ -2720,6 +2857,7 @@
|
|
2720
2857
|
name: Windows
|
2721
2858
|
short_name: WIN
|
2722
2859
|
version: "8"
|
2860
|
+
platform: x64
|
2723
2861
|
client:
|
2724
2862
|
type: browser
|
2725
2863
|
name: SeaMonkey
|
@@ -2738,6 +2876,7 @@
|
|
2738
2876
|
name: Windows
|
2739
2877
|
short_name: WIN
|
2740
2878
|
version: "8"
|
2879
|
+
platform: x64
|
2741
2880
|
client:
|
2742
2881
|
type: browser
|
2743
2882
|
name: Yandex Browser
|
@@ -2756,6 +2895,7 @@
|
|
2756
2895
|
name: Windows
|
2757
2896
|
short_name: WIN
|
2758
2897
|
version: "8.1"
|
2898
|
+
platform: x64
|
2759
2899
|
client:
|
2760
2900
|
type: browser
|
2761
2901
|
name: Chrome
|
@@ -2774,6 +2914,7 @@
|
|
2774
2914
|
name: Windows
|
2775
2915
|
short_name: WIN
|
2776
2916
|
version: "8.1"
|
2917
|
+
platform: x64
|
2777
2918
|
client:
|
2778
2919
|
type: browser
|
2779
2920
|
name: Firefox
|
@@ -2792,6 +2933,7 @@
|
|
2792
2933
|
name: Windows
|
2793
2934
|
short_name: WIN
|
2794
2935
|
version: "8.1"
|
2936
|
+
platform:
|
2795
2937
|
client:
|
2796
2938
|
type: browser
|
2797
2939
|
name: Internet Explorer
|
@@ -2810,6 +2952,7 @@
|
|
2810
2952
|
name: Windows
|
2811
2953
|
short_name: WIN
|
2812
2954
|
version: "8.1"
|
2955
|
+
platform: x64
|
2813
2956
|
client:
|
2814
2957
|
type: browser
|
2815
2958
|
name: Opera
|
@@ -2828,6 +2971,7 @@
|
|
2828
2971
|
name: Windows
|
2829
2972
|
short_name: WIN
|
2830
2973
|
version: "95"
|
2974
|
+
platform:
|
2831
2975
|
client: null
|
2832
2976
|
device:
|
2833
2977
|
type: desktop
|
@@ -2841,6 +2985,7 @@
|
|
2841
2985
|
name: Windows
|
2842
2986
|
short_name: WIN
|
2843
2987
|
version: "95"
|
2988
|
+
platform:
|
2844
2989
|
client:
|
2845
2990
|
type: browser
|
2846
2991
|
name: Firebird
|
@@ -2859,6 +3004,7 @@
|
|
2859
3004
|
name: Windows
|
2860
3005
|
short_name: WIN
|
2861
3006
|
version: "95"
|
3007
|
+
platform:
|
2862
3008
|
client:
|
2863
3009
|
type: browser
|
2864
3010
|
name: Internet Explorer
|
@@ -2877,6 +3023,7 @@
|
|
2877
3023
|
name: Windows
|
2878
3024
|
short_name: WIN
|
2879
3025
|
version: "2000"
|
3026
|
+
platform:
|
2880
3027
|
client:
|
2881
3028
|
type: browser
|
2882
3029
|
name: Firefox
|
@@ -2895,6 +3042,7 @@
|
|
2895
3042
|
name: Windows
|
2896
3043
|
short_name: WIN
|
2897
3044
|
version: "2000"
|
3045
|
+
platform:
|
2898
3046
|
client:
|
2899
3047
|
type: browser
|
2900
3048
|
name: Internet Explorer
|
@@ -2913,6 +3061,7 @@
|
|
2913
3061
|
name: Windows
|
2914
3062
|
short_name: WIN
|
2915
3063
|
version: "2000"
|
3064
|
+
platform:
|
2916
3065
|
client:
|
2917
3066
|
type: browser
|
2918
3067
|
name: Lunascape
|
@@ -2931,6 +3080,7 @@
|
|
2931
3080
|
name: Windows
|
2932
3081
|
short_name: WIN
|
2933
3082
|
version: "2000"
|
3083
|
+
platform:
|
2934
3084
|
client:
|
2935
3085
|
type: browser
|
2936
3086
|
name: Off By One
|
@@ -2949,12 +3099,13 @@
|
|
2949
3099
|
name: Windows
|
2950
3100
|
short_name: WIN
|
2951
3101
|
version: "2000"
|
3102
|
+
platform:
|
2952
3103
|
client:
|
2953
3104
|
type: browser
|
2954
3105
|
name: Opera
|
2955
3106
|
short_name: OP
|
2956
3107
|
version: "6.0"
|
2957
|
-
engine:
|
3108
|
+
engine: Elektra
|
2958
3109
|
device:
|
2959
3110
|
type: desktop
|
2960
3111
|
brand:
|
@@ -2967,6 +3118,7 @@
|
|
2967
3118
|
name: Windows
|
2968
3119
|
short_name: WIN
|
2969
3120
|
version: "ME"
|
3121
|
+
platform:
|
2970
3122
|
client:
|
2971
3123
|
type: browser
|
2972
3124
|
name: Internet Explorer
|
@@ -2985,6 +3137,7 @@
|
|
2985
3137
|
name: Windows
|
2986
3138
|
short_name: WIN
|
2987
3139
|
version: "NT"
|
3140
|
+
platform:
|
2988
3141
|
client:
|
2989
3142
|
type: browser
|
2990
3143
|
name: Internet Explorer
|
@@ -3003,6 +3156,7 @@
|
|
3003
3156
|
name: Windows
|
3004
3157
|
short_name: WIN
|
3005
3158
|
version: "Server 2003"
|
3159
|
+
platform: x64
|
3006
3160
|
client:
|
3007
3161
|
type: browser
|
3008
3162
|
name: Firefox
|
@@ -3021,6 +3175,7 @@
|
|
3021
3175
|
name: Windows
|
3022
3176
|
short_name: WIN
|
3023
3177
|
version: "Server 2003"
|
3178
|
+
platform:
|
3024
3179
|
client:
|
3025
3180
|
type: browser
|
3026
3181
|
name: Internet Explorer
|
@@ -3039,6 +3194,7 @@
|
|
3039
3194
|
name: Windows
|
3040
3195
|
short_name: WIN
|
3041
3196
|
version: "Server 2003"
|
3197
|
+
platform:
|
3042
3198
|
client:
|
3043
3199
|
type: browser
|
3044
3200
|
name: Lunascape
|
@@ -3057,6 +3213,7 @@
|
|
3057
3213
|
name: Windows
|
3058
3214
|
short_name: WIN
|
3059
3215
|
version: "Vista"
|
3216
|
+
platform: x64
|
3060
3217
|
client:
|
3061
3218
|
type: browser
|
3062
3219
|
name: Firefox
|
@@ -3075,6 +3232,7 @@
|
|
3075
3232
|
name: Windows
|
3076
3233
|
short_name: WIN
|
3077
3234
|
version: "Vista"
|
3235
|
+
platform:
|
3078
3236
|
client:
|
3079
3237
|
type: browser
|
3080
3238
|
name: Firefox
|
@@ -3093,6 +3251,7 @@
|
|
3093
3251
|
name: Windows
|
3094
3252
|
short_name: WIN
|
3095
3253
|
version: "Vista"
|
3254
|
+
platform:
|
3096
3255
|
client:
|
3097
3256
|
type: browser
|
3098
3257
|
name: Internet Explorer
|
@@ -3111,6 +3270,7 @@
|
|
3111
3270
|
name: Windows
|
3112
3271
|
short_name: WIN
|
3113
3272
|
version: "Vista"
|
3273
|
+
platform:
|
3114
3274
|
client:
|
3115
3275
|
type: browser
|
3116
3276
|
name: Internet Explorer
|
@@ -3129,6 +3289,7 @@
|
|
3129
3289
|
name: Windows
|
3130
3290
|
short_name: WIN
|
3131
3291
|
version: "Vista"
|
3292
|
+
platform:
|
3132
3293
|
client:
|
3133
3294
|
type: browser
|
3134
3295
|
name: Internet Explorer
|
@@ -3147,6 +3308,7 @@
|
|
3147
3308
|
name: Windows
|
3148
3309
|
short_name: WIN
|
3149
3310
|
version: "Vista"
|
3311
|
+
platform:
|
3150
3312
|
client:
|
3151
3313
|
type: browser
|
3152
3314
|
name: Opera Next
|
@@ -3165,6 +3327,7 @@
|
|
3165
3327
|
name: Windows
|
3166
3328
|
short_name: WIN
|
3167
3329
|
version: "Vista"
|
3330
|
+
platform:
|
3168
3331
|
client:
|
3169
3332
|
type: mediaplayer
|
3170
3333
|
name: QuickTime
|
@@ -3181,6 +3344,7 @@
|
|
3181
3344
|
name: Windows
|
3182
3345
|
short_name: WIN
|
3183
3346
|
version: "Vista"
|
3347
|
+
platform:
|
3184
3348
|
client:
|
3185
3349
|
type: mediaplayer
|
3186
3350
|
name: QuickTime
|
@@ -3197,6 +3361,7 @@
|
|
3197
3361
|
name: Windows
|
3198
3362
|
short_name: WIN
|
3199
3363
|
version: "XP"
|
3364
|
+
platform:
|
3200
3365
|
client: null
|
3201
3366
|
device:
|
3202
3367
|
type: desktop
|
@@ -3210,6 +3375,7 @@
|
|
3210
3375
|
name: Windows
|
3211
3376
|
short_name: WIN
|
3212
3377
|
version: "XP"
|
3378
|
+
platform:
|
3213
3379
|
client:
|
3214
3380
|
type: browser
|
3215
3381
|
name: Avant Browser
|
@@ -3228,6 +3394,7 @@
|
|
3228
3394
|
name: Windows
|
3229
3395
|
short_name: WIN
|
3230
3396
|
version: "XP"
|
3397
|
+
platform:
|
3231
3398
|
client:
|
3232
3399
|
type: browser
|
3233
3400
|
name: Baidu Spark
|
@@ -3246,6 +3413,7 @@
|
|
3246
3413
|
name: Windows
|
3247
3414
|
short_name: WIN
|
3248
3415
|
version: "XP"
|
3416
|
+
platform:
|
3249
3417
|
client:
|
3250
3418
|
type: browser
|
3251
3419
|
name: Baidu Spark
|
@@ -3264,6 +3432,7 @@
|
|
3264
3432
|
name: Windows
|
3265
3433
|
short_name: WIN
|
3266
3434
|
version: "XP"
|
3435
|
+
platform:
|
3267
3436
|
client:
|
3268
3437
|
type: browser
|
3269
3438
|
name: Chrome
|
@@ -3282,6 +3451,7 @@
|
|
3282
3451
|
name: Windows
|
3283
3452
|
short_name: WIN
|
3284
3453
|
version: "XP"
|
3454
|
+
platform:
|
3285
3455
|
client:
|
3286
3456
|
type: browser
|
3287
3457
|
name: Chrome Frame
|
@@ -3300,6 +3470,7 @@
|
|
3300
3470
|
name: Windows
|
3301
3471
|
short_name: WIN
|
3302
3472
|
version: "XP"
|
3473
|
+
platform:
|
3303
3474
|
client:
|
3304
3475
|
type: browser
|
3305
3476
|
name: CoolNovo
|
@@ -3318,6 +3489,7 @@
|
|
3318
3489
|
name: Windows
|
3319
3490
|
short_name: WIN
|
3320
3491
|
version: "XP"
|
3492
|
+
platform:
|
3321
3493
|
client:
|
3322
3494
|
type: browser
|
3323
3495
|
name: Firefox
|
@@ -3336,6 +3508,7 @@
|
|
3336
3508
|
name: Windows
|
3337
3509
|
short_name: WIN
|
3338
3510
|
version: "XP"
|
3511
|
+
platform:
|
3339
3512
|
client:
|
3340
3513
|
type: browser
|
3341
3514
|
name: Firefox
|
@@ -3354,6 +3527,7 @@
|
|
3354
3527
|
name: Windows
|
3355
3528
|
short_name: WIN
|
3356
3529
|
version: "XP"
|
3530
|
+
platform:
|
3357
3531
|
client:
|
3358
3532
|
type: browser
|
3359
3533
|
name: Fireweb Navigator
|
@@ -3372,6 +3546,7 @@
|
|
3372
3546
|
name: Windows
|
3373
3547
|
short_name: WIN
|
3374
3548
|
version: "XP"
|
3549
|
+
platform:
|
3375
3550
|
client:
|
3376
3551
|
type: browser
|
3377
3552
|
name: Google Earth
|
@@ -3390,6 +3565,7 @@
|
|
3390
3565
|
name: Windows
|
3391
3566
|
short_name: WIN
|
3392
3567
|
version: "XP"
|
3568
|
+
platform:
|
3393
3569
|
client:
|
3394
3570
|
type: browser
|
3395
3571
|
name: Internet Explorer
|
@@ -3408,6 +3584,7 @@
|
|
3408
3584
|
name: Windows
|
3409
3585
|
short_name: WIN
|
3410
3586
|
version: "XP"
|
3587
|
+
platform:
|
3411
3588
|
client:
|
3412
3589
|
type: browser
|
3413
3590
|
name: Internet Explorer
|
@@ -3426,6 +3603,7 @@
|
|
3426
3603
|
name: Windows
|
3427
3604
|
short_name: WIN
|
3428
3605
|
version: "XP"
|
3606
|
+
platform:
|
3429
3607
|
client:
|
3430
3608
|
type: browser
|
3431
3609
|
name: Internet Explorer
|
@@ -3444,6 +3622,7 @@
|
|
3444
3622
|
name: Windows
|
3445
3623
|
short_name: WIN
|
3446
3624
|
version: "XP"
|
3625
|
+
platform:
|
3447
3626
|
client:
|
3448
3627
|
type: browser
|
3449
3628
|
name: Internet Explorer
|
@@ -3462,6 +3641,7 @@
|
|
3462
3641
|
name: Windows
|
3463
3642
|
short_name: WIN
|
3464
3643
|
version: "XP"
|
3644
|
+
platform:
|
3465
3645
|
client:
|
3466
3646
|
type: browser
|
3467
3647
|
name: Internet Explorer
|
@@ -3480,6 +3660,7 @@
|
|
3480
3660
|
name: Windows
|
3481
3661
|
short_name: WIN
|
3482
3662
|
version: "XP"
|
3663
|
+
platform:
|
3483
3664
|
client:
|
3484
3665
|
type: browser
|
3485
3666
|
name: Internet Explorer
|
@@ -3498,6 +3679,7 @@
|
|
3498
3679
|
name: Windows
|
3499
3680
|
short_name: WIN
|
3500
3681
|
version: "XP"
|
3682
|
+
platform:
|
3501
3683
|
client:
|
3502
3684
|
type: browser
|
3503
3685
|
name: Internet Explorer
|
@@ -3516,6 +3698,7 @@
|
|
3516
3698
|
name: Windows
|
3517
3699
|
short_name: WIN
|
3518
3700
|
version: "XP"
|
3701
|
+
platform:
|
3519
3702
|
client:
|
3520
3703
|
type: browser
|
3521
3704
|
name: Internet Explorer
|
@@ -3534,6 +3717,7 @@
|
|
3534
3717
|
name: Windows
|
3535
3718
|
short_name: WIN
|
3536
3719
|
version: "XP"
|
3720
|
+
platform:
|
3537
3721
|
client:
|
3538
3722
|
type: browser
|
3539
3723
|
name: Internet Explorer
|
@@ -3552,6 +3736,7 @@
|
|
3552
3736
|
name: Windows
|
3553
3737
|
short_name: WIN
|
3554
3738
|
version: "XP"
|
3739
|
+
platform:
|
3555
3740
|
client:
|
3556
3741
|
type: browser
|
3557
3742
|
name: K-meleon
|
@@ -3570,6 +3755,7 @@
|
|
3570
3755
|
name: Windows
|
3571
3756
|
short_name: WIN
|
3572
3757
|
version: "XP"
|
3758
|
+
platform:
|
3573
3759
|
client:
|
3574
3760
|
type: browser
|
3575
3761
|
name: Kapiko
|
@@ -3588,6 +3774,7 @@
|
|
3588
3774
|
name: Windows
|
3589
3775
|
short_name: WIN
|
3590
3776
|
version: "XP"
|
3777
|
+
platform:
|
3591
3778
|
client:
|
3592
3779
|
type: browser
|
3593
3780
|
name: Konqueror
|
@@ -3606,6 +3793,7 @@
|
|
3606
3793
|
name: Windows
|
3607
3794
|
short_name: WIN
|
3608
3795
|
version: "XP"
|
3796
|
+
platform:
|
3609
3797
|
client:
|
3610
3798
|
type: browser
|
3611
3799
|
name: Liebao
|
@@ -3624,6 +3812,7 @@
|
|
3624
3812
|
name: Windows
|
3625
3813
|
short_name: WIN
|
3626
3814
|
version: "XP"
|
3815
|
+
platform:
|
3627
3816
|
client:
|
3628
3817
|
type: browser
|
3629
3818
|
name: Maxthon
|
@@ -3642,6 +3831,7 @@
|
|
3642
3831
|
name: Windows
|
3643
3832
|
short_name: WIN
|
3644
3833
|
version: "XP"
|
3834
|
+
platform:
|
3645
3835
|
client:
|
3646
3836
|
type: browser
|
3647
3837
|
name: Maxthon
|
@@ -3660,6 +3850,7 @@
|
|
3660
3850
|
name: Windows
|
3661
3851
|
short_name: WIN
|
3662
3852
|
version: "XP"
|
3853
|
+
platform:
|
3663
3854
|
client:
|
3664
3855
|
type: browser
|
3665
3856
|
name: Maxthon
|
@@ -3678,6 +3869,7 @@
|
|
3678
3869
|
name: Windows
|
3679
3870
|
short_name: WIN
|
3680
3871
|
version: "XP"
|
3872
|
+
platform:
|
3681
3873
|
client:
|
3682
3874
|
type: browser
|
3683
3875
|
name: Opera
|
@@ -3696,6 +3888,7 @@
|
|
3696
3888
|
name: Windows
|
3697
3889
|
short_name: WIN
|
3698
3890
|
version: "XP"
|
3891
|
+
platform:
|
3699
3892
|
client:
|
3700
3893
|
type: browser
|
3701
3894
|
name: Opera
|
@@ -3714,6 +3907,7 @@
|
|
3714
3907
|
name: Windows
|
3715
3908
|
short_name: WIN
|
3716
3909
|
version: "XP"
|
3910
|
+
platform:
|
3717
3911
|
client:
|
3718
3912
|
type: browser
|
3719
3913
|
name: Opera
|
@@ -3732,6 +3926,7 @@
|
|
3732
3926
|
name: Windows
|
3733
3927
|
short_name: WIN
|
3734
3928
|
version: "XP"
|
3929
|
+
platform:
|
3735
3930
|
client:
|
3736
3931
|
type: browser
|
3737
3932
|
name: Opera
|
@@ -3750,6 +3945,7 @@
|
|
3750
3945
|
name: Windows
|
3751
3946
|
short_name: WIN
|
3752
3947
|
version: "XP"
|
3948
|
+
platform:
|
3753
3949
|
client:
|
3754
3950
|
type: browser
|
3755
3951
|
name: QQ Browser
|
@@ -3768,6 +3964,7 @@
|
|
3768
3964
|
name: Windows
|
3769
3965
|
short_name: WIN
|
3770
3966
|
version: "XP"
|
3967
|
+
platform:
|
3771
3968
|
client:
|
3772
3969
|
type: mediaplayer
|
3773
3970
|
name: XBMC
|
@@ -3784,6 +3981,7 @@
|
|
3784
3981
|
name: Windows
|
3785
3982
|
short_name: WIN
|
3786
3983
|
version: "7"
|
3984
|
+
platform:
|
3787
3985
|
client:
|
3788
3986
|
type: browser
|
3789
3987
|
name: Internet Explorer
|
@@ -3796,12 +3994,32 @@
|
|
3796
3994
|
model:
|
3797
3995
|
os_family: Windows
|
3798
3996
|
browser_family: Internet Explorer
|
3997
|
+
-
|
3998
|
+
user_agent: Safari/9537.73.11 CFNetwork/673.0.3 Darwin/13.0.0 (x86_64) (MacBookAir6%2C2)
|
3999
|
+
os:
|
4000
|
+
name: Mac
|
4001
|
+
short_name: MAC
|
4002
|
+
version: "10.9"
|
4003
|
+
platform: x64
|
4004
|
+
client:
|
4005
|
+
type: browser
|
4006
|
+
name: Safari
|
4007
|
+
short_name: SF
|
4008
|
+
version:
|
4009
|
+
engine: WebKit
|
4010
|
+
device:
|
4011
|
+
type: desktop
|
4012
|
+
brand: AP
|
4013
|
+
model:
|
4014
|
+
os_family: Mac
|
4015
|
+
browser_family: Safari
|
3799
4016
|
-
|
3800
4017
|
user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MAAU; rv:11.0) like Gecko
|
3801
4018
|
os:
|
3802
4019
|
name: Windows
|
3803
4020
|
short_name: WIN
|
3804
4021
|
version: "7"
|
4022
|
+
platform: x64
|
3805
4023
|
client:
|
3806
4024
|
type: browser
|
3807
4025
|
name: Internet Explorer
|
@@ -3820,6 +4038,7 @@
|
|
3820
4038
|
name: Windows
|
3821
4039
|
short_name: WIN
|
3822
4040
|
version: "8.1"
|
4041
|
+
platform: x64
|
3823
4042
|
client:
|
3824
4043
|
type: browser
|
3825
4044
|
name: Internet Explorer
|
@@ -3838,6 +4057,7 @@
|
|
3838
4057
|
name: Windows
|
3839
4058
|
short_name: WIN
|
3840
4059
|
version: "8.1"
|
4060
|
+
platform: x64
|
3841
4061
|
client:
|
3842
4062
|
type: browser
|
3843
4063
|
name: Internet Explorer
|
@@ -3856,6 +4076,7 @@
|
|
3856
4076
|
name: Windows
|
3857
4077
|
short_name: WIN
|
3858
4078
|
version: "8.1"
|
4079
|
+
platform: x64
|
3859
4080
|
client:
|
3860
4081
|
type: browser
|
3861
4082
|
name: Internet Explorer
|
@@ -3874,6 +4095,7 @@
|
|
3874
4095
|
name: Windows
|
3875
4096
|
short_name: WIN
|
3876
4097
|
version: "7"
|
4098
|
+
platform: x64
|
3877
4099
|
client:
|
3878
4100
|
type: pim
|
3879
4101
|
name: Microsoft Outlook
|
@@ -3890,6 +4112,7 @@
|
|
3890
4112
|
name: Windows
|
3891
4113
|
short_name: WIN
|
3892
4114
|
version: "8"
|
4115
|
+
platform: x64
|
3893
4116
|
client:
|
3894
4117
|
type: browser
|
3895
4118
|
name: Internet Explorer
|
@@ -3908,6 +4131,7 @@
|
|
3908
4131
|
name: Windows
|
3909
4132
|
short_name: WIN
|
3910
4133
|
version: "XP"
|
4134
|
+
platform:
|
3911
4135
|
client:
|
3912
4136
|
type: browser
|
3913
4137
|
name: Internet Explorer
|
@@ -3926,6 +4150,7 @@
|
|
3926
4150
|
name: Windows
|
3927
4151
|
short_name: WIN
|
3928
4152
|
version: "7"
|
4153
|
+
platform: x64
|
3929
4154
|
client:
|
3930
4155
|
type: browser
|
3931
4156
|
name: Internet Explorer
|
@@ -3944,6 +4169,7 @@
|
|
3944
4169
|
name: Windows
|
3945
4170
|
short_name: WIN
|
3946
4171
|
version: "7"
|
4172
|
+
platform: x64
|
3947
4173
|
client:
|
3948
4174
|
type: browser
|
3949
4175
|
name: Internet Explorer
|
@@ -3962,6 +4188,7 @@
|
|
3962
4188
|
name: Windows
|
3963
4189
|
short_name: WIN
|
3964
4190
|
version: "7"
|
4191
|
+
platform: x64
|
3965
4192
|
client:
|
3966
4193
|
type: browser
|
3967
4194
|
name: Internet Explorer
|
@@ -3980,6 +4207,7 @@
|
|
3980
4207
|
name: Windows
|
3981
4208
|
short_name: WIN
|
3982
4209
|
version: "7"
|
4210
|
+
platform:
|
3983
4211
|
client:
|
3984
4212
|
type: browser
|
3985
4213
|
name: Internet Explorer
|
@@ -3998,6 +4226,7 @@
|
|
3998
4226
|
name: Windows
|
3999
4227
|
short_name: WIN
|
4000
4228
|
version: "8"
|
4229
|
+
platform: x64
|
4001
4230
|
client:
|
4002
4231
|
type: browser
|
4003
4232
|
name: Internet Explorer
|
@@ -4016,6 +4245,7 @@
|
|
4016
4245
|
name: Windows
|
4017
4246
|
short_name: WIN
|
4018
4247
|
version: "7"
|
4248
|
+
platform: x64
|
4019
4249
|
client:
|
4020
4250
|
type: browser
|
4021
4251
|
name: Internet Explorer
|
@@ -4034,6 +4264,7 @@
|
|
4034
4264
|
name: Windows
|
4035
4265
|
short_name: WIN
|
4036
4266
|
version: "7"
|
4267
|
+
platform: x64
|
4037
4268
|
client:
|
4038
4269
|
type: browser
|
4039
4270
|
name: Internet Explorer
|
@@ -4052,6 +4283,7 @@
|
|
4052
4283
|
name: Windows
|
4053
4284
|
short_name: WIN
|
4054
4285
|
version: "7"
|
4286
|
+
platform: x64
|
4055
4287
|
client:
|
4056
4288
|
type: pim
|
4057
4289
|
name: Microsoft Outlook
|
@@ -4068,6 +4300,7 @@
|
|
4068
4300
|
name: Windows
|
4069
4301
|
short_name: WIN
|
4070
4302
|
version: "8"
|
4303
|
+
platform: x64
|
4071
4304
|
client:
|
4072
4305
|
type: browser
|
4073
4306
|
name: Internet Explorer
|
@@ -4086,6 +4319,7 @@
|
|
4086
4319
|
name: Windows
|
4087
4320
|
short_name: WIN
|
4088
4321
|
version: "8"
|
4322
|
+
platform: x64
|
4089
4323
|
client:
|
4090
4324
|
type: browser
|
4091
4325
|
name: Internet Explorer
|
@@ -4104,6 +4338,7 @@
|
|
4104
4338
|
name: Windows
|
4105
4339
|
short_name: WIN
|
4106
4340
|
version: "8"
|
4341
|
+
platform: x64
|
4107
4342
|
client:
|
4108
4343
|
type: browser
|
4109
4344
|
name: Internet Explorer
|
@@ -4122,6 +4357,7 @@
|
|
4122
4357
|
name: Windows
|
4123
4358
|
short_name: WIN
|
4124
4359
|
version: "7"
|
4360
|
+
platform:
|
4125
4361
|
client:
|
4126
4362
|
type: browser
|
4127
4363
|
name: Internet Explorer
|
@@ -4140,6 +4376,7 @@
|
|
4140
4376
|
name: Windows
|
4141
4377
|
short_name: WIN
|
4142
4378
|
version: "7"
|
4379
|
+
platform: x64
|
4143
4380
|
client:
|
4144
4381
|
type: browser
|
4145
4382
|
name: Internet Explorer
|
@@ -4158,6 +4395,7 @@
|
|
4158
4395
|
name: Windows
|
4159
4396
|
short_name: WIN
|
4160
4397
|
version: "7"
|
4398
|
+
platform:
|
4161
4399
|
client:
|
4162
4400
|
type: browser
|
4163
4401
|
name: Internet Explorer
|
@@ -4176,6 +4414,7 @@
|
|
4176
4414
|
name: Windows
|
4177
4415
|
short_name: WIN
|
4178
4416
|
version: "7"
|
4417
|
+
platform: x64
|
4179
4418
|
client:
|
4180
4419
|
type: browser
|
4181
4420
|
name: Internet Explorer
|
@@ -4194,6 +4433,7 @@
|
|
4194
4433
|
name: Windows
|
4195
4434
|
short_name: WIN
|
4196
4435
|
version: "8"
|
4436
|
+
platform: x64
|
4197
4437
|
client:
|
4198
4438
|
type: browser
|
4199
4439
|
name: Internet Explorer
|
@@ -4212,6 +4452,7 @@
|
|
4212
4452
|
name: Windows
|
4213
4453
|
short_name: WIN
|
4214
4454
|
version: "8.1"
|
4455
|
+
platform: x64
|
4215
4456
|
client:
|
4216
4457
|
type: browser
|
4217
4458
|
name: Internet Explorer
|
@@ -4230,6 +4471,7 @@
|
|
4230
4471
|
name: Windows
|
4231
4472
|
short_name: WIN
|
4232
4473
|
version: "XP"
|
4474
|
+
platform:
|
4233
4475
|
client:
|
4234
4476
|
type: browser
|
4235
4477
|
name: Internet Explorer
|
@@ -4248,6 +4490,7 @@
|
|
4248
4490
|
name: Windows
|
4249
4491
|
short_name: WIN
|
4250
4492
|
version: "7"
|
4493
|
+
platform: x64
|
4251
4494
|
client:
|
4252
4495
|
type: browser
|
4253
4496
|
name: Internet Explorer
|
@@ -4266,6 +4509,7 @@
|
|
4266
4509
|
name: Windows
|
4267
4510
|
short_name: WIN
|
4268
4511
|
version: "7"
|
4512
|
+
platform: x64
|
4269
4513
|
client:
|
4270
4514
|
type: browser
|
4271
4515
|
name: Internet Explorer
|
@@ -4284,6 +4528,7 @@
|
|
4284
4528
|
name: Windows
|
4285
4529
|
short_name: WIN
|
4286
4530
|
version: "7"
|
4531
|
+
platform: x64
|
4287
4532
|
client:
|
4288
4533
|
type: browser
|
4289
4534
|
name: Internet Explorer
|
@@ -4302,6 +4547,7 @@
|
|
4302
4547
|
name: Windows
|
4303
4548
|
short_name: WIN
|
4304
4549
|
version: "8.1"
|
4550
|
+
platform: x64
|
4305
4551
|
client:
|
4306
4552
|
type: browser
|
4307
4553
|
name: Internet Explorer
|
@@ -4320,6 +4566,7 @@
|
|
4320
4566
|
name: Windows
|
4321
4567
|
short_name: WIN
|
4322
4568
|
version: "7"
|
4569
|
+
platform: x64
|
4323
4570
|
client:
|
4324
4571
|
type: browser
|
4325
4572
|
name: Internet Explorer
|
@@ -4338,6 +4585,7 @@
|
|
4338
4585
|
name: Windows
|
4339
4586
|
short_name: WIN
|
4340
4587
|
version: "8"
|
4588
|
+
platform: x64
|
4341
4589
|
client:
|
4342
4590
|
type: browser
|
4343
4591
|
name: Internet Explorer
|
@@ -4356,6 +4604,7 @@
|
|
4356
4604
|
name: Windows
|
4357
4605
|
short_name: WIN
|
4358
4606
|
version: "8"
|
4607
|
+
platform: x64
|
4359
4608
|
client:
|
4360
4609
|
type: browser
|
4361
4610
|
name: Internet Explorer
|
@@ -4374,6 +4623,7 @@
|
|
4374
4623
|
name: Windows
|
4375
4624
|
short_name: WIN
|
4376
4625
|
version: "7"
|
4626
|
+
platform: x64
|
4377
4627
|
client:
|
4378
4628
|
type: browser
|
4379
4629
|
name: Internet Explorer
|
@@ -4392,6 +4642,7 @@
|
|
4392
4642
|
name: Windows
|
4393
4643
|
short_name: WIN
|
4394
4644
|
version: "7"
|
4645
|
+
platform: x64
|
4395
4646
|
client:
|
4396
4647
|
type: browser
|
4397
4648
|
name: Internet Explorer
|
@@ -4410,6 +4661,7 @@
|
|
4410
4661
|
name: Windows
|
4411
4662
|
short_name: WIN
|
4412
4663
|
version: "7"
|
4664
|
+
platform: x64
|
4413
4665
|
client:
|
4414
4666
|
type: browser
|
4415
4667
|
name: Internet Explorer
|
@@ -4428,6 +4680,7 @@
|
|
4428
4680
|
name: Windows
|
4429
4681
|
short_name: WIN
|
4430
4682
|
version: "7"
|
4683
|
+
platform: x64
|
4431
4684
|
client:
|
4432
4685
|
type: browser
|
4433
4686
|
name: Internet Explorer
|
@@ -4446,6 +4699,7 @@
|
|
4446
4699
|
name: Windows
|
4447
4700
|
short_name: WIN
|
4448
4701
|
version: "8"
|
4702
|
+
platform: x64
|
4449
4703
|
client:
|
4450
4704
|
type: browser
|
4451
4705
|
name: Internet Explorer
|
@@ -4464,6 +4718,7 @@
|
|
4464
4718
|
name: Windows
|
4465
4719
|
short_name: WIN
|
4466
4720
|
version: "7"
|
4721
|
+
platform: x64
|
4467
4722
|
client:
|
4468
4723
|
type: browser
|
4469
4724
|
name: Internet Explorer
|
@@ -4482,6 +4737,7 @@
|
|
4482
4737
|
name: Windows
|
4483
4738
|
short_name: WIN
|
4484
4739
|
version: "7"
|
4740
|
+
platform:
|
4485
4741
|
client:
|
4486
4742
|
type: browser
|
4487
4743
|
name: Internet Explorer
|
@@ -4500,6 +4756,7 @@
|
|
4500
4756
|
name: Windows
|
4501
4757
|
short_name: WIN
|
4502
4758
|
version: "7"
|
4759
|
+
platform:
|
4503
4760
|
client:
|
4504
4761
|
type: browser
|
4505
4762
|
name: Internet Explorer
|
@@ -4518,6 +4775,7 @@
|
|
4518
4775
|
name: Windows
|
4519
4776
|
short_name: WIN
|
4520
4777
|
version: "8.1"
|
4778
|
+
platform: x64
|
4521
4779
|
client:
|
4522
4780
|
type: browser
|
4523
4781
|
name: Internet Explorer
|
@@ -4536,6 +4794,7 @@
|
|
4536
4794
|
name: Windows
|
4537
4795
|
short_name: WIN
|
4538
4796
|
version: "8.1"
|
4797
|
+
platform: x64
|
4539
4798
|
client:
|
4540
4799
|
type: browser
|
4541
4800
|
name: Internet Explorer
|
@@ -4554,6 +4813,7 @@
|
|
4554
4813
|
name: Windows
|
4555
4814
|
short_name: WIN
|
4556
4815
|
version: "8.1"
|
4816
|
+
platform: x64
|
4557
4817
|
client:
|
4558
4818
|
type: browser
|
4559
4819
|
name: Internet Explorer
|