Decomment
Decomment - Read deleted comments on Reddit
Decommentคืออะไร?
Decomment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://decomment.com และคุณลักษณะหลักของมันคือ "Decomment - Read deleted comments on Reddit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Decomment
ดาวน์โหลดไฟล์ส่วนขยาย Decomment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Decomment allows you to read comments which were deleted by moderators from web-sites like reddit.com, vc.ru Interesting comments are frequently deleted because of political correctness, web-site’s policy or even moderator’s bad mood. So, I decided to create a service that would allow users to read all comments, even deleted ones.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Decomment |
ID | dgmadlnbfpjabnngoehblhjinfeghnha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha |
คำอธิบาย | Decomment - Read deleted comments on Reddit |
ขนาดไฟล์ | 129 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2015-11-04 |
วันที่เผยแพร่ | 2015-11-04 |
คะแนน | 2.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://decomment.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decomment", "short_name": "Decomment - Read deleted comments on Reddit", "description": "Decomment - Read deleted comments on Reddit", "homepage_url": "http:\/\/decomment.com", "version": "1.7", "background": { "persistent": false, "scripts": [ "lib\/jquery\/jquery.js", "lib\/purl\/purl.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/no_content.png", "default_popup": "html\/no_comments.html", "default_title": "Decomment" }, "permissions": [ "activeTab", "tabs", "alarms", "https:\/\/zerocode.ru\/", "http:\/\/zerocode.ru\/", "http:\/\/decomment.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |