Rajiko
Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,…
Wat is Rajiko?
Rajiko is een Chrome-extensie ontwikkeld door jackyzy823, en de belangrijkste functie is "Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,…".
Extensie Screenshots
Download het CRX-bestand van de extensie Rajiko
Download Rajiko-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rajikoはradiko.jpのジオロケーション制限を解除するツールです! 大阪、長崎、そして海外から東京、青森などのラジオをお楽しみください! Basisinformatie over de Extensie
| Naam | |
| ID | ejcfdikabeebbgbopoagpabbdokepnff |
| Officiële URL | https://chromewebstore.google.com/detail/rajiko/ejcfdikabeebbgbopoagpabbdokepnff |
| Beschrijving | Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,… |
| Bestandsgrootte | 65.48 KB |
| Aantal Installaties | 114,590 |
| Huidige Versie | 0.3.5 |
| Laatst Bijgewerkt | 2023-08-21 |
| Publicatiedatum | 2020-04-07 |
| Beoordeling | 4.67/5 Totaal 138 Beoordelingen |
| Ontwikkelaar | jackyzy823 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jackyzy823/rajiko |
| Help Pagina-URL | https://github.com/jackyzy823/rajiko |
| Ondersteunde Talen | 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}"
}
}
} | |