Hyper Raffle Extension
This extension automates the add to cart process on multiple sites
Hyper Raffle Extension là gì?
Hyper Raffle Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension automates the add to cart process on multiple sites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hyper Raffle Extension
Tải xuống các tệp mở rộng Hyper Raffle Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Helps you checkout limited items on your favorite Raffle Sites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hyper Raffle Extension |
ID | mcgfdnmchdafmaoiloclgggblcfcgggc |
URL Chính Thức | https://chromewebstore.google.com/detail/hyper-raffle-extension/mcgfdnmchdafmaoiloclgggblcfcgggc |
Mô tả | This extension automates the add to cart process on multiple sites |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2020-03-21 |
Ngày Phát Hành | 2020-03-19 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |