mp3 it

Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)

Hvad er mp3 it?

mp3 it er en Chrome-udvidelse udviklet af chromeappdevelop, og dens hovedfunktion er "Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download mp3 it-udvidelses-CRX-fil

Download mp3 it-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Tired of copy pasting the name of the song you just read online to Google or your favorite mp3 website, well now quickly listen to it just by highlighting the name of the song. Highlight the name of the song and right click on it to use mp3 it menu and select your favorite website ^_^ There you go listening to songs made easy :D                    

Grundlæggende oplysninger om udvidelsen

Navn mp3 it mp3 it
ID gghjaaeflopbginbpanngpmoocofmpba
Officiel URL https://chrome.google.com/webstore/detail/mp3-it/gghjaaeflopbginbpanngpmoocofmpba
Beskrivelse Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)
Filstørrelse 8.76 KB
Antal Installationer 382
Nuværende Version 1.0
Senest Opdateret 2014-01-02
Udgivelsesdato 2014-01-02
Bedømmelse 4.53/5 Samlet 17 Bedømmelser
Udvikler chromeappdevelop
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mp3 it",
    "description": "Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "mp.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}