Awesome NicoNico Downloader

Download anime videos, audio music mp3, thumbnail images, manga from nicovideo.jp

Awesome NicoNico Downloader क्या है?

Awesome NicoNico Downloader https://pbion.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download anime videos, audio music mp3, thumbnail images, manga from nicovideo.jp"।

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

screenshot

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

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

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

                        Download videos, audio, images from NicoNico

[Required: Need create nico account and logged to download comic/manga images]

☀ Download original images.
☀ Download manga pages as zip file.
☀ Download videos from Nicovideo.jp
☀ Download thumbnail full size.
☀ Download videos with just 1 click (enable/disable in user settings).
☀ Automatically select preset quality.
☀ Multi language.
☀ Suggest queries + Generate random keywords.

HOW TO DOWNLOAD

1. Using default settings, this extension will display a download button above the downloadable link on the bilibili.com website. You just to click on the download button, wait a few seconds and then you will be redirected to a page showing all the download links. Choose the resolution of the video you want to save, the file will be downloaded automatically by javascript. Note, do not close the window in which the download is in progress.
2. In the extension's settings, choose to turn off "Automatically activate", the extension will be active at a minimum. A download icon will appear in the lower right corner. When you click on this icon, the download link extraction process will be performed. The next steps are the same as above.
3. Pin this extension. Play a video on nicovideo.jp, then click on the extension's icon. Extraction of the download links will be done in the extension's window. Click on the three dots icon to go to the download page.                    

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

नाम Awesome NicoNico Downloader Awesome NicoNico Downloader
ID jefkdjjbbmlokldmpehimfdefdcklagj
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-niconico-download/jefkdjjbbmlokldmpehimfdefdcklagj
विवरण Download anime videos, audio music mp3, thumbnail images, manga from nicovideo.jp
फ़ाइल का आकार 289 KB
स्थापना संख्या 12,559
वर्तमान संस्करण 5.0.1
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2020-01-24
रेटिंग 2.09/5 कुल 55 रेटिंग्स
डेवलपर https://pbion.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pbion.com/en/niconico-downloader.html
सहायता पृष्ठ URL https://pbion.com/en/niconico-downloader.html#contact
गोपनीयता नीति पृष्ठ URL https://pbion.com/privacy-policy.html
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.0.1",
    "author": "pbion.com",
    "homepage_url": "https:\/\/pbion.com\/en\/niconico-downloader.html",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo\/logo128.png",
        "64": "logo\/logo64.png",
        "48": "logo\/logo48.png",
        "32": "logo\/logo32.png",
        "16": "logo\/logo16.png"
    },
    "action": {
        "default_title": "Download Nico videos",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logo\/logo128.png",
            "64": "logo\/logo64.png",
            "48": "logo\/logo48.png",
            "32": "logo\/logo32.png",
            "16": "logo\/logo16.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/*.pbion.com\/*",
        "https:\/\/*.dmc.nico\/*",
        "https:\/\/*.nimg.jp\/*",
        "https:\/\/*.nicoseiga.jp\/*",
        "https:\/\/*.nicovideo.jp\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pbion.com\/*"
            ],
            "js": [
                "pbion.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/ch.nicovideo.jp\/*",
                "https:\/\/sp.ch.nicovideo.jp\/*",
                "https:\/\/live.nicovideo.jp\/*",
                "https:\/\/sp.live.nicovideo.jp\/*",
                "https:\/\/live2.nicovideo.jp\/*",
                "https:\/\/anime.nicovideo.jp\/*",
                "https:\/\/seiga.nicovideo.jp\/*",
                "https:\/\/sp.seiga.nicovideo.jp\/*",
                "https:\/\/embed.nicovideo.jp\/*",
                "https:\/\/sp.nicovideo.jp\/*",
                "https:\/\/nicovideo.jp\/*",
                "https:\/\/www.nicovideo.jp\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "player.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "nico",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}