Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

What is Game of Thrones Quotes?

Game of Thrones Quotes is a Chrome extension developed by Unknown, and its main feature is "A Game of Thrones Quote to start your tab.".

Extension Screenshots

screenshot
screenshot

Download Game of Thrones Quotes Extension CRX File

Download Game of Thrones Quotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Game of Thrones Quotes!                    

Extension Basic Information

Name Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
Official URL https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
Description A Game of Thrones Quote to start your tab.
File Size 232 KB
Installation Count 51
Current Version 1
Last Updated 2019-01-05
Publish Date 2019-01-05
Developer Unknown
Payment Type free
Extension Website https://github.com/alecsavvy/got-quote-chrome-extension
Supported Languages 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"
    ]
}