Potato GLaDOS
It's been a long time...
Wat is Potato GLaDOS?
Potato GLaDOS is een Chrome-extensie ontwikkeld door fisadev, en de belangrijkste functie is "It's been a long time...".
Extensie Screenshots
Download het CRX-bestand van de extensie Potato GLaDOS
Download Potato GLaDOS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mpdhmcglipldhealmcpdhahbijiloeab |
| Officiële URL | https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab |
| Beschrijving | It's been a long time... |
| Bestandsgrootte | 34.99 KB |
| Aantal Installaties | 861 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2023-12-19 |
| Publicatiedatum | 2016-04-24 |
| Beoordeling | 4.56/5 Totaal 70 Beoordelingen |
| Ontwikkelaar | fisadev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/fisadev/potato-glados-chrome-extension |
| Help Pagina-URL | https://github.com/fisadev/potato-glados-chrome-extension/issues |
| URL van de Privacybeleid Pagina | https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt |
| Ondersteunde Talen | 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": []
} | |