Wisdom From Kanye

Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…

Cos'è Wisdom From Kanye?

Wisdom From Kanye è un'estensione di Chrome sviluppata da https://wisdomfromkanye.com, e la sua funzione principale è "Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wisdom From Kanye

Scarica i file di estensione Wisdom From Kanye 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

                        Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to reminisce in that epic font from The Life of Pablo merch. 🔥A small project brought to you by Seth Cottle & Casey Cavanagh. Now open source, check it out on Github!                    

Informazioni di Base sull'Estensione

Nome Wisdom From Kanye Wisdom From Kanye
ID dbahdcnbbleloehclkcdmkgfioglbkmc
URL Ufficiale https://chromewebstore.google.com/detail/wisdom-from-kanye/dbahdcnbbleloehclkcdmkgfioglbkmc
Descrizione Now that Kanye West is back on Twitter, you can get that next level Kanye wisdom in every New Tab you open. You even get to…
Dimensione del File 164 KB
Conteggio Installazioni 120
Versione Corrente 0.6
Ultimo Aggiornamento 2018-04-29
Data di Pubblicazione 2018-04-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://wisdomfromkanye.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wisdomfromkanye.com
URL della Pagina di Aiuto https://github.com/sethcottle/kanye-chrome-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wisdom From Kanye",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}