World Art List
Help with WA anime rating
What is World Art List?
World Art List is a Chrome extension developed by AzZu, and its main feature is "Help with WA anime rating".
Extension Screenshots
Download World Art List Extension CRX File
Download World Art List 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
Данное расширение позволит вам помечать элементы списка рейтинга WorldArt как просмотренные/дропнутые.
Extension Basic Information
Name | |
ID | keglpdbokklnjghjjbjacamekfpgecoa |
Official URL | https://chromewebstore.google.com/detail/world-art-list/keglpdbokklnjghjjbjacamekfpgecoa |
Description | Help with WA anime rating |
File Size | 44.35 KB |
Installation Count | 13 |
Current Version | 0.2.1 |
Last Updated | 2016-11-06 |
Publish Date | 2016-11-05 |
Developer | AzZu |
Payment Type | free |
Supported Languages | 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" ] } ] } |