Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Cos'è Game of Thrones Quotes?

Game of Thrones Quotes è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A Game of Thrones Quote to start your tab.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Game of Thrones Quotes

Scarica i file di estensione Game of Thrones Quotes 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

                        Game of Thrones Quotes!                    

Informazioni di Base sull'Estensione

Nome Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
URL Ufficiale https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
Descrizione A Game of Thrones Quote to start your tab.
Dimensione del File 232 KB
Conteggio Installazioni 51
Versione Corrente 1
Ultimo Aggiornamento 2019-01-05
Data di Pubblicazione 2019-01-05
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alecsavvy/got-quote-chrome-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game of Thrones Quotes",
    "description": "A Game of Thrones Quote to start your tab.",
    "version": "1",
    "author": "LemonadeJetpack",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Game of Thrones Quotes"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}