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 |
官方網址 | 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" ] } |