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 هو إضافة Chrome تم تطويرها بواسطة syvdv، والميزة الرئيسية لها هي "9gagPP allows 9gagers to see the large version of an user's profile picture by passing the mouse over it in the comment section.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 9GAG Profile Picture
قم بتنزيل ملفات الامتداد 9GAG Profile Picture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |