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.

Co je Pull Up?

Pull Up je rozšíření Chrome vyvinuté Shoham Vigiser, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pull Up

Stáhněte si soubory rozšíření Pull Up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Pull Up Pull Up
ID fghkdepbjhndeimmlfmpalakepobokak
Oficiální URL https://chromewebstore.google.com/detail/pull-up/fghkdepbjhndeimmlfmpalakepobokak
Popis 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.
Velikost souboru 1.6 MB
Počet instalací 187
Aktuální Verze 2.5
Poslední Aktualizace 2020-07-12
Datum Vydání 2018-02-11
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář Shoham Vigiser
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}