Animevost.opt
Оптимизатор AnimeVostorg
Wat is Animevost.opt?
Animevost.opt is een Chrome-extensie ontwikkeld door https://da411d.me, en de belangrijkste functie is "Оптимизатор AnimeVostorg".
Extensie Screenshots
Download het CRX-bestand van de extensie Animevost.opt
Download Animevost.opt-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
Делает сайт AnimeVost.org немного удобнее и красивее.
Дает возможность скачать весь сезон за раз для просмотра офлайн. Так же можно просто скачать отдельные епизоды.
⚠ ВНИМАНИЕ ⚠
Так как расширение блокирует рекламу, НАСТОЯТЕЛЬНО РЕКОМЕНДУЮ взамен поддержать Animevost.org на Patreon. Basisinformatie over de Extensie
| Naam | |
| ID | lnnimcnghpoceiggbcllbdcfeelmkplp |
| Officiële URL | https://chromewebstore.google.com/detail/animevostopt/lnnimcnghpoceiggbcllbdcfeelmkplp |
| Beschrijving | Оптимизатор AnimeVostorg |
| Bestandsgrootte | 64.9 KB |
| Aantal Installaties | 429 |
| Huidige Versie | 5 |
| Laatst Bijgewerkt | 2022-08-15 |
| Publicatiedatum | 2020-10-16 |
| Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://da411d.me |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "5",
"minimum_chrome_version": "88",
"default_locale": "ru",
"icons": {
"128": "icon_128.png"
},
"action": {
"default_icon": {
"128": "icon_128.png"
}
},
"background": {
"service_worker": "background.bundle.js"
},
"permissions": [
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/animevost.org\/*",
"*:\/\/*.animevost.org\/*",
"*:\/\/*.animevost.am\/*",
"*:\/\/agorov.org\/*",
"*:\/\/*.agorov.org\/*"
],
"js": [
"content.bundle.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"*:\/\/animevost.org\/*",
"*:\/\/*.animevost.org\/*",
"*:\/\/*.animevost.am\/*",
"*:\/\/agorov.org\/*",
"*:\/\/*.agorov.org\/*"
]
}
]
} | |