Pandora™ Forever

Never stop listending to Pandora(TM)

Pandora™ Foreverとは何ですか?

Pandora™ ForeverはSocial Eraseによって開発されたChromeの拡張機能で、その主な機能は「Never stop listending to Pandora(TM)」です。

拡張機能のスクリーンショット

screenshot

Pandora™ Forever拡張機能のCRXファイルをダウンロード

Pandora™ Forever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Extension will keep Pandora Playing!  Instead of having to click "I'm Still Listening" every few songs, this extensions will keep pandora playing without ever having to click the button!                    

拡張機能の基本情報

名前 Pandora™ Forever Pandora™ Forever
ID odgndgdmnknkgjmicdhhbkhimnmldnpi
公式URL https://chromewebstore.google.com/detail/pandora-forever/odgndgdmnknkgjmicdhhbkhimnmldnpi
説明 Never stop listending to Pandora(TM)
ファイルサイズ 1.39 MB
インストール数 472
現在のバージョン 0.7
最終更新日 2023-07-06
公開日 2019-02-03
評価 2.50/5 合計 2 レビュー
開発者 Social Erase
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sysar.ch/social-erase/
ヘルプページのURL https://sysar.ch/social-erase/help#contact-us
プライバシーポリシーページのURL https://socialerase.net/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora\u2122 Forever",
    "short_name": "Pandora Forever",
    "description": "Never stop listending to Pandora(TM)",
    "permissions": [
        "activeTab"
    ],
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_title": "Pandora Forever(TM)",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "144": "144.png",
            "150": "270.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "144": "144.png",
        "150": "270.png"
    }
}