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 |
官方網址 | 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" ] } |