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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |