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 là gì?
9GAG Profile Picture là một tiện ích mở rộng Chrome được phát triển bởi syvdv, và tính năng chính của nó là "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 9GAG Profile Picture
Tải xuống các tệp mở rộng 9GAG Profile Picture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 9GAG Profile Picture |
ID | phmoabemknekaggafmlbinceokhdbidc |
URL Chính Thức | https://chromewebstore.google.com/detail/9gag-profile-picture/phmoabemknekaggafmlbinceokhdbidc |
Mô tả | 9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section. |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-10-18 |
Ngày Phát Hành | 2016-10-18 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | syvdv |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |