Anime Tab

Replace your new tab with an epic anime GIF!

Qu'est-ce que Anime Tab ?

Anime Tab est une extension Chrome développée par kkatongo, et sa fonction principale est "Replace your new tab with an epic anime GIF!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Anime Tab

Téléchargez les fichiers d'extension Anime Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Anime Tab Anime Tab
ID kjhgklhkbgdnehklbbjjliggpfclinan
URL Officiel https://chromewebstore.google.com/detail/anime-tab/kjhgklhkbgdnehklbbjjliggpfclinan
Description Replace your new tab with an epic anime GIF!
Taille du Fichier 1.76 MB
Nombre d'Installations 349
Version Actuelle 1.0.6
Dernière Mise à Jour 2018-12-16
Date de Publication 2018-12-16
Évaluation 3.54/5 Total 26 Évaluations
Développeur kkatongo
Type de Paiement free
Langues Prises en Charge 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'"
}