Reddit Hide Votes
Hide vote counts
ما هو Reddit Hide Votes؟
Reddit Hide Votes هو إضافة Chrome تم تطويرها بواسطة https://deejdesigns.com، والميزة الرئيسية لها هي "Hide vote counts".
تحميل ملف CRX للإضافة Reddit Hide Votes
قم بتنزيل ملفات الامتداد Reddit Hide Votes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hide vote counts on reddit.
معلومات أساسية عن التمديد
الاسم | Reddit Hide Votes |
ID | nmcaldfaheeenocpfcejfgbhlbpahmhe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe |
الوصف | Hide vote counts |
حجم الملف | 96.7 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 0.0.12 |
آخر تحديث | 2017-01-15 |
تاريخ النشر | 2017-01-15 |
تقييم | 3.25/5 مجموع تقييمات 12 |
المطور | https://deejdesigns.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Hide Votes", "description": "Hide vote counts", "version": "0.0.12", "author": "DeejDesigns.com", "web_accessible_resources": [ "\/scripts\/jquery-1.10.1.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "\/scripts\/jquery.js", "\/scripts\/script.js" ], "css": [ "\/styles\/style.css" ], "run_at": "document_start" } ], "icons": { "128": "icon.png" } } |