Song Search

Search ASCAP, BMI, and SESAC for song information.

Qu'est-ce que Song Search ?

Song Search est une extension Chrome développée par Unknown, et sa fonction principale est "Search ASCAP, BMI, and SESAC for song information.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Song Search

Téléchargez les fichiers d'extension Song Search 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

                        If you've worked in the music industry, you know ASCAP, BMI, and SESAC -- these are the three major performance-rights organizations.  They manage huge databases of compositions, song-writers, and publishers.  If you're doing composition research -- "Who is Billy Joel's publisher?" or "What percentage of 'I Choose You' does Sara Bareilles own?' -- you have to look in three separate places.  Why not search all of these sites at the same time?  Enter Song Search.

Inside of the Song Search Chrome extension, users can search by title, composer, publisher, artist, catalog number, or ISWC number. Song Search launches new tabs and that target the appropriate search results on ASCAP, BMI, and SESAC's websites.                    

Informations de Base sur l'Extension

Nom Song Search Song Search
ID hfdidojhnkdibahcndapblampeicghfd
URL Officiel https://chromewebstore.google.com/detail/song-search/hfdidojhnkdibahcndapblampeicghfd
Description Search ASCAP, BMI, and SESAC for song information.
Taille du Fichier 54.74 KB
Nombre d'Installations 537
Version Actuelle 0.0.6
Dernière Mise à Jour 2016-09-30
Date de Publication 2016-09-30
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/rossmorey/SongSearch
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Song Search",
    "description": "Search ASCAP, BMI, and SESAC for song information.",
    "version": "0.0.6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Song Search!"
    },
    "permissions": [
        "http:\/\/repertoire.bmi.com\/*",
        "https:\/\/www.sesac.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}