Potato GLaDOS
It's been a long time...
Qu'est-ce que Potato GLaDOS ?
Potato GLaDOS est une extension Chrome développée par fisadev, et sa fonction principale est "It's been a long time...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Potato GLaDOS
Téléchargez les fichiers d'extension Potato GLaDOS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Potato GLaDOS |
ID | mpdhmcglipldhealmcpdhahbijiloeab |
URL Officiel | https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab |
Description | It's been a long time... |
Taille du Fichier | 34.99 KB |
Nombre d'Installations | 861 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2023-12-19 |
Date de Publication | 2016-04-24 |
Évaluation | 4.56/5 Total 70 Évaluations |
Développeur | fisadev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fisadev/potato-glados-chrome-extension |
URL de la Page d'Aide | https://github.com/fisadev/potato-glados-chrome-extension/issues |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt |
Langues Prises en Charge | 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": [] } |