Goodbye geocities.jp
geocities.jp へのアクセスを archive.org へリダイレクトします
What is Goodbye geocities.jp?
Goodbye geocities.jp is a Chrome extension developed by GOROman, and its main feature is "geocities.jp へのアクセスを archive.org へリダイレクトします".
Extension Screenshots
Download Goodbye geocities.jp Extension CRX File
Download Goodbye geocities.jp 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
「Yahoo!ジオシティーズ」が閉鎖されてしまったので、以下のURLの場合は archive.org へ飛ぶようにします。あらかじめリダイレクト先がある場合はそちらを優先して飛びます。 "http://*.geocities.jp/*" "http://*.geocities.co.jp/*" "https://*.geocities.jp/*" "https://*.geocities.co.jp/*" サポート twitter: @GOROman まで。
Extension Basic Information
Name | |
ID | lemfgphjhikbbadomlciomdgchbmaldp |
Official URL | https://chrome.google.com/webstore/detail/goodbye-geocitiesjp/lemfgphjhikbbadomlciomdgchbmaldp |
Description | geocities.jp へのアクセスを archive.org へリダイレクトします |
File Size | 16.76 KB |
Installation Count | 5,179 |
Current Version | 0.0.3 |
Last Updated | 2019-05-07 |
Publish Date | 2019-05-07 |
Rating | 5.00/5 Total 11 Ratings |
Developer | GOROman |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodbye geocities.jp", "short_name": "Goodbye geocities.jp", "description": "geocities.jp \u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092 archive.org \u3078\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3057\u307e\u3059", "version": "0.0.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.geocities.jp\/*", "http:\/\/*.geocities.co.jp\/*", "https:\/\/*.geocities.jp\/*", "https:\/\/*.geocities.co.jp\/*" ], "js": [ "jump.js" ] } ] } |