Autocascade for TMO Viewer
Enables cascade mode by default while reading in tmo
What is Autocascade for TMO Viewer?
Autocascade for TMO Viewer is a Chrome extension developed by AraDevs, and its main feature is "Enables cascade mode by default while reading in tmo".
Extension Screenshots
Download Autocascade for TMO Viewer Extension CRX File
Download Autocascade for TMO Viewer 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
Si estas cansado (como yo) de dar clic en "Cascada" cada vez que lees un manga en TMO, esta es tu extensión.
Extension Basic Information
Name | |
ID | omedcakpdnpdaheoknompcoighlkllin |
Official URL | https://chromewebstore.google.com/detail/autocascade-for-tmo-viewe/omedcakpdnpdaheoknompcoighlkllin |
Description | Enables cascade mode by default while reading in tmo |
File Size | 20 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2020-12-27 |
Publish Date | 2020-12-27 |
Rating | 3.67/5 Total 6 Ratings |
Developer | AraDevs |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autocascade for TMO Viewer", "description": "Enables cascade mode by default while reading in tmo", "version": "1.0", "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "assets\/app_icon128.png" }, "icons": { "16": "assets\/app_icon16.png", "48": "assets\/app_icon48.png", "128": "assets\/app_icon128.png" }, "_comment": "Icon provided by https:\/\/www.iconfinder.com\/icons\/4043233\/anime_away_face_no_nobody_spirited_icon", "author": "AraDevs" } |