GabeN
Changes All Of The Images To GABEN. None of the code belongs to me
Qu'est-ce que GabeN ?
GabeN est une extension Chrome développée par Iseeicy Hawkston, et sa fonction principale est "Changes All Of The Images To GABEN. None of the code belongs to me".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GabeN
Téléchargez les fichiers d'extension GabeN 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
A Great App that has been ported from a bookmarklet, to a button. None of the code belongs to me. GABEN!
Informations de Base sur l'Extension
Nom | GabeN |
ID | eekhpjpifcilnhjinifhcpcckjjmkbdd |
URL Officiel | https://chromewebstore.google.com/detail/gaben/eekhpjpifcilnhjinifhcpcckjjmkbdd |
Description | Changes All Of The Images To GABEN. None of the code belongs to me |
Taille du Fichier | 66.48 KB |
Nombre d'Installations | 200 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2013-12-19 |
Date de Publication | 2013-12-19 |
Évaluation | 4.06/5 Total 35 Évaluations |
Développeur | Iseeicy Hawkston |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GabeN", "version": "2.0.0", "manifest_version": 2, "description": "Changes All Of The Images To GABEN. None of the code belongs to me", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.0.min.js", "background.js" ] } ] } |