Animakai Skip Counter
Pular a contagem de tempo para baixar animes na Animakai.
What is Animakai Skip Counter?
Animakai Skip Counter is a Chrome extension developed by Erick Tatsui, and its main feature is "Pular a contagem de tempo para baixar animes na Animakai.".
Extension Screenshots
Download Animakai Skip Counter Extension CRX File
Download Animakai Skip Counter 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
Para você não precisar esperar o tempo irritante para baixar um anime no site Animakai. Repositório no github https://github.com/ericktatsui/Animakai-Skip-Counter
Extension Basic Information
Name | |
ID | bknjonbigmkoadhldenoegiainlgibdf |
Official URL | https://chrome.google.com/webstore/detail/animakai-skip-counter/bknjonbigmkoadhldenoegiainlgibdf |
Description | Pular a contagem de tempo para baixar animes na Animakai. |
File Size | 15.16 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2016-02-16 |
Publish Date | 2016-02-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Erick Tatsui |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Animakai Skip Counter", "description": "Pular a contagem de tempo para baixar animes na Animakai.", "version": "1.0", "permissions": [ "activeTab", "webNavigation", "tabs", "*:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Skip Animakai Counter" }, "manifest_version": 2 } |