Two Sentence Horror
Gets two sentence horrors from reddit
ما هو Two Sentence Horror؟
Two Sentence Horror هو إضافة Chrome تم تطويرها بواسطة Fox Islam، والميزة الرئيسية لها هي "Gets two sentence horrors from reddit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Two Sentence Horror
قم بتنزيل ملفات الامتداد Two Sentence Horror بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that fetches the (hourly/daily/weekly etc) top post from the Two Sentence Horror subreddit Visit the GitHub repo here: https://github.com/Fox-Islam/two-sentence-horror-extension
معلومات أساسية عن التمديد
الاسم | Two Sentence Horror |
ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
الوصف | Gets two sentence horrors from reddit |
حجم الملف | 138 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-03-23 |
تاريخ النشر | 2020-03-23 |
المطور | Fox Islam |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Two Sentence Horror", "description": "Gets two sentence horrors from reddit", "version": "1.0.2", "permissions": [ "storage" ], "browser_action": { "default_popup": "twosentencehorror.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png", "256": "twosentencehorror.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |