SCP Reddit by /u/LolDoofus
Replaces deleted users and comments on Reddit with SCP-esque things.
ما هو SCP Reddit by /u/LolDoofus؟
SCP Reddit by /u/LolDoofus هو إضافة Chrome تم تطويرها بواسطة Kaeso، والميزة الرئيسية لها هي "Replaces deleted users and comments on Reddit with SCP-esque things.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SCP Reddit by /u/LolDoofus
قم بتنزيل ملفات الامتداد SCP Reddit by /u/LolDoofus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces deleted users and comments on Reddit with SCP-esque things. معلومات أساسية عن التمديد
| الاسم | |
| ID | hhbafebbpgomaiogmijgnjmklamhaaaa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa |
| الوصف | Replaces deleted users and comments on Reddit with SCP-esque things. |
| حجم الملف | 15.03 KB |
| عدد التثبيتات | 43 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2020-05-10 |
| تاريخ النشر | 2020-05-08 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | Kaeso |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SCP Reddit by \/u\/LolDoofus",
"version": "0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.reddit.com\/*",
"*:\/\/reddit.com\/*"
],
"js": [
"newreddit.js"
]
},
{
"matches": [
"*:\/\/old.reddit.com\/*",
"*:\/\/www.old.reddit.com\/*"
],
"js": [
"oldreddit.js"
]
}
]
} | |