better feed for bandcamp

description.

better feed for bandcampとは何ですか?

better feed for bandcampはcracked protoolsによって開発されたChromeの拡張機能で、その主な機能は「description.」です。

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

screenshot
screenshot
screenshot

better feed for bandcamp拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replace the default bandcamp player with a better html embedding player.
Also adds embedding player to artist/labels' page and your collection page.                    

拡張機能の基本情報

名前 better feed for bandcamp better feed for bandcamp
ID gpkbfofholjgdgeiihmahcomieglcapn
公式URL https://chromewebstore.google.com/detail/better-feed-for-bandcamp/gpkbfofholjgdgeiihmahcomieglcapn
説明 description.
ファイルサイズ 4.03 KB
インストール数 64
現在のバージョン 2.0
最終更新日 2023-07-12
公開日 2022-12-16
開発者 cracked protools
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "better feed for bandcamp",
    "description": "description.",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.bandcamp.com\/*",
                "*:\/\/bandcamp.com\/*"
            ],
            "js": [
                "content_script2.js"
            ]
        }
    ]
}