WebExtension.net
WebExtension.net

Rajiko

View on Chrome Web Store
View Rajiko Chrome Extension on Chrome Web Store
4.7 (146 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Rajiko is a tool for unblocking geolocation restriction of radiko.jp! Enjoy the radio of Tokyo, Aomori, etc. from Osaka, Nagasaki,…
Type
Extension
Users
100,000 users
jackyzy823
View author page of jackyzy823
Published
Published on March 17, 2018
Version 0.3.5
Manifest version
2
Updated
Updated on August 21, 2023
View on Chrome Web Store
View Rajiko Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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}"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top