Button Stealer
Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
什么是Button Stealer?
Button Stealer是由Anatoly Zenkov开发的Chrome扩展程序,该扩展的主要功能是“Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.”。
扩展截图
下载Button Stealer扩展crx文件
下载Button Stealer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Button Stealer "steals" buttons from the websites you visit. Do your usual everyday online stuff and watch the collection of your stolen buttons grow. It’s fun, useless, and free! Button Stealer works locally and doesn’t send data anywhere, so your data remains private.
扩展基本信息
名称 | Button Stealer |
ID | iiikidmnimlpahbeknmkeonmemajpccj |
官方URL | https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj |
简介 | Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow. |
文件大小 | 137 KB |
安装次数 | 61 |
当前版本 | 1.0.2 |
更新时间 | 2024-01-17 |
上架时间 | 2024-01-03 |
评分 | 5.00/5 共3次评分 |
开发者 | Anatoly Zenkov |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://anatolyzenkov.com/stolen-buttons/button-stealer |
隐私政策页面URL | https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Button Stealer", "description": "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.", "version": "1.0.2", "manifest_version": 3, "action": { "default_icon": { "16": "images\/icon-light-16.png", "32": "images\/icon-light-32.png" }, "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon-light-16.png", "32": "images\/icon-light-32.png", "48": "images\/icon-light-48.png", "128": "images\/icon-light-128.png" }, "permissions": [ "storage", "offscreen" ], "background": { "service_worker": "scripts\/service-worker.js", "type": "module" }, "content_scripts": [ { "js": [ "scripts\/button-stealer.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |