Autocascade for TMO Viewer

Enables cascade mode by default while reading in tmo

Autocascade for TMO Viewer란 무엇입니까?

Autocascade for TMO Viewer은(는) AraDevs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables cascade mode by default while reading in tmo"입니다.

확장 프로그램 스크린샷

screenshot

Autocascade for TMO Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Si estas cansado (como yo) de dar clic en "Cascada" cada vez que lees un manga en TMO, esta es tu extensión.                    

확장 프로그램 기본 정보

이름 Autocascade for TMO Viewer Autocascade for TMO Viewer
ID omedcakpdnpdaheoknompcoighlkllin
공식 URL https://chromewebstore.google.com/detail/autocascade-for-tmo-viewe/omedcakpdnpdaheoknompcoighlkllin
설명 Enables cascade mode by default while reading in tmo
파일 크기 20 KB
설치 횟수 40
현재 버전 1.0
최근 업데이트 2020-12-27
출시 날짜 2020-12-27
평점 3.67/5 총 6 개의 평점
개발자 AraDevs
결제 유형 free
지원되는 언어 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"
}