imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
ما هو imgur heart؟
imgur heart هو إضافة Chrome تم تطويرها بواسطة from-nibly، والميزة الرئيسية لها هي "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة imgur heart
قم بتنزيل ملفات الامتداد imgur heart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Other Features Adds tags to bottom bar. Adds upvote bar with optional inline vote statistics. Op is a ___ feature where you can change OP to whatever you want. Can change the imgur site text color.
معلومات أساسية عن التمديد
الاسم | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
الوصف | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
حجم الملف | 186 KB |
عدد التثبيتات | 90 |
النسخة الحالية | 1.18 |
آخر تحديث | 2015-06-11 |
تاريخ النشر | 2015-06-11 |
تقييم | 4.95/5 مجموع تقييمات 20 |
المطور | from-nibly |
نوع الدفع | free |
موقع الإضافة | http://fromnibly.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgur heart", "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love", "version": "1.18", "options_page": "options\/options.html", "permissions": [ "storage" ], "icons": { "128": "img\/bigicon.png" }, "options_ui": { "page": "options\/options.html" }, "browser_action": { "name": "bring back heart", "icons": [ "img\/icon.png" ], "default_icon": "img\/icon.png" }, "background": { "scripts": [ "lib\/js\/jquery.js", "options\/event.js" ], "persistent": false }, "content_scripts": [ { "css": [ "background\/background.css", "lib\/css\/bootstrap.css" ], "js": [ "lib\/js\/jquery.js", "background\/background.js", "lib\/js\/bootstrap.min.js" ], "matches": [ "http:\/\/imgur.com\/gallery\/*", "https:\/\/imgur.com\/gallery\/*", "http:\/\/*.imgur.com\/gallery\/*", "https:\/\/*.imgur.com\/gallery\/*", "http:\/\/imgur.com\/t\/*\/*", "https:\/\/imgur.com\/t\/*\/*", "http:\/\/*.imgur.com\/t\/*\/*", "https:\/\/*.imgur.com\/t\/*\/*", "http:\/\/imgur.com\/topic\/*\/*", "https:\/\/imgur.com\/topic\/*\/*", "http:\/\/*.imgur.com\/topic\/*\/*", "https:\/\/*.imgur.com\/topic\/*\/*", "http:\/\/anton-portfolio.info\/*" ] } ], "web_accessible_resources": [ "img\/sprites.png", "css\/greenheart.css" ] } |