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是由Shoham Vigiser開發的Chrome擴展程式,該擴展的主要功能是“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

下載Pull Up擴展crx文件

下載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
官方網址 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"
}