Reddit Watchdog
Insight into Reddit user's commenting habits
ما هو Reddit Watchdog؟
Reddit Watchdog هو إضافة Chrome تم تطويرها بواسطة sort.py، والميزة الرئيسية لها هي "Insight into Reddit user's commenting habits".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Watchdog
قم بتنزيل ملفات الامتداد Reddit Watchdog بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension was created in response to the recent Reddit mass voting and user manipulation investigation covered by Forbes and UK's Point YouTube channel. With one click, you can see detailed insight on the top 6 subreddits a user posts in and more. Theoretically, this should help weed out "shills" and astroturfer accounts from genuine Redditors.
معلومات أساسية عن التمديد
الاسم | Reddit Watchdog |
ID | degcbdmlgbidbiaadbffaofdeflbkell |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-watchdog/degcbdmlgbidbiaadbffaofdeflbkell |
الوصف | Insight into Reddit user's commenting habits |
حجم الملف | 176 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-02-25 |
تاريخ النشر | 2017-02-24 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | sort.py |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Watchdog", "description": "Insight into Reddit user's commenting habits", "version": "1.0", "permissions": [ "*:\/\/*.reddit.com\/**\/comments\/**" ], "web_accessible_resources": [ "img\/spinner.gif" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/**\/comments\/**" ], "css": [ "css\/style.css" ], "js": [ "js\/vendor.bundle.js", "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |