Prev Next Animego.org
Add prev & next button for Animego.org site
Qu'est-ce que Prev Next Animego.org ?
Prev Next Animego.org est une extension Chrome développée par P_Undef, et sa fonction principale est "Add prev & next button for Animego.org site".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prev Next Animego.org
Téléchargez les fichiers d'extension Prev Next Animego.org au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
#След., Пред. кнопки для проигрывателя на animego.org. Для полноценной работы необходимо выполнить следующие шаги: - установить расширение Tampermonkey - установить моё расширение для Tampermonkey (https://greasyfork.org/en/scripts/453391-animego-prev-next-player) **Версия: 0.3.*** - установить моё расширение для Google Chrome (https://chrome.google.com/webstore/detail/prev-next-animegoorg/njeafoliblnfolnenpnpookonjikhged) **Версия: 0.3.1** #Без любой части расширений функционал не будет работать! ============== В полноэкранном режиме кнопки прозрачные, для того чтобы их увидеть нужно навести курсор к краю примерно посередине, тогда появится кнопка переключения
Informations de Base sur l'Extension
Nom | Prev Next Animego.org |
ID | njeafoliblnfolnenpnpookonjikhged |
URL Officiel | https://chromewebstore.google.com/detail/prev-next-animegoorg/njeafoliblnfolnenpnpookonjikhged |
Description | Add prev & next button for Animego.org site |
Taille du Fichier | 22.54 KB |
Nombre d'Installations | 126 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2024-02-29 |
Date de Publication | 2022-10-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | P_Undef |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://discord.gg/mgjUXKanx9 |
URL de la Page d'Aide | https://discord.gg/mgjUXKanx9 |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prev Next Animego.org", "short_name": "prev-next-animego", "version": "0.4.0", "manifest_version": 3, "minimum_chrome_version": "89", "description": "Add prev & next button for Animego.org site", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "match_about_blank": true, "css": [ "inject.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "inject.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ] } |