PitBulk Opener

This extension allows you to open URLs one by one.

What is PitBulk Opener?

PitBulk Opener is a Chrome extension developed by turboraccoon, and its main feature is "This extension allows you to open URLs one by one.".

Extension Screenshots

screenshot

Download PitBulk Opener Extension CRX File

Download PitBulk Opener 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

                        Just enter list of URLs, set interval in seconds and press "Go!".                    

Extension Basic Information

Name PitBulk Opener PitBulk Opener
ID jegheockehhegiepeafmbjekedemende
Official URL https://chromewebstore.google.com/detail/pitbulk-opener/jegheockehhegiepeafmbjekedemende
Description This extension allows you to open URLs one by one.
File Size 37.4 KB
Installation Count 190
Current Version 1.5
Last Updated 2022-05-18
Publish Date 2017-08-23
Rating 5.00/5 Total 2 Ratings
Developer turboraccoon
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PitBulk Opener",
    "description": "This extension allows you to open URLs one by one.",
    "author": "Jacob Kliuiev",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": []
}