World Art List

Help with WA anime rating

Wat is World Art List?

World Art List is een Chrome-extensie ontwikkeld door AzZu, en de belangrijkste functie is "Help with WA anime rating".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie World Art List

Download World Art List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Данное расширение позволит вам помечать элементы списка рейтинга WorldArt как просмотренные/дропнутые.                    

Basisinformatie over de Extensie

Naam World Art List World Art List
ID keglpdbokklnjghjjbjacamekfpgecoa
Officiële URL https://chromewebstore.google.com/detail/world-art-list/keglpdbokklnjghjjbjacamekfpgecoa
Beschrijving Help with WA anime rating
Bestandsgrootte 44.35 KB
Aantal Installaties 13
Huidige Versie 0.2.1
Laatst Bijgewerkt 2016-11-06
Publicatiedatum 2016-11-05
Ontwikkelaar AzZu
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Art List",
    "short_name": "WAList",
    "version": "0.2.1",
    "description": "Help with WA anime rating",
    "icons": {
        "128": "images\/main.png"
    },
    "permissions": [
        "http:\/\/www.world-art.ru\/animation\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.world-art.ru\/animation\/rating_top.php*"
            ],
            "css": [
                "styles\/styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ]
        }
    ]
}