SuperAnimes autoplay
Trocar automaticamente de vídeo quando o atual acaba.
What is SuperAnimes autoplay?
SuperAnimes autoplay is a Chrome extension developed by Herlon Aguiar, and its main feature is "Trocar automaticamente de vídeo quando o atual acaba.".
Extension Screenshots
Download SuperAnimes autoplay Extension CRX File
Download SuperAnimes autoplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Troca automaticamente de vídeo no SuperAnimes quando o primeiro termina.
Extension Basic Information
Name | SuperAnimes autoplay |
ID | beofjckhbkfekaknpdkjjllienceiihe |
Official URL | https://chromewebstore.google.com/detail/superanimes-autoplay/beofjckhbkfekaknpdkjjllienceiihe |
Description | Trocar automaticamente de vídeo quando o atual acaba. |
File Size | 3.52 KB |
Installation Count | 33 |
Current Version | 1.3 |
Last Updated | 2019-05-07 |
Publish Date | 2019-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Herlon Aguiar |
Payment Type | free |
Extension Website | https://www.superanimes.site/ |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuperAnimes autoplay", "version": "1.3", "description": "Trocar automaticamente de v\u00eddeo quando o atual acaba.", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.superanimes.site\/*" ], "js": [ "index.js" ] } ] } |