Novel Updates Notifier

Add a notification icon and reading shortcuts for your Novel Updates reading list.

Novel Updates Notifier क्या है?

Novel Updates Notifier Spark-NF द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a notification icon and reading shortcuts for your Novel Updates reading list."।

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

screenshot
screenshot
screenshot

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

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

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

                        * Checks when new chapters are out for the novels in your reading list
* Notifies you via the extension's badge and optional notifications
* Can automatically mark chapters as read                    

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

नाम Novel Updates Notifier Novel Updates Notifier
ID plhhbkakiaffbinchcacleepogbjlban
आधिकारिक URL https://chromewebstore.google.com/detail/novel-updates-notifier/plhhbkakiaffbinchcacleepogbjlban
विवरण Add a notification icon and reading shortcuts for your Novel Updates reading list.
फ़ाइल का आकार 216 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2020-04-22
प्रकाशन तिथि 2020-04-22
डेवलपर Spark-NF
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Spark-NF/novel-updates-notifier
सहायता पृष्ठ URL https://github.com/Spark-NF/novel-updates-notifier/issues
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "NU Notifier",
    "version": "1.5.0",
    "author": "Spark-NF",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/Spark-NF\/novel-updates-notifier",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; connect-src https:\/\/www.novelupdates.com",
    "default_locale": "en",
    "background": {
        "page": "src\/background\/background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "cookies",
        "notifications",
        "*:\/\/www.novelupdates.com\/*"
    ],
    "optional_permissions": [
        "webNavigation",
        "*:\/\/www.webnovel.com\/*",
        "*:\/\/m.webnovel.com\/*",
        "*:\/\/www.wuxiaworld.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/action-16.png",
            "32": "icons\/action-32.png",
            "64": "icons\/action-64.png"
        },
        "theme_icons": [
            {
                "light": "icons\/action-16-light.png",
                "dark": "icons\/action-16.png",
                "size": 16
            },
            {
                "light": "icons\/action-32-light.png",
                "dark": "icons\/action-32.png",
                "size": 32
            },
            {
                "light": "icons\/action-64-light.png",
                "dark": "icons\/action-64.png",
                "size": 64
            }
        ],
        "default_title": "Novel Updates",
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "web_accessible_resources": [
        "src\/userstyles\/css\/*.css"
    ]
}