Potato GLaDOS

It's been a long time...

What is Potato GLaDOS?

Potato GLaDOS is a Chrome extension developed by fisadev, and its main feature is "It's been a long time...".

Extension Screenshots

screenshot

Download Potato GLaDOS Extension CRX File

Download Potato GLaDOS 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

                        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                    

Extension Basic Information

Name Potato GLaDOS Potato GLaDOS
ID mpdhmcglipldhealmcpdhahbijiloeab
Official URL https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab
Description It's been a long time...
File Size 34.99 KB
Installation Count 861
Current Version 0.7
Last Updated 2023-12-19
Publish Date 2016-04-24
Rating 4.56/5 Total 70 Ratings
Developer fisadev
Email [email protected]
Payment Type free
Extension Website https://github.com/fisadev/potato-glados-chrome-extension
Help Page URL https://github.com/fisadev/potato-glados-chrome-extension/issues
Privacy Policy Page URL https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt
Supported Languages 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": []
}