Anitube AutoPlay
Play video in anitube.site automatically
Wat is Anitube AutoPlay?
Anitube AutoPlay is een Chrome-extensie ontwikkeld door diogosapessoa, en de belangrijkste functie is "Play video in anitube.site automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie Anitube AutoPlay
Download Anitube 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
When the next episode is loaded it will be played automatically Basisinformatie over de Extensie
| Naam | |
| ID | leamonmkeofogponcnghhjhjbnpjmano |
| Officiële URL | https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano |
| Beschrijving | Play video in anitube.site automatically |
| Bestandsgrootte | 14.7 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-04-14 |
| Publicatiedatum | 2021-04-14 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | diogosapessoa |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Anitube AutoPlay",
"description": "Play video in anitube.site automatically",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/www.anitube.site\/"
],
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |