Pull Up

Loving the tune ya? now you can pull it up easily with style. works on youtube. might add more sites later, keep the link and enjoy.

Что такое Pull Up?

Pull Up - это расширение Chrome, разработанное Shoham Vigiser, и его основная функция - "Loving the tune ya? now you can pull it up easily with style. works on youtube. might add more sites later, keep the link and enjoy.".

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

screenshot
screenshot
screenshot

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

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

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

                        2020 Updates and Instructions:
Fixed Color Effect👌
🔥 Removed the notifications (as asked by users ) and the sample selection by keyboard, better solution is cooking 

If you are a Jamaican music lover you probably have noticed the tradition to start over a song from the beginning when the crowd get excited.
This old tradition started from spinning vinyls at the 60's when the music was so fresh that the people wanted to hear it over and over again.
 From the action of pulling the song to the start came the name "pull up". after came along "rewind", "forward" ,"wheel", "haul and pull", "come again" and more, all comes to describe this amazing energy that only a real Reggae and Dancehall lover will understand. 
Now you can feel this vibe anywhere and do it while listening to music on Youtube™ in this free and easy extension.
Use the extension button or a keyboard shortcut, choose a sound between different samples, or let the app surprise  you with a random sample, enable / disable visual effect and  enjoy your own style of Pull Up.


Past Updates and Instructions:
fixed known bug - when pressing Shift+O outside of youtube a message is now no longer showing
***Keyboard Sampler Mode  has been added.
***You can switch in between Sampler mode on/off - trough pressing Shift+O  or by using the extension menu.
***You can now Pull Up anytime by pressing Alt+P keyboard shortcut or by using the extension button.
***While in the Sampler mode there are many keyboard shortcuts explained.
*** Volume knob has been added.
** Better design                    

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

Название Pull Up Pull Up
ID fghkdepbjhndeimmlfmpalakepobokak
Официальный URL https://chromewebstore.google.com/detail/pull-up/fghkdepbjhndeimmlfmpalakepobokak
Описание Loving the tune ya? now you can pull it up easily with style. works on youtube. might add more sites later, keep the link and enjoy.
Размер файла 1.6 MB
Количество установок 187
Текущая Версия 2.5
Последнее Обновление 2020-07-12
Дата публикации 2018-02-11
Рейтинг 5.00/5 Всего 12 оценок
Разработчик Shoham Vigiser
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-3.5.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "haul and pull up!!"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Loving the tune ya? now you can pull it up easily with style. works on youtube. might add more sites later, keep the link and enjoy.",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhERM95BymRxOjcsev+2CeYZfbJn+7u6EsXUhCA9QCKkHpzu2XXzvlFP1jGGBZWEERp504rq7On9r8JhwrwVwih+Fo+td+ZZb8DGB9ZiPNR\/2MJFI6td+p6HJEDpHBHGde4F29nKl6x1p7c73KUPKqDYRW\/92GzXvfijhmEbLCqYPl8tIE6PzC\/Nvpls7iAozOqKYH9oA4X5jGhS2YRTZByt34lClbJ3UI\/B\/5jokdWFUTKFDmaHamORfQZSe\/ccr5saog7YadYK5ECQIvyiL23ll0tzYm3nbiVSiRkEsWQalQxGaB1bKwdtPKXObVspQPPBs74PJuWYnH3hxossMPwIDAQAB",
    "manifest_version": 2,
    "name": "Pull Up",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5"
}