forked from revancedapps/revanced.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
revanced-manager.html
627 lines (448 loc) · 26.9 KB
/
revanced-manager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!DOCTYPE html>
<html lang="en">
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Download Community ReVanced Manager APK - revanced.net</title>
<meta name="description" content="Community ReVanced Manager is an app that allows you to download, install, and manage ReVanced apps and other modded APKs. It is a one-stop shop for all your modded app needs.">
<meta name="keywords"
content="YouTube Vanced, TikTok Vanced, Vanced Manager APK, ad-free streaming, background playback, modified YouTube, ad-blocking, enhanced video experience, APK download, uninterrupted entertainment, Vanced app updates, latest versions, video streaming enhancements, seamless viewing, video platform modifications">
<meta name="author" content="ReVanced Apps">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
<link rel="manifest" href="/assets/img/site.webmanifest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css">
<link href="assets/css/style.css?v=0926" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3,npm/bootstrap@4,npm/jquery.easing@1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/typed.umd.min.js"></script>
<!-- gtag -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-R26RY4G8B3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-R26RY4G8B3');
</script>
<!-- Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "jxz59l4nx6");
</script>
<!-- ADS -->
<script async crossorigin="anonymous"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6322777268798897"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll" href="/"><img alt="Open" height="48" src="assets/img/logo.svg"
width="48"></a>
<button aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler collapsed" data-target="#navbarDefault" data-toggle="collapse" type="button">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll" href="/youtube-revanced">YouTube ReVanced</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/microg">MicroG</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/help#build-apk">Build your own APK</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="revanced-for-ios">ReVanced for iOS</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/help">Help</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll" href="/#download">Download</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="intro intro-single">
<div class="intro-content display-table">
<div class="table-cell">
<div class="container">
<h1 class="intro-title mb-4">
<span class="revanced--gradient">Community ReVanced Manager</span>
</h1>
</div>
</div>
</div>
</div>
<main id="main">
<section>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center mb-3">
<img src="/assets/img/revanced_manager.png" width="200">
</div>
<div class="title-box ">
<p class="subtitle-a" style="font-size: 18px;">
Community ReVanced Manager is an app that allows you to download, install, and manage ReVanced apps and other modded APKs. It is a one-stop shop for all your modded app needs. It is a safe, reliable, and easy-to-use app that can help you get the most out of your favorite apps.
</p>
<div class="button-group text-center mb-3">
<a class="button-primary button-wide-mobile js-scroll" href="#download-apk">DOWNLOAD
<img alt="download icon" src="assets/img/download.svg" width="24"></a>
</div>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
ReVanced Manager APK Info
</h2>
<div class="line-mf"></div>
</div>
<div class="row">
<div class="col-12">
<div class="box-shadow-full">
<div class="col-12">
<table class="table app-info-table">
<tr>
<th>App name</th>
<td>Community ReVanced Manager</td>
</tr>
<tr>
<th>Developer</th>
<td><a href="https://github.com/revancedapps" rel="nofollow">revanced.net</a></td>
</tr>
<tr>
<th>Source code</th>
<td><a href="https://github.com/revancedapps/revancedmanager">Github repo</a></td>
</tr>
<tr>
<th>Size</th>
<td>20.3MB</td>
</tr>
<tr>
<th>Version</th>
<td>1.9.11</td>
</tr>
<tr>
<th>Updated on</th>
<td>2023 November 17</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
ReVanced Manager Features
</h2>
<div class="line-mf"></div>
</div>
<div class="row">
<div class="col-12">
<div class="box-shadow-full">
<div class="col-12">
<ul>
<li><strong>Easy to use</strong>: Download, install, and uninstall ReVanced apps and other modded APKs with ease.</li>
<li><strong>Automatic updates</strong>: Keep your ReVanced apps up to date with the latest features and bug fixes.</li>
<li><strong>User-friendly interface</strong>: The simple and intuitive design makes it easy to find what you're looking for.</li>
<li><strong>Lightweight and ad-free</strong>: ReVanced Manager is a lightweight app that won't slow down your device. It's also ad-free, so you can enjoy your favorite apps without interruptions.</li>
<li><strong>No need to wait for patches</strong>: ReVanced Manager automatically applies patches to your apps, so you don't have to wait for them to download and install.</li>
<li>Developed by the <strong>revanced.net team</strong>: ReVanced Manager is developed by a team of experienced developers who are committed to providing you with the best possible experience.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
Community ReVanced Manager APK Download
</h2>
<div class="line-mf"></div>
</div>
<div class="box-shadow-full" id="download-apk">
<p class="d-description text-center">The simplest way is to download Community ReVanced Manager and use
it to install, manage, and update other ReVanced applications with user-friendly features
designed for non-technical users.</p>
<div class="button-group text-center">
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-47/revanced.net_revanced_manager_v1.9.11.apk"
class="button-primary button-wide-mobile">Community ReVanced Manager
1.9.11  <img src="assets/img/download.svg"
width="24" alt="download icon"></a>
<p class="d-description text-center">Looking for <a href="#other-versions"
class="js-scroll"><i>older
versions?</i></a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2 class="title-a">
How to download and install Community ReVanced Manager
</h2>
<div class="line-mf"></div>
</div>
<div class="row">
<div class="col-12">
<div class="box-shadow-full">
<h5><span class="hr4">For Android:</span></h5>
<ol>
<li>Remove all previous installations of Manager ReVanced
</li>
<li>Download and install the latest version of Manager ReVanced <a
href="https://github.com/revancedapps/revanced.net/releases/download/2023-47/revanced.net_revanced_manager_v1.9.11.apk">here</a>.
</li>
<li>Enjoy ad-free Manager viewing.
</li>
</ol>
</div>
</div>
<div class="col-12 text-center">
<img class="img-fluid " src="/assets/img/revanced_manager_screenshot_1.jpg" alt="Community ReVanced Manager" />
</div>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="title-box text-center">
<h2 class="title-a" id="other-versions">
Community ReVanced Manager older versions
</h2>
<div class="line-mf"></div>
</div>
<div class="row">
<div class="col-12">
<div class="box-shadow-full">
<table class="table table-sm table-bordered table-striped old-version-table">
<thead>
<tr>
<th>
Version
</th>
<th>
Uploaded
</th>
<th>
Size
</th>
<th>
Link
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1.9.11
</td>
<td>
2023 November 17
</td>
<td>
20.3MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-47/revanced.net_revanced_manager_v1.9.11.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.9.7
</td>
<td>
2023 November 17
</td>
<td>
20.3MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-47/revanced.net_revanced_manager_v1.9.7.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.9.5
</td>
<td>
2023 November 11
</td>
<td>
20.2MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-46/revanced.net_revanced_manager_v1.9.5.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.9.3
</td>
<td>
2023 October 30
</td>
<td>
20.2MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-45/revanced.net_revanced_manager_v1.9.3.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.9.2
</td>
<td>
2023 October 30
</td>
<td>
20.2MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-45/revanced.net_revanced_manager_v1.9.2.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.8.15
</td>
<td>
2023 September 06
</td>
<td>
20.1MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-37/revanced.net_revanced_manager_v1.8.15.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.8.13
</td>
<td>
2023 August 13
</td>
<td>
20.0MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-34/revanced.net_revanced_manager_v1.8.13.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.6.19
</td>
<td>
2023 June 17
</td>
<td>
20.0MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/23-06/revanced.net_revanced_manager_v1.6.19.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.6.18
</td>
<td>
2023 June 17
</td>
<td>
20.0MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/23-06/revanced.net_revanced_manager_v1.6.18.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.5.30
</td>
<td>
2023 May 30
</td>
<td>
20.6MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-05/revanced.net_revanced_manager_v1.5.30.apk"> Download</a>
</td>
</tr>
<tr>
<td>
1.5.25
</td>
<td>
2023 May 25
</td>
<td>
19.9MB
</td>
<td>
<a href="https://github.com/revancedapps/revanced.net/releases/download/2023-05/revanced.net_revanced_manager_v1.5.25.apk"> Download</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">2023 Copyright © <a href="/"><strong>revanced.net</strong></a></p>
<div class="credits">
All Rights Reserved. | <a href="sitemap.xml">Sitemap</a> | <a href="/tos">ToS</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="back-to-top" href="#"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="assets/js/main.js"></script>
</body>
</html>