Tagpro Sound Chrome Extension
Wat is Tagpro Sound Chrome Extension?
Tagpro Sound Chrome Extension is een Chrome-extensie ontwikkeld door NewCompte, en de belangrijkste functie is "".
Download het CRX-bestand van de extensie Tagpro Sound Chrome Extension
Download Tagpro Sound Chrome Extension-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
Basisinformatie over de Extensie
Naam | ![]() |
ID | caplcjbcmpdkjfkchhjekmhjcipmhjoj |
Officiële URL | https://chrome.google.com/webstore/detail/tagpro-sound-chrome-exten/caplcjbcmpdkjfkchhjekmhjcipmhjoj |
Beschrijving | |
Bestandsgrootte | 437 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2015-05-08 |
Publicatiedatum | 2015-05-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | NewCompte |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tagpro Sound Chrome Extension", "manifest_version": 2, "version": "1.3", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*" ], "js": [ "Audio.js" ] } ], "web_accessible_resources": [ "*" ] } |