DJ Khaled Paster

Copies DJ Khaled quotes to your clipboard

What is DJ Khaled Paster?

DJ Khaled Paster is a Chrome extension developed by Krish Masand, and its main feature is "Copies DJ Khaled quotes to your clipboard".

Extension Screenshots

screenshot

Download DJ Khaled Paster Extension CRX File

Download DJ Khaled Paster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Copies DJ Khaled quotes to your clipboard                    

Extension Basic Information

Name DJ Khaled Paster DJ Khaled Paster
ID akcheflefokkinocniickdplcmamdbjb
Official URL https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb
Description Copies DJ Khaled quotes to your clipboard
File Size 34.13 KB
Installation Count 32
Current Version 1.0.0
Last Updated 2015-12-21
Publish Date 2015-12-21
Rating 5.00/5 Total 4 Ratings
Developer Krish Masand
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DJ Khaled Paster",
    "version": "1.0.0",
    "description": "Copies DJ Khaled quotes to your clipboard",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Jaden"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite"
    ],
    "commands": {
        "Paste": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Paste Shortcut",
            "global": true
        }
    }
}