Camp Explorer

A Bandcamp search tool

Qu'est-ce que Camp Explorer ?

Camp Explorer est une extension Chrome développée par Andreas Wilcox, et sa fonction principale est "A Bandcamp search tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Camp Explorer

Téléchargez les fichiers d'extension Camp Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        (previously known as Bandcamp Tag Search)

-- THE BIG 2.0 UPDATE!
--  Massively improved number of results and time it takes to return them!

Bandcamp is a great place to find new and fascinating music.

But you probably have an idea of your type of music so actually finding new things matching that taste is a bit tough.

This tool helps you out by letting you search for different tags/genres/locations and finds albums that match all those criterias.

USAGE
Type in a tag, genre or location and press add. Repeat for all criterias you want to find albums for. Click the x to the right of the added search criteria to remove it.

When you find an interesting album, click on it to jump to its page.

Note that search criterias that have not been cached previously might take a while for the server to cache up.

KNOWN ISSUES
- It isn't possible to get all albums from Bandcamp so some albums might be missing.

WEBPAGE
Also available as a webpage at www.campexplorer.io

SOURCE
Code is available at https://github.com/SvDvorak/CampExplorer

RELEASE NOTES
2.0.0
- Improved number of results returned by up to 10x
- Instantaneous results for previously searched tags
- Changed app logo
- Changed name from Bandcamp Tag Search to Camp Explorer
- Added logo and title in popup
- Added release notes in app
- Added app review question

1.0.4
- Minor fix in preparation for larger update

1.0.3
- Fixed rare error when having multiple tags

1.0.2
- Changed Bandcamp throttling message.

1.0.1
- Fixed app not handling 503 (Service unavailable) errors which occurs when searching Bandcamp too often. App now retries multiple times with a longer timeout for each try. A graphical icon next to the search spinner indicates when this is happening.

1.0.0
- Initial release                    

Informations de Base sur l'Extension

Nom Camp Explorer Camp Explorer
ID fkkbhcpcpapcgcfjmllgibbnalmpbjcm
URL Officiel https://chromewebstore.google.com/detail/camp-explorer/fkkbhcpcpapcgcfjmllgibbnalmpbjcm
Description A Bandcamp search tool
Taille du Fichier 411 KB
Nombre d'Installations 512
Version Actuelle 2.1.0
Dernière Mise à Jour 2020-12-20
Date de Publication 2020-03-11
Évaluation 3.13/5 Total 16 Évaluations
Développeur Andreas Wilcox
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://campexplorer.io
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Camp Explorer",
    "short_name": "CampExplorer",
    "description": "A Bandcamp search tool",
    "version": "2.1.0",
    "author": "Andreas Wilcox",
    "web_accessible_resources": [
        "fonts\/*.*",
        "octicons\/*.*"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Camp Explorer"
    },
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/campexplorer.io\/",
        "http:\/\/bandcamp.com\/",
        "https:\/\/bandcamp.com\/",
        "https:\/\/*.bcbits.com\/"
    ]
}