Prev Next Animego.org
Add prev & next button for Animego.org site
What is Prev Next Animego.org?
Prev Next Animego.org is a Chrome extension developed by P_Undef, and its main feature is "Add prev & next button for Animego.org site".
Extension Screenshots
Download Prev Next Animego.org Extension CRX File
Download Prev Next Animego.org 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
#След., Пред. кнопки для проигрывателя на 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** #Без любой части расширений функционал не будет работать! ============== В полноэкранном режиме кнопки прозрачные, для того чтобы их увидеть нужно навести курсор к краю примерно посередине, тогда появится кнопка переключения
Extension Basic Information
Name | Prev Next Animego.org |
ID | njeafoliblnfolnenpnpookonjikhged |
Official URL | https://chromewebstore.google.com/detail/prev-next-animegoorg/njeafoliblnfolnenpnpookonjikhged |
Description | Add prev & next button for Animego.org site |
File Size | 22.54 KB |
Installation Count | 126 |
Current Version | 0.4.0 |
Last Updated | 2024-02-29 |
Publish Date | 2022-10-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | P_Undef |
[email protected] | |
Payment Type | free |
Extension Website | https://discord.gg/mgjUXKanx9 |
Help Page URL | https://discord.gg/mgjUXKanx9 |
Supported Languages | 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:\/\/\/*" ] } ] } |