FocusManga

Adds diashow function to online manga sites.

FocusManga क्या है?

FocusManga shylux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds diashow function to online manga sites."।

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

screenshot

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

crx प्रारूप में FocusManga एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds diashow function to online manga sites.
Also offers an offline version where you can view local files.

I support most big sites. A full list can be found here: https://github.com/shylux/FocusManga#supported-sites (i am not allowed to list them here since this would be considered spam)

Your hoster is not on the list? Contact me and i will add him!                    

एक्सटेंशन की मूल जानकारी

नाम FocusManga FocusManga
ID dcbijlajpaaohliimbnjifkhnebmbhfk
आधिकारिक URL https://chromewebstore.google.com/detail/focusmanga/dcbijlajpaaohliimbnjifkhnebmbhfk
विवरण Adds diashow function to online manga sites.
फ़ाइल का आकार 234 KB
स्थापना संख्या 473
वर्तमान संस्करण 1.11.0
अंतिम अपडेट 2023-11-27
प्रकाशन तिथि 2020-01-31
रेटिंग 3.95/5 कुल 20 रेटिंग्स
डेवलपर shylux
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/shylux/FocusManga
सहायता पृष्ठ URL https://github.com/shylux/FocusManga/issues/new
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusManga",
    "version": "1.11.0",
    "manifest_version": 3,
    "description": "Adds diashow function to online manga sites.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.onepiece-tube.com\/*",
        "*:\/\/*.naruto-tube.org\/*",
        "*:\/\/*.fairytail-tube.org\/*",
        "*:\/\/*.bato.to\/*",
        "*:\/\/*.fanfox.net\/manga\/*",
        "*:\/\/*.mangareader.cc\/*\/*",
        "*:\/\/*.readms.net\/*",
        "*:\/\/*.mangaeden.com\/*",
        "*:\/\/*.perveden.com\/*",
        "*:\/\/*.mangahere.cc\/manga\/*",
        "*:\/\/*.hbrowse.com\/*",
        "*:\/\/*.fakku.net\/*",
        "*:\/\/*.manga-tube.me\/series\/*",
        "*:\/\/e-hentai.org\/*",
        "*:\/\/exhentai.org\/*",
        "*:\/\/nhentai.net\/g\/*\/*",
        "*:\/\/*.pururin.io\/*",
        "*:\/\/*.luscious.net\/*",
        "*:\/\/*.mangapark.net\/*",
        "*:\/\/hitomi.la\/reader\/*"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Start\/Stop FocusManga",
        "default_icon": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onepiece-tube.com\/*",
                "*:\/\/*.naruto-tube.org\/*",
                "*:\/\/*.fairytail-tube.org\/*",
                "*:\/\/*.bato.to\/*",
                "*:\/\/*.fanfox.net\/manga\/*",
                "*:\/\/*.mangareader.cc\/*\/*",
                "*:\/\/*.mangahere.cc\/manga\/*",
                "*:\/\/*.fakku.net\/*",
                "*:\/\/*.manga-tube.me\/series\/*\/read\/*",
                "*:\/\/e-hentai.org\/*",
                "*:\/\/exhentai.org\/*",
                "*:\/\/nhentai.net\/g\/*\/*",
                "*:\/\/*.luscious.net\/*",
                "*:\/\/hitomi.la\/reader\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/naturalsort.js",
                "timer.js",
                "option_storage.js",
                "focus.js",
                "hoster.js",
                "online.js",
                "cleanup.js"
            ],
            "css": [
                "css\/hide.css",
                "css\/focus.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "HISTORY.txt"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}