Manga-Scout

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

Manga-Scout क्या है?

Manga-Scout Florian Riedel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to check for new manga chapters across multiple webpages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Manga-Scout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}