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.
什么是9GAG Profile Picture?
9GAG Profile Picture是由syvdv开发的Chrome扩展程序,该扩展的主要功能是“9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.”。
扩展截图
下载9GAG Profile Picture扩展crx文件
下载9GAG Profile Picture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
扩展基本信息
名称 | 9GAG Profile Picture |
ID | phmoabemknekaggafmlbinceokhdbidc |
官方URL | https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc |
简介 | 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section. |
文件大小 | 111 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2016-10-18 |
上架时间 | 2016-10-18 |
评分 | 3.67/5 共3次评分 |
开发者 | syvdv |
付费类型 | free |
支持的语言 | 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" ] } |