Potato GLaDOS

It's been a long time...

Apa itu Potato GLaDOS?

Potato GLaDOS adalah ekstensi Chrome yang dikembangkan oleh fisadev, dan fitur utamanya adalah "It's been a long time...".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Potato GLaDOS

Unduh file ekstensi Potato GLaDOS 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

                        This is a potato glados icon, which you can click to get quotes from the game. All credit on the quotes to Valve.

It's been a long time...

[ if you don't understand what it is, you should play Portal and Portal 2 games :) ]

It's open source, the code is at https://github.com/fisadev/potato-glados-chrome-extension                    

Informasi Dasar Ekstensi

Nama Potato GLaDOS Potato GLaDOS
ID mpdhmcglipldhealmcpdhahbijiloeab
URL Resmi https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab
Deskripsi It's been a long time...
Ukuran File 34.99 KB
Jumlah Instalasi 861
Versi Saat Ini 0.7
Terakhir Diperbarui 2023-12-19
Tanggal Publikasi 2016-04-24
Penilaian 4.56/5 Total 70 Penilaian
Pengembang fisadev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fisadev/potato-glados-chrome-extension
URL Halaman Bantuan https://github.com/fisadev/potato-glados-chrome-extension/issues
URL Halaman Kebijakan Privasi https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Potato GLaDOS",
    "description": "It's been a long time...",
    "version": "0.7",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "click me",
        "default_popup": "popup.html"
    },
    "permissions": []
}