Decomment
Decomment - Read deleted comments on Reddit
Decommentとは何ですか?
Decommentはhttps://decomment.comによって開発されたChromeの拡張機能で、その主な機能は「Decomment - Read deleted comments on Reddit」です。
拡張機能のスクリーンショット
Decomment拡張機能のCRXファイルをダウンロード
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" } } |