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 |
Eメール | [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:\/\/*\/*" ] } ] } |