Mangareader Full Chapter Loader

This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…

Qu'est-ce que Mangareader Full Chapter Loader ?

Mangareader Full Chapter Loader est une extension Chrome développée par hourglasseye, et sa fonction principale est "This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…".

Télécharger le fichier CRX de l'extension Mangareader Full Chapter Loader

Téléchargez les fichiers d'extension Mangareader Full Chapter Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more clicking "next", just scroll down!                    

Informations de Base sur l'Extension

Nom Mangareader Full Chapter Loader Mangareader Full Chapter Loader
ID peghooikhaciaaendegjcekpeenhoojm
URL Officiel https://chrome.google.com/webstore/detail/mangareader-full-chapter/peghooikhaciaaendegjcekpeenhoojm
Description This is a script that will load all the pages of a chapter instead of one page when reading a manga at mangareader.net - no more…
Taille du Fichier 3.71 KB
Nombre d'Installations 282
Version Actuelle 1.1
Dernière Mise à Jour 2014-06-12
Date de Publication 2014-06-12
Évaluation 3.57/5 Total 7 Évaluations
Développeur hourglasseye
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/www.mangareader.net\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "",
    "name": "Mangareader Full Chapter Loader",
    "version": "1.1"
}