$Wiki to Earn
Get paid and rewarded for every minute you spend on Wikipedia.
What is $Wiki to Earn?
$Wiki to Earn is a Chrome extension developed by Unknown, and its main feature is "Get paid and rewarded for every minute you spend on Wikipedia.".
Extension Screenshots
Download $Wiki to Earn Extension CRX File
Download $Wiki to Earn 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
$Wiki to Earn extension——claim your rewards now! Get paid and rewarded for every minute you spend on Wikipedia. Free CASH lottery games every week for everyone. Are you a Wikipedia User? Have you ever considered how much time you spend browsing Wikipedia pages? Can you imagine how much this time can be monetized? Here it comes! Install the $Wiki-to-Earn extension and receive money for every minute spent on the Wikipedia! With the $Wiki-to-Earn extension, you can make money in 2 ways: 1. Win CASH lottery wheel every week 2. Win $Wiki token every minute without any extra work * How do you win cash rewards? We host frequent lottery campaigns at the bottom of the extension every week. Get access to the game link at just a click. Spin the lottery wheel and win cash rewards. FUN & EASY * How do you earn $Wiki? $Wiki score shown on the extension is actually your potential token rewards. It has been and continued to be accumulated the minute you complete the installation and start browsing Wikipedia —— viewing and browsing any articles of Wikipedia. * What’s the benefits of $Wiki? We’ll airdrop $Wiki tokens to your wallet and after that holding it till to the moon or trading it to monetize would be your choice to make! * Do you record my browsing data or privacy info? Absolutely NO!!! We strictly respect everyone’s privacy and no personal identifiable information would be collected for any reason! Please be assured. Click & Install the extension and earn the first money today - it's simple & fast! To install the extension, click the "Install" button at the top of this page :) Still get questions? Please follow us on Twitter and join Discord for more info: Twitter: https://twitter.com/thewikidao Discord: https://discord.gg/bJNbuKCKsF
Extension Basic Information
Name | $Wiki to Earn |
ID | ejggllcgkplbiikkgedngjbkkjpidknn |
Official URL | https://chromewebstore.google.com/detail/wiki-to-earn/ejggllcgkplbiikkgedngjbkkjpidknn |
Description | Get paid and rewarded for every minute you spend on Wikipedia. |
File Size | 674 KB |
Installation Count | 276 |
Current Version | 1.0.2 |
Last Updated | 2022-02-11 |
Publish Date | 2022-02-06 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://www.wikidao.com |
Help Page URL | https://discord.gg/bJNbuKCKsF |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "$Wiki to Earn", "description": "Get paid and rewarded for every minute you spend on Wikipedia.", "version": "1.0.2", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": ".\/popup.html", "default_title": "$Wiki to Earn" }, "content_scripts": [ { "all_frames": true, "js": [ "contentScripts.js" ], "matches": [ "https:\/\/*.wikipedia.org\/*", "https:\/\/*.wikimedia.org\/*", "https:\/\/www.wikidao.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "options_page": ".\/options.html", "permissions": [ "storage", "clipboardWrite" ], "host_permissions": [ "https:\/\/www.wikidao.com\/*" ] } |