mp3 it

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

Что такое mp3 it?

mp3 it - это расширение Chrome, разработанное chromeappdevelop, и его основная функция - "Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения mp3 it

Скачайте файлы расширений mp3 it в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название mp3 it mp3 it
ID gghjaaeflopbginbpanngpmoocofmpba
Официальный URL https://chrome.google.com/webstore/detail/mp3-it/gghjaaeflopbginbpanngpmoocofmpba
Описание Highlight the name of the song and listen to it ^_^ (try mp3sfinder for bollywood songs :D)
Размер файла 8.76 KB
Количество установок 382
Текущая Версия 1.0
Последнее Обновление 2014-01-02
Дата публикации 2014-01-02
Рейтинг 4.53/5 Всего 17 оценок
Разработчик chromeappdevelop
Тип оплаты free
Поддерживаемые языки 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
}