Anime Tab

Replace your new tab with an epic anime GIF!

Cos'è Anime Tab?

Anime Tab è un'estensione di Chrome sviluppata da kkatongo, e la sua funzione principale è "Replace your new tab with an epic anime GIF!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Anime Tab

Scarica i file di estensione Anime Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anime Tab Anime Tab
ID kjhgklhkbgdnehklbbjjliggpfclinan
URL Ufficiale https://chromewebstore.google.com/detail/anime-tab/kjhgklhkbgdnehklbbjjliggpfclinan
Descrizione Replace your new tab with an epic anime GIF!
Dimensione del File 1.76 MB
Conteggio Installazioni 349
Versione Corrente 1.0.6
Ultimo Aggiornamento 2018-12-16
Data di Pubblicazione 2018-12-16
Valutazione 3.54/5 Totale 26 Valutazioni
Sviluppatore kkatongo
Tipo di Pagamento free
Lingue Supportate 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'"
}