DegenTweet
One-Click NFT Twitter giveaway automation tool
DegenTweetとは何ですか?
DegenTweetはdegentweetによって開発されたChromeの拡張機能で、その主な機能は「One-Click NFT Twitter giveaway automation tool」です。
拡張機能のスクリーンショット
DegenTweet拡張機能のCRXファイルをダウンロード
DegenTweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information.
拡張機能の基本情報
名前 | DegenTweet |
ID | clcimpfipfmikljncbhpigbhndnlgjhi |
公式URL | https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi |
説明 | One-Click NFT Twitter giveaway automation tool |
ファイルサイズ | 228 KB |
インストール数 | 632 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-08-23 |
公開日 | 2022-08-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | degentweet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.degentweet.xyz/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DegenTweet", "description": "One-Click NFT Twitter giveaway automation tool", "version": "1.0.1", "manifest_version": 3, "author": { "name": "DegenTweet", "url": "https:\/\/www.degentweet.xyz" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "background": { "service_worker": "js\/worker-bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.degentweet.xyz\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "icons\/*.png" ] } ], "permissions": [ "storage" ] } |