SuperAnimes autoplay

Trocar automaticamente de vídeo quando o atual acaba.

Wat is SuperAnimes autoplay?

SuperAnimes autoplay is een Chrome-extensie ontwikkeld door Herlon Aguiar, en de belangrijkste functie is "Trocar automaticamente de vídeo quando o atual acaba.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SuperAnimes autoplay

Download SuperAnimes autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Troca automaticamente de vídeo no SuperAnimes quando o primeiro termina.                    

Basisinformatie over de Extensie

Naam SuperAnimes autoplay SuperAnimes autoplay
ID beofjckhbkfekaknpdkjjllienceiihe
Officiële URL https://chromewebstore.google.com/detail/superanimes-autoplay/beofjckhbkfekaknpdkjjllienceiihe
Beschrijving Trocar automaticamente de vídeo quando o atual acaba.
Bestandsgrootte 3.52 KB
Aantal Installaties 33
Huidige Versie 1.3
Laatst Bijgewerkt 2019-05-07
Publicatiedatum 2019-05-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Herlon Aguiar
Betalingswijze free
Extensiewebsite https://www.superanimes.site/
Ondersteunde Talen 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"
            ]
        }
    ]
}