2chRevival
2ちゃんねる、5ちゃんねる、BBSPINKのDAT落ちしたスレを簡単復活!
What is 2chRevival?
2chRevival is a Chrome extension developed by OrcaSoft, and its main feature is "2ちゃんねる、5ちゃんねる、BBSPINKのDAT落ちしたスレを簡単復活!".
Extension Screenshots
Download 2chRevival Extension CRX File
Download 2chRevival extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
2.3.14 5chに対応 2.3.13 2chの仕様変更に対応 2.3.11 2chの仕様変更に対応、dat落ちしたスレッドの復活に対応 2.3.10 人大杉時の復活に対応しました。 2.3.9 スレッド以外でも動作してしまうバグを修正しました。 2.3.7-2.3.8 おまたせしました、仕様変更に完全対応しました 2.2.5 仕様変更に対応、DAT落ちや表示されないスレッドがある場合、過去ログを検索します。 2.2.4 今後の仕様変更に対応するため一時的に機能を停止しました。 2.2.3 細かいバグを修正しました。 2.2.2 拡張機能の仕様変更に対応しました。細かいバグを修正しました。 2.2.1 シークレットモードに対応しました。細かいバグを修正しました。 2.0.0 より快適にご使用いただくため、プログラムをフルスクラッチしました。バグの報告はコメント欄よりどうぞ 1.8.17 検索の高速化、ページアイコンクリック時の動作を変更しました 1.8.15 様々な仕様変更、機能追加を行いました。復活できる確率が上がりました 1.6.16 ボタンが表示されないスレッドがあるバグを修正しました ★動作に問題がある場合や要望がある場合はコメント欄にてお願いします。 改善点がある場合なるべく対応したいと思います。 2ちゃんねる(2ch)やBBSPINKでDAT落ち(過去ログ化)してしまったスレッドを復活させます。 ワンクリックで自動的に過去ログを検索するので難しい操作は一切必要ありません。 また、無駄なアイコンなどは一切表示されず、DAT落ちした時のみ復元ボタンが表示されるのでとても快適に使用することが出来ます。 >403になる方 Chrome以外で使用すると403を返す仕様になっています ユーザーエージェントを切り替えている場合も403を返しますので一度ご確認下さい
Extension Basic Information
Name | 2chRevival |
ID | jincbkepokdimkkecpcmjjfhjepllkdj |
Official URL | https://chromewebstore.google.com/detail/2chrevival/jincbkepokdimkkecpcmjjfhjepllkdj |
Description | 2ちゃんねる、5ちゃんねる、BBSPINKのDAT落ちしたスレを簡単復活! |
File Size | 60.3 KB |
Installation Count | 26,331 |
Current Version | 2.3.14 |
Last Updated | 2017-11-09 |
Publish Date | 2017-11-09 |
Rating | 4.64/5 Total 78 Ratings |
Developer | OrcaSoft |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2chRevival", "version": "2.3.14", "description": "2\u3061\u3083\u3093\u306d\u308b\u30015\u3061\u3083\u3093\u306d\u308b\u3001BBSPINK\u306eDAT\u843d\u3061\u3057\u305f\u30b9\u30ec\u3092\u7c21\u5358\u5fa9\u6d3b\uff01", "options_page": "options.html", "manifest_version": 2, "minimum_chrome_version": "18", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*.2ch.net\/*", "http:\/\/*.2ch.sc\/*", "http:\/\/*.5ch.net\/*", "http:\/\/*.bbspink.com\/*", "https:\/\/*.2ch.net\/*", "https:\/\/*.2ch.sc\/*", "https:\/\/*.5ch.net\/*", "https:\/\/*.bbspink.com\/*", "http:\/\/websvc2.jpn.org\/*" ], "run_at": "document_start" } ], "page_action": { "default_icon": "icons\/app16.png", "default_title": "URL\u3092\u5165\u529b\u3057\u3066\u5fa9\u6d3b" }, "icons": { "16": "icons\/app16.png", "32": "icons\/app32.png", "48": "icons\/app48.png", "64": "icons\/app64.png", "128": "icons\/app128.png" }, "permissions": [ "webRequest", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* data: 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*; frame-src 'self' http:\/\/* https:\/\/*; font-src data:", "web_accessible_resources": [ "style.css", "jquery.js", "content.js", "icons\/app128.png", "loading.gif", "option.png", "connect.html", "options.html" ] } |