Decomment
Decomment - Read deleted comments on Reddit
Decomment là gì?
Decomment là một tiện ích mở rộng Chrome được phát triển bởi https://decomment.com, và tính năng chính của nó là "Decomment - Read deleted comments on Reddit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Decomment
Tải xuống các tệp mở rộng Decomment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Decomment |
ID | dgmadlnbfpjabnngoehblhjinfeghnha |
URL Chính Thức | https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha |
Mô tả | Decomment - Read deleted comments on Reddit |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2015-11-04 |
Ngày Phát Hành | 2015-11-04 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://decomment.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |