Pandora™ Forever
Never stop listending to Pandora(TM)
Wat is Pandora™ Forever?
Pandora™ Forever is een Chrome-extensie ontwikkeld door Social Erase, en de belangrijkste functie is "Never stop listending to Pandora(TM)".
Extensie Screenshots
Download het CRX-bestand van de extensie Pandora™ Forever
Download Pandora™ Forever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Pandora™ Forever |
ID | odgndgdmnknkgjmicdhhbkhimnmldnpi |
Officiële URL | https://chromewebstore.google.com/detail/pandora-forever/odgndgdmnknkgjmicdhhbkhimnmldnpi |
Beschrijving | Never stop listending to Pandora(TM) |
Bestandsgrootte | 1.39 MB |
Aantal Installaties | 472 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2023-07-06 |
Publicatiedatum | 2019-02-03 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Social Erase |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sysar.ch/social-erase/ |
Help Pagina-URL | https://sysar.ch/social-erase/help#contact-us |
URL van de Privacybeleid Pagina | https://socialerase.net/privacy |
Ondersteunde Talen | 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" } } |