Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Co to jest Game of Thrones Quotes?

Game of Thrones Quotes to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A Game of Thrones Quote to start your tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Game of Thrones Quotes

Pobierz pliki rozszerzeń Game of Thrones Quotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Game of Thrones Quotes!                    

Podstawowe informacje o rozszerzeniu

Nazwa Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
Oficjalny URL https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
Opis A Game of Thrones Quote to start your tab.
Rozmiar pliku 232 KB
Liczba instalacji 51
Aktualna Wersja 1
Ostatnia Aktualizacja 2019-01-05
Data Publikacji 2019-01-05
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/alecsavvy/got-quote-chrome-extension
Obsługiwane Języki 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"
    ]
}