JapScan_PageSaver

Extension for Save Chapter and Page of Current Manga you read

What is JapScan_PageSaver?

JapScan_PageSaver is a Chrome extension developed by bastien boymond, and its main feature is "Extension for Save Chapter and Page of Current Manga you read".

Extension Screenshots

screenshot
screenshot

Download JapScan_PageSaver Extension CRX File

Download JapScan_PageSaver 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

                        Cette extension est conçue pour le site JapScan.lol et offre de nombreuses fonctionnalités, notamment :

• Accès rapide aux mangas déjà lus
• Notification des nouveaux chapitres à mesure qu'ils sortent
• Barre de recherche pour retrouver facilement vos lectures
• Fonction d'auto-scroll pour une expérience de lecture fluide
• Mode sombre pour une lecture confortable en basse lumière
• Lien vers Anilist dans la fenêtre pop-up
• Mise à jour automatique de l'avancement des chapitres sur Anilist lorsque vous ajoutez des mangas à votre liste
• Statistiques du site
• Import et export de list
N'hésitez pas à nous contacter si vous avez besoin d'aide !                    

Extension Basic Information

Name JapScan_PageSaver JapScan_PageSaver
ID oennheijilebmieelbahckofblcgkljn
Official URL https://chromewebstore.google.com/detail/japscanpagesaver/oennheijilebmieelbahckofblcgkljn
Description Extension for Save Chapter and Page of Current Manga you read
File Size 1.23 MB
Installation Count 109
Current Version 3.570
Last Updated 2023-06-26
Publish Date 2021-09-01
Rating 5.00/5 Total 9 Ratings
Developer bastien boymond
Email [email protected]
Payment Type free
Extension Website https://github.com/BastienBoymond/JapScan-PageSaver
Help Page URL https://github.com/BastienBoymond/JapScan-PageSaver/issues
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JapScan_PageSaver",
    "description": "Extension for Save Chapter and Page of Current Manga you read",
    "version": "3.570",
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/141.94.68.137:3900\/*",
        "http:\/\/141.94.68.137:2900\/*",
        "https:\/\/anilist.co\/*",
        "http:\/\/141.94.68.137:3900\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.japscan.lol\/",
                "https:\/\/www.japscan.lol\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/japscan.png",
        "default_popup": "popup\/home\/popup.html",
        "default_title": "JapScan Saver"
    },
    "icons": {
        "16": "assets\/japscan.png",
        "48": "assets\/japscan.png",
        "128": "assets\/japscan.png"
    }
}