True Unexpected Jihad
True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.
ما هو True Unexpected Jihad؟
True Unexpected Jihad هو إضافة Chrome تم تطويرها بواسطة kmc، والميزة الرئيسية لها هي "True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة True Unexpected Jihad
قم بتنزيل ملفات الامتداد True Unexpected Jihad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Similar to Really Unexpected Jihad, this will rename the subreddit on the front page to something different. The difference with True Unexpected Jihad is it will also fuzz the post score, the time posted, and the comment amount, offering a True Unexpected Jihad experience.
معلومات أساسية عن التمديد
الاسم | True Unexpected Jihad |
ID | ihglffdfnfdifnlgjecjbnpkjffciibm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/true-unexpected-jihad/ihglffdfnfdifnlgjecjbnpkjffciibm |
الوصف | True Unexpected Jihad will fuzz /r/unexpectedjihad post scores, post time, comment amount, and subreddit name. |
حجم الملف | 240 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 1.3 |
آخر تحديث | 2015-12-14 |
تاريخ النشر | 2015-12-13 |
تقييم | 3.83/5 مجموع تقييمات 6 |
المطور | kmc |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "True Unexpected Jihad", "short_name": "Truj", "description": "True Unexpected Jihad will fuzz \/r\/unexpectedjihad post scores, post time, comment amount, and subreddit name.", "version": "1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "page_action": { "default_title": "Click to edit subreddits to replace with", "default_icon": { "38": "icons\/icon38.png" } }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/*.reddit.com\/" ], "exclude_matches": [ "*:\/\/*.reddit.com\/r\/*" ] } ] } |