Game of Thrones Quotes

A Game of Thrones Quote to start your tab.

Apa itu Game of Thrones Quotes?

Game of Thrones Quotes adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A Game of Thrones Quote to start your tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Game of Thrones Quotes

Unduh file ekstensi Game of Thrones Quotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Game of Thrones Quotes!                    

Informasi Dasar Ekstensi

Nama Game of Thrones Quotes Game of Thrones Quotes
ID oanagpeibooddcbhdoflikohhhjnhaob
URL Resmi https://chromewebstore.google.com/detail/game-of-thrones-quotes/oanagpeibooddcbhdoflikohhhjnhaob
Deskripsi A Game of Thrones Quote to start your tab.
Ukuran File 232 KB
Jumlah Instalasi 51
Versi Saat Ini 1
Terakhir Diperbarui 2019-01-05
Tanggal Publikasi 2019-01-05
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/alecsavvy/got-quote-chrome-extension
Bahasa yang Didukung 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"
    ]
}