World Art List
Help with WA anime rating
Cos'è World Art List?
World Art List è un'estensione di Chrome sviluppata da AzZu, e la sua funzione principale è "Help with WA anime rating".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione World Art List
Scarica i file di estensione World Art List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Данное расширение позволит вам помечать элементы списка рейтинга WorldArt как просмотренные/дропнутые.
Informazioni di Base sull'Estensione
Nome | |
ID | keglpdbokklnjghjjbjacamekfpgecoa |
URL Ufficiale | https://chromewebstore.google.com/detail/world-art-list/keglpdbokklnjghjjbjacamekfpgecoa |
Descrizione | Help with WA anime rating |
Dimensione del File | 44.35 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2016-11-06 |
Data di Pubblicazione | 2016-11-05 |
Sviluppatore | AzZu |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |