Anitube AutoPlay
Play video in anitube.site automatically
What is Anitube AutoPlay?
Anitube AutoPlay is a Chrome extension developed by diogosapessoa, and its main feature is "Play video in anitube.site automatically".
Extension Screenshots
Download Anitube AutoPlay Extension CRX File
Download Anitube AutoPlay 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
When the next episode is loaded it will be played automatically
Extension Basic Information
Name | Anitube AutoPlay |
ID | leamonmkeofogponcnghhjhjbnpjmano |
Official URL | https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano |
Description | Play video in anitube.site automatically |
File Size | 14.7 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2021-04-14 |
Publish Date | 2021-04-14 |
Rating | 4.00/5 Total 1 Ratings |
Developer | diogosapessoa |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anitube AutoPlay", "description": "Play video in anitube.site automatically", "version": "1.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.anitube.site\/" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |