なろうダウンローダーEx

「小説家になろう」(「小説を読もう!」)の小説をダウンロード、Kindleで読むことができます。 概要 ①「小説家になろう」の小説をダウンロードして、PCに保存できます。 ②Kindleで「小説家になろう」の小説を読むことができます。 使い方…

What is なろうダウンローダーEx?

なろうダウンローダーEx is a Chrome extension developed by narowdownloaderex, and its main feature is "「小説家になろう」(「小説を読もう!」)の小説をダウンロード、Kindleで読むことができます。 概要 ①「小説家になろう」の小説をダウンロードして、PCに保存できます。 ②Kindleで「小説家になろう」の小説を読むことができます。 使い方…".

Extension Screenshots

screenshot

Download なろうダウンローダーEx Extension CRX File

Download なろうダウンローダーEx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        「小説家になろう」(「小説を読もう!」)の小説をダウンロード、Kindleで読むことができます。
 
 
概要
①「小説家になろう」の小説をダウンロードして、PCに保存できます。
②Kindleで「小説家になろう」の小説を読むことができます。
 
使い方
①小説のダウンロード
小説のページを開く
「ダウンロード」ボタンを押す
ローカルのフォルダにpdfがダウンロードされる
※ダウンロードを押してから10秒ほどダウンロード機能が使えなくなります。
②Kindle転送の使い方 ※Kindleアカウントが必要です。お持ちでない場合は下記の準備を確認してください。
小説のページを開く
「アドレス入力欄」にKindleアカウントのメールアドレスを入力する
「Kindle転送」ボタンを押す
30秒ほどでKindleに作品が転送される 

使用開始前の準備
なろうダウンローダーExをインストールする
「小説家になろう」関連ページを開く
ポップアップが表示されるので、Googleアカウントでログインする
ログイン中は小説ページで常にポップアップが表示される

準備(Kindle転送を使いたい方向け)
amazonのページを開く
自身のamazonアカウントにログインする
右上の「アカウント&リスト」を開く
「デバイスコンテンツとデバイス」の中にある「コンテンツと端末の管理」を開く
ヘッダー内にある「端末」を開く
「Kindle」を選び、送信先端末に紐づくKindleアドレスを確認する
※より詳しく知りたい方は、他の紹介ページを参照してください。
 
更新情報
2023/10/10 ver. 0.9.1 初リリース
 
不具合情報、追加機能の要望等ありましたら下記メールアドレスまでご連絡ください。 email: [email protected]                    

Extension Basic Information

Name なろうダウンローダーEx なろうダウンローダーEx
ID fnmpngcehjjhkgpgggcbekanpmjfhljl
Official URL https://chromewebstore.google.com/detail/%E3%81%AA%E3%82%8D%E3%81%86%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%80%E3%83%BCex/fnmpngcehjjhkgpgggcbekanpmjfhljl
Description 「小説家になろう」(「小説を読もう!」)の小説をダウンロード、Kindleで読むことができます。 概要 ①「小説家になろう」の小説をダウンロードして、PCに保存できます。 ②Kindleで「小説家になろう」の小説を読むことができます。 使い方…
File Size 340 KB
Installation Count 204
Current Version 0.9.1
Last Updated 2024-01-03
Publish Date 2023-10-19
Developer narowdownloaderex
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u306a\u308d\u3046\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fcEx",
    "version": "0.9.1",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "\u306a\u308d\u3046\u30c0\u30a6\u30f3\u30ed\u30fc\u30c0\u30fcEx",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ncode.syosetu.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/import-main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                "https:\/\/ncode.syosetu.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/**.js",
                "content-scripts\/main.js"
            ],
            "matches": [
                "https:\/\/ncode.syosetu.com\/*",
                "*:\/\/ncode.syosetu.com\/*",
                "*:\/\/pdfnovels.net\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/ncode.syosetu.com\/*",
        "*:\/\/pdfnovels.net\/*"
    ],
    "permissions": [
        "identity",
        "declarativeNetRequestWithHostAccess"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    },
    "oauth2": {
        "client_id": "370412431305-oc6buot0umdmbdg252j80b7h75jcatsi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}