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.

¿Qué es Pull Up?

Pull Up es una extensión de Chrome desarrollada por Shoham Vigiser, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pull Up

Descarga archivos de extensión Pull Up en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Pull Up Pull Up
ID fghkdepbjhndeimmlfmpalakepobokak
URL Oficial https://chromewebstore.google.com/detail/pull-up/fghkdepbjhndeimmlfmpalakepobokak
Descripción 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.
Tamaño del Archivo 1.6 MB
Cantidad de Instalaciones 187
Versión Actual 2.5
Última Actualización 2020-07-12
Fecha de Publicación 2018-02-11
Calificación 5.00/5 Total de 12 Calificaciones
Desarrollador Shoham Vigiser
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}