PitBulk Opener
This extension allows you to open URLs one by one.
什么是PitBulk Opener?
PitBulk Opener是由turboraccoon开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to open URLs one by one.”。
扩展截图
下载PitBulk Opener扩展crx文件
下载PitBulk Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just enter list of URLs, set interval in seconds and press "Go!". 扩展基本信息
| 名称 | |
| ID | jegheockehhegiepeafmbjekedemende |
| 官方URL | https://chromewebstore.google.com/detail/pitbulk-opener/jegheockehhegiepeafmbjekedemende |
| 简介 | This extension allows you to open URLs one by one. |
| 文件大小 | 37.4 KB |
| 安装次数 | 190 |
| 当前版本 | 1.5 |
| 更新时间 | 2022-05-18 |
| 上架时间 | 2017-08-23 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | turboraccoon |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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": []
} | |