Psychedelic Tuner

Tune your mood on a psychedelic wave :)

Psychedelic Tuner là gì?

Psychedelic Tuner là một tiện ích mở rộng Chrome được phát triển bởi Bohdan Stasiuk, và tính năng chính của nó là "Tune your mood on a psychedelic wave :)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Psychedelic Tuner

Tải xuống các tệp mở rộng Psychedelic Tuner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Ver1.3.1: Updated url for mrg.fm. Decreased starting volume for Psychedelicized, Radiorockon, Wfmu.
Ver1.3.0: Remove dead stations. Disable "Search track" for radiorockon.com. Update screenshots.
Ver1.2.1: Update UI for 101.ru.
Ver1.2.0: Got rid of Youtube player. Update UI for 101.ru and Mrg. Fixed bug with autoopen of player's tab.
Ver1.0.9: Fixed switch between stations. Fixed visualization of artworks
Ver1.0.7: Added Options view with checkboxes for pinning tab and disabling video
Ver1.0.6: Cleaned up Radiorockon for your pleasure)
Ver1.0.5: Removed ClassicFM as it's not so psychedelic as others. Modified Radiorockon in order to make it more visually attractive.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Psychedelic Tuner Psychedelic Tuner
ID aaaiojgeeahkmpmhgbpehjockggghnle
URL Chính Thức https://chromewebstore.google.com/detail/psychedelic-tuner/aaaiojgeeahkmpmhgbpehjockggghnle
Mô tả Tune your mood on a psychedelic wave :)
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2020-04-14
Ngày Phát Hành 2020-04-12
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Bohdan Stasiuk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_appDesc__",
    "author": "__MSG_author__",
    "version": "1.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "BSJSLib\/jquery.min.js",
                "constants.js",
                "BSJSLib\/BSChromeConsole.js",
                "BSJSLib\/BSStringHelper.js",
                "BSJSLib\/BSStorageDefaults.js",
                "BSJSLib\/BSStorage.js",
                "PTStorageDefaults.js",
                "PTStorage.js",
                "BSJSLib\/BSImageHelper.js",
                "BSJSLib\/BSItunesSearch.js",
                "BSJSLib\/BSNotification.js",
                "BSJSLib\/BSDOMHelper.js",
                "BSJSLib\/BSDOMEventSimulator.js",
                "BSJSLib\/BSEventHelper.js",
                "BSRadios\/BSRadiorockon.js",
                "BSRadios\/BSWfmu.js",
                "BSRadios\/BSMrg.js",
                "BSRadios\/BS101ru.js",
                "BSRadios\/BSPsychedelicized.js",
                "RNHelper.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'",
    "background": {
        "scripts": [
            "BSJSLib\/jquery.min.js",
            "constants.js",
            "BSJSLib\/BSChromeConsole.js",
            "BSJSLib\/BSStringHelper.js",
            "BSJSLib\/BSStorageDefaults.js",
            "BSJSLib\/BSStorage.js",
            "PTStorageDefaults.js",
            "PTStorage.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/itunes.apple.com\/*",
        ""
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}