Anime Tab
Replace your new tab with an epic anime GIF!
What is Anime Tab?
Anime Tab is a Chrome extension developed by kkatongo, and its main feature is "Replace your new tab with an epic anime GIF!".
Extension Screenshots
Download Anime Tab Extension CRX File
Download Anime Tab 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
Replace your new tab with an epic anime GIF! Choose from One Piece, One Punch Man, Bleach, Full Metal Alchemist, Fairy Tail and more. Click on the pulsing gear icon to switch between animes.
Extension Basic Information
Name | Anime Tab |
ID | kjhgklhkbgdnehklbbjjliggpfclinan |
Official URL | https://chromewebstore.google.com/detail/anime-tab/kjhgklhkbgdnehklbbjjliggpfclinan |
Description | Replace your new tab with an epic anime GIF! |
File Size | 1.76 MB |
Installation Count | 349 |
Current Version | 1.0.6 |
Last Updated | 2018-12-16 |
Publish Date | 2018-12-16 |
Rating | 3.54/5 Total 26 Ratings |
Developer | kkatongo |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Tab", "description": "Replace your new tab with an epic anime GIF!", "version": "1.0.6", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": ".\/images\/logo.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'" } |