9GAG Profile Picture
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Qu'est-ce que 9GAG Profile Picture ?
9GAG Profile Picture est une extension Chrome développée par syvdv, et sa fonction principale est "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 9GAG Profile Picture
Téléchargez les fichiers d'extension 9GAG Profile Picture 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
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Informations de Base sur l'Extension
Nom | 9GAG Profile Picture |
ID | phmoabemknekaggafmlbinceokhdbidc |
URL Officiel | https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc |
Description | 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-10-18 |
Date de Publication | 2016-10-18 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | syvdv |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9GAG Profile Picture", "description": "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/9gag.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/gag\/*" ], "js": [ "jQuery.min.js", "9gagPP.js" ], "css": [ "9gagPP.css" ] } ], "web_accessible_resources": [ "loading.gif" ] } |