mp3 it

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

Vad är mp3 it?

mp3 it är en Chrome-tillägg utvecklad av chromeappdevelop, och dess huvudfunktion är "Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner mp3 it-förlängningens CRX-fil

Ladda ner mp3 it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn mp3 it mp3 it
ID gghjaaeflopbginbpanngpmoocofmpba
Officiell webbadress https://chrome.google.com/webstore/detail/mp3-it/gghjaaeflopbginbpanngpmoocofmpba
Beskrivning Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)
Filstorlek 8.76 KB
Antal Installationer 382
Aktuell Version 1.0
Senast Uppdaterad 2014-01-02
Publiceringsdatum 2014-01-02
Betyg 4.53/5 Totalt 17 Betyg
Utvecklare chromeappdevelop
Betalningssätt free
Stödda Språk 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
}