Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Wat is Game of Thrones Quotes?

Game of Thrones Quotes is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A Game of Thrones Quote to start your tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Game of Thrones Quotes

Download Game of Thrones Quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Game of Thrones Quotes!                    

Basisinformatie over de Extensie

Naam Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
Officiële URL https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
Beschrijving A Game of Thrones Quote to start your tab.
Bestandsgrootte 232 KB
Aantal Installaties 51
Huidige Versie 1
Laatst Bijgewerkt 2019-01-05
Publicatiedatum 2019-01-05
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/alecsavvy/got-quote-chrome-extension
Ondersteunde Talen 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"
    ]
}