Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
什麼是Confused Shopper Prank?
Confused Shopper Prank是由https://marytal.com開發的Chrome擴展程式,該擴展的主要功能是“This prank extension changes all prices on the page to be between $0.01 and $0.99.”。
擴展截圖
下載Confused Shopper Prank擴展crx文件
下載Confused Shopper Prank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | mhamipanbofhcddlbjfkgkgigkekhjon |
| 官方網址 | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
| 簡介 | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
| 檔案大小 | 3.98 KB |
| 安裝次數 | 199 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-12-17 |
| 上架時間 | 2014-12-16 |
| 評分 | 1.25/5 共 8 次評分 |
| 開發者 | https://marytal.com |
| 付費類型 | free |
| 擴展官網 | http://github.marytal.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Confused Shopper Prank",
"description": "This prank extension changes all prices on the page to be between $0.01 and $0.99.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"contentscript_fun.js"
]
}
],
"browser_action": {
"default_icon": "icon.png"
}
} | |