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.
What is 9GAG Profile Picture?
9GAG Profile Picture is a Chrome extension developed by syvdv, and its main feature 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.".
Extension Screenshots
Download 9GAG Profile Picture Extension CRX File
Download 9GAG Profile Picture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Extension Basic Information
Name | 9GAG Profile Picture |
ID | phmoabemknekaggafmlbinceokhdbidc |
Official URL | 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. |
File Size | 111 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2016-10-18 |
Publish Date | 2016-10-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | syvdv |
Payment Type | free |
Supported Languages | 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" ] } |