Pandora™ Forever
Never stop listending to Pandora(TM)
什麼是Pandora™ Forever?
Pandora™ Forever是由Social Erase開發的Chrome擴展程式,該擴展的主要功能是“Never stop listending to Pandora(TM)”。
擴展截圖
下載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 |
ID | odgndgdmnknkgjmicdhhbkhimnmldnpi |
官方網址 | 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 |
電子郵箱 | [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" } } |