Rajiko
Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,…
What is Rajiko?
Rajiko is a Chrome extension developed by jackyzy823, and its main feature is "Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,…".
Extension Screenshots
Download Rajiko Extension CRX File
Download Rajiko 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
Rajikoはradiko.jpのジオロケーション制限を解除するツールです! 大阪、長崎、そして海外から東京、青森などのラジオをお楽しみください!
Extension Basic Information
Name | Rajiko |
ID | ejcfdikabeebbgbopoagpabbdokepnff |
Official URL | https://chromewebstore.google.com/detail/rajiko/ejcfdikabeebbgbopoagpabbdokepnff |
Description | Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,… |
File Size | 65.48 KB |
Installation Count | 114,590 |
Current Version | 0.3.5 |
Last Updated | 2023-08-21 |
Publish Date | 2020-04-07 |
Rating | 4.67/5 Total 138 Ratings |
Developer | jackyzy823 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jackyzy823/rajiko |
Help Page URL | https://github.com/jackyzy823/rajiko |
Supported Languages | en,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rajiko", "version": "0.3.5", "description": "__MSG_manifest_app_description__", "icons": { "48": "Circle-icons-radio-blue-48.png", "128": "Circle-icons-radio.png" }, "permissions": [ "activeTab", "cookies", "storage", "webRequest", "webRequestBlocking", "downloads", "unlimitedStorage", "*:\/\/*.radiko.jp\/*", "*:\/\/*.smartstream.ne.jp\/*", "*:\/\/*.radiko-cf.com\/*" ], "default_locale": "ja", "background": { "scripts": [ "constants.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.radiko.jp\/" ], "js": [ "ui\/common_start.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.radiko.jp\/share\/?*noreload=1*" ], "js": [ "ui\/share_redirect.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "ui\/inspect_start.js" ], "browser_action": { "default_icon": "Circle-icons-radio-blue-48.png", "default_popup": "popup.html", "default_title": "__MSG_popup_title__" }, "applications": { "gecko": { "id": "{3a8c3e6f-40c7-4eeb-9e42-8d7a803af62b}" } } } |