Manga-Scout

An extension to check for new manga chapters across multiple webpages.

Manga-Scout란 무엇입니까?

Manga-Scout은(는) Florian Riedel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to check for new manga chapters across multiple webpages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Manga-Scout 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you reading manga series that are not on a single page? Your favorite aggregator does not provide notifications? You want to support the translators by reading on their page, but its annoying to track updates across the pages of multiple translation groups?
Fret not, Manga-Scout will keep track of all your favorite Mangas across a multitude of Webpages and will notify you, as soon as a new chapter is available.

Currently supported: All pages that use the the Madara- or MangaStream-Theme or are built using the Genkan Reader.
E.g. asurascans.com, fanfox.net, leviatanscans.com, mangadex.org, reaperscans.com, webtoons.com, zeroscans.com and at least 25 other pages. For a full list visit https://manga.fochlac.com/?pages                    

확장 프로그램 기본 정보

이름 Manga-Scout Manga-Scout
ID fdmboijadaabmpkdfikffbgpmibholfo
공식 URL https://chromewebstore.google.com/detail/manga-scout/fdmboijadaabmpkdfikffbgpmibholfo
설명 An extension to check for new manga chapters across multiple webpages.
파일 크기 586 KB
설치 횟수 179
현재 버전 1.8.4
최근 업데이트 2022-12-22
출시 날짜 2021-09-15
평점 4.00/5 총 1 개의 평점
개발자 Florian Riedel
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://manga.fochlac.com
개인정보 보호 정책 페이지 URL https://manga.fochlac.com?impressum
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manga-Scout",
    "version": "1.8.4",
    "manifest_version": 3,
    "description": "An extension to check for new manga chapters across multiple webpages.",
    "icons": {
        "16": "icons\/manga-16-half.png",
        "128": "icons\/manga-163-half.png"
    },
    "background": {
        "service_worker": ".\/sw.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "icons\/manga-19-half.png",
            "38": "icons\/manga-32-half.png"
        },
        "default_title": "No new chapters available.",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "extension_ids": [
                "fdmboijadaabmpkdfikffbgpmibholfo"
            ]
        }
    ]
}