Refined Neko-Sama.fr

Une extension qui corrige et rend pleinement fonctionnelle la page d'animes de Neko-Sama.fr

What is Refined Neko-Sama.fr?

Refined Neko-Sama.fr is a Chrome extension developed by Astropilot, and its main feature is "Une extension qui corrige et rend pleinement fonctionnelle la page d'animes de Neko-Sama.fr".

Extension Screenshots

screenshot

Download Refined Neko-Sama.fr Extension CRX File

Download Refined Neko-Sama.fr 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 permet de rendre entièrement fonctionnelle la page de recherche d'animés de Neko-Sama.fr

Voici la liste des fonctionnalités:

    La recherche et la navigation entre les pages sont maintenant complètement dynamiques
    Les filtres Type, Status et Genres sont maintenant fonctionnels
    Ajout d'un filtre par année
    Un nouveau lecteur d'animé sans publicité !                    

Extension Basic Information

Name Refined Neko-Sama.fr Refined Neko-Sama.fr
ID bkhfdimpfnkdmegkcniknicnpbpeklag
Official URL https://chromewebstore.google.com/detail/refined-neko-samafr/bkhfdimpfnkdmegkcniknicnpbpeklag
Description Une extension qui corrige et rend pleinement fonctionnelle la page d'animes de Neko-Sama.fr
File Size 1.62 MB
Installation Count 496
Current Version 1.0.2
Last Updated 2020-09-21
Publish Date 2020-08-27
Rating 5.00/5 Total 1 Ratings
Developer Astropilot
Email [email protected]
Payment Type free
Extension Website https://github.com/Astropilot/NekoSamaBetterFilters
Help Page URL https://github.com/Astropilot/NekoSamaBetterFilters
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refined Neko-Sama.fr",
    "version": "1.0.2",
    "description": "Une extension qui corrige et rend pleinement fonctionnelle la page d'animes de Neko-Sama.fr",
    "author": "Astropilot",
    "homepage_url": "https:\/\/github.com\/Astropilot\/NekoSamaBetterFilters",
    "minimum_chrome_version": "74",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.neko-sama.fr\/*",
        "*:\/\/nekosama.codexus.fr\/*"
    ],
    "background": {
        "scripts": [
            "web-request.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.neko-sama.fr\/anime",
                "https:\/\/www.neko-sama.fr\/anime?*"
            ],
            "run_at": "document_start",
            "js": [
                "nekosama\/search\/hijack-js.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.neko-sama.fr\/anime",
                "https:\/\/www.neko-sama.fr\/anime?*"
            ],
            "run_at": "document_idle",
            "js": [
                "nekosama\/search\/better-filters.js"
            ],
            "css": [
                "nekosama\/search\/better-filters.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.neko-sama.fr\/anime\/info\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "nekosama\/anime\/anime-info.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.neko-sama.fr\/anime\/episode\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "nekosama\/episode\/anime-episode.js"
            ],
            "css": [
                "nekosama\/episode\/anime-episode.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.neko-sama.fr\/anime\/episode\/*"
            ],
            "run_at": "document_start",
            "js": [
                "nekosama\/episode\/hijack-js.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "nekosama\/search\/template.html"
    ]
}