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.
Wat is 9GAG Profile Picture?
9GAG Profile Picture is een Chrome-extensie ontwikkeld door syvdv, en de belangrijkste functie is "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".
Extensie Screenshots
Download het CRX-bestand van de extensie 9GAG Profile Picture
Download 9GAG Profile Picture-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
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Basisinformatie over de Extensie
Naam | 9GAG Profile Picture |
ID | phmoabemknekaggafmlbinceokhdbidc |
Officiële URL | https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc |
Beschrijving | 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section. |
Bestandsgrootte | 111 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-18 |
Publicatiedatum | 2016-10-18 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | syvdv |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |