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 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |