Pimp my Wolt
Boost wolt up 🚀
什麼是Pimp my Wolt?
Pimp my Wolt是由amitmarx開發的Chrome擴展程式,該擴展的主要功能是“Boost wolt up 🚀”。
擴展截圖
下載Pimp my Wolt擴展crx文件
下載Pimp my Wolt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you using Wolt everyday at work?
Are you sick of inviting your team one by one to your lunch order?
Are you using Cibus for splitting a shared order payment?
Wouldn't it be great if your Wolt's order could be auto-split on Cibus?
If the answer for all of the above is Yes, you should definitely try this extension.
For more details and setting up your team, please follow:
https://github.com/amitmarx/pimp-my-wolt 擴展基本資訊
| 名稱 | |
| ID | edfemdoibbcbmkojfdeldnllcbnpmfld |
| 官方網址 | https://chromewebstore.google.com/detail/pimp-my-wolt/edfemdoibbcbmkojfdeldnllcbnpmfld |
| 簡介 | Boost wolt up 🚀 |
| 檔案大小 | 51.49 KB |
| 安裝次數 | 122 |
| 目前版本 | 1.0.19 |
| 更新時間 | 2024-01-07 |
| 上架時間 | 2020-11-18 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | amitmarx |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.freeprivacypolicy.com/live/cd54c601-3d7b-4e9d-a973-69db7daf50f2 |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pimp my Wolt",
"version": "1.0.19",
"description": "Boost wolt up \ud83d\ude80",
"manifest_version": 3,
"permissions": [
"storage"
],
"options_ui": {
"page": "\/src\/set-team-page.html",
"open_in_tab": false
},
"content_scripts": [
{
"css": [
"\/src\/styles.css",
"\/src\/ext\/micromodal.css",
"\/src\/wheel\/wheelstyle.css"
],
"js": [
"\/src\/ext\/micromodal.min.js",
"\/src\/group-manager.js",
"\/src\/bi-logger.js",
"\/src\/wheel\/wheel-index.js",
"\/src\/pimp-my-wolt.js"
],
"matches": [
"https:\/\/wolt.com\/*"
]
},
{
"css": [
"\/src\/styles.css"
],
"js": [
"\/src\/group-manager.js",
"\/src\/bi-logger.js",
"\/src\/pimp-my-cibus.js"
],
"matches": [
"https:\/\/www.mysodexo.co.il\/*",
"https:\/\/myconsumers.pluxee.co.il\/*"
],
"all_frames": true,
"match_about_blank": true
}
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/loader.gif",
"\/assets\/icons\/pimp-my-wolt-icon-48.png",
"\/assets\/icons\/pimp-my-wolt-icon-128.png",
"\/assets\/hungry_wheel.png",
"src\/wheel\/wheelstyle.css",
"src\/wheel\/wheel-index.js"
],
"matches": [
" | |