DripCheck

An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk

What is DripCheck?

DripCheck is a Chrome extension developed by DripAIO, and its main feature is "An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DripCheck Extension CRX File

Download DripCheck 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

                        Join the discord, You need to be a member to gain access to the tool!                    

Extension Basic Information

Name DripCheck DripCheck
ID pdejccknbejcikgechkmhekidggbhjkh
Official URL https://chromewebstore.google.com/detail/dripcheck/pdejccknbejcikgechkmhekidggbhjkh
Description An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk
File Size 30.61 KB
Installation Count 15
Current Version 0.1.4
Last Updated 2020-11-24
Publish Date 2020-11-24
Rating 3.00/5 Total 2 Ratings
Developer DripAIO
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DripCheck",
    "description": "An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg\/hEfnJz5rAk",
    "version": "0.1.4",
    "manifest_version": 2,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": ".\/popup-sign-in.html"
    },
    "permissions": [
        "identity",
        "contextMenus"
    ]
}