DegenTweet
One-Click NFT Twitter giveaway automation tool
What is DegenTweet?
DegenTweet is a Chrome extension developed by degentweet, and its main feature is "One-Click NFT Twitter giveaway automation tool".
Extension Screenshots
Download DegenTweet Extension CRX File
Download DegenTweet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A easy way to enter NFT giveaways! Like, RT, follow and tag friends with just one click. Visit degentweet.xyz for more information.
Extension Basic Information
Name | DegenTweet |
ID | clcimpfipfmikljncbhpigbhndnlgjhi |
Official URL | https://chromewebstore.google.com/detail/degentweet/clcimpfipfmikljncbhpigbhndnlgjhi |
Description | One-Click NFT Twitter giveaway automation tool |
File Size | 228 KB |
Installation Count | 632 |
Current Version | 1.0.1 |
Last Updated | 2022-08-23 |
Publish Date | 2022-08-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | degentweet |
[email protected] | |
Payment Type | free |
Extension Website | https://www.degentweet.xyz/ |
Supported Languages | 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" ] } |