Game of Thrones Quotes
A Game of Thrones Quote to start your tab.
Vad är Game of Thrones Quotes?
Game of Thrones Quotes är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A Game of Thrones Quote to start your tab.".
Tilläggsskärmbilder
Ladda ner Game of Thrones Quotes-förlängningens CRX-fil
Ladda ner Game of Thrones Quotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Game of Thrones Quotes!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | oanagpeibooddcbhdoflikohhhjnhaob | 
| Officiell webbadress | https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob | 
| Beskrivning | A Game of Thrones Quote to start your tab. | 
| Filstorlek | 232 KB | 
| Antal Installationer | 51 | 
| Aktuell Version | 1 | 
| Senast Uppdaterad | 2019-01-05 | 
| Publiceringsdatum | 2019-01-05 | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/alecsavvy/got-quote-chrome-extension | 
| Stödda Språk | 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"
    ]
}  |  |