Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
ما هو Reddit Up/Down Vote Viewer؟
Reddit Up/Down Vote Viewer هو إضافة Chrome تم تطويرها بواسطة Nicholas Currault، والميزة الرئيسية لها هي "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Up/Down Vote Viewer
قم بتنزيل ملفات الامتداد Reddit Up/Down Vote Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | oofcmapinmlnokjjigaojblalakmcohg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
| الوصف | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
| حجم الملف | 33.46 KB |
| عدد التثبيتات | 24 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2014-08-03 |
| تاريخ النشر | 2014-08-03 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | Nicholas Currault |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Up\/Down Vote Viewer",
"description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.",
"version": "1.0.1",
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"main.user.js"
],
"matches": [
"http:\/\/reddit.com\/r\/*\/comments\/*\/*",
"http:\/\/www.reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true
} | |