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.

Hvad er Pull Up?

Pull Up er en Chrome-udvidelse udviklet af Shoham Vigiser, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pull Up-udvidelses-CRX-fil

Download Pull Up-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Pull Up Pull Up
ID fghkdepbjhndeimmlfmpalakepobokak
Officiel URL https://chromewebstore.google.com/detail/pull-up/fghkdepbjhndeimmlfmpalakepobokak
Beskrivelse 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.
Filstørrelse 1.6 MB
Antal Installationer 187
Nuværende Version 2.5
Senest Opdateret 2020-07-12
Udgivelsesdato 2018-02-11
Bedømmelse 5.00/5 Samlet 12 Bedømmelser
Udvikler Shoham Vigiser
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}