Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
什么是Hyper Raffle Extension?
Hyper Raffle Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension automates the add to cart process on multiple sites”。
扩展截图
下载Hyper Raffle Extension扩展crx文件
下载Hyper Raffle Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps you checkout limited items on your favorite Raffle Sites
扩展基本信息
名称 | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
官方URL | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
简介 | This extension automates the add to cart process on multiple sites |
文件大小 | 153 KB |
安装次数 | 46 |
当前版本 | 2.0 |
更新时间 | 2020-03-21 |
上架时间 | 2020-03-19 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyper Raffle Extension", "description": "This extension automates the add to cart process on multiple sites", "version": "2.0", "browser_action": { "default_icon": "shoe.png", "default_popup": "popup.html", "default_title": "Hyper Raffle" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.nakedcph.com\/*", "https:\/\/*.hollywood.no\/*", "https:\/\/*.hollywood.eu\/*", "https:\/\/*.sotostore.com\/*", "https:\/\/caliroots.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |