All Projects → 409H → Etheraddresslookup

409H / Etheraddresslookup

Licence: mit
Adds links to strings that look like Ethereum addresses to your favourite blockchain explorer. Adds protection against private key phishing. Offers custom site bookmarks.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Etheraddresslookup

Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (-6.09%)
Mutual labels:  chrome-extension
Mana
Ethereum full node implementation written in Elixir.
Stars: ✭ 224 (-2.61%)
Mutual labels:  ethereum
Flint
The Flint Programming Language for Smart Contracts
Stars: ✭ 228 (-0.87%)
Mutual labels:  ethereum
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (-4.35%)
Mutual labels:  ethereum
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (-3.04%)
Mutual labels:  chrome-extension
Ethereumex
Elixir JSON-RPC client for the Ethereum blockchain
Stars: ✭ 225 (-2.17%)
Mutual labels:  ethereum
Excellent Software
收集那些优秀的软件(Windows & Mac & Android & Chrome Plugins)
Stars: ✭ 220 (-4.35%)
Mutual labels:  chrome-extension
Module Linker
browse modules by clicking directly on "import" statements on GitHub ⛺
Stars: ✭ 229 (-0.43%)
Mutual labels:  chrome-extension
Grpc Web Devtools
Chrome & Firefox Browser extension to aid gRPC-Web development
Stars: ✭ 223 (-3.04%)
Mutual labels:  chrome-extension
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+7050.43%)
Mutual labels:  chrome-extension
Introducing Ethereum And Solidity
Programming examples from the book.
Stars: ✭ 221 (-3.91%)
Mutual labels:  ethereum
Responsive Viewer
Responsive Viewer - chrome extension to show multiple screens in one view.
Stars: ✭ 221 (-3.91%)
Mutual labels:  chrome-extension
Frame
System-wide Web3 for macOS, Windows and Linux
Stars: ✭ 225 (-2.17%)
Mutual labels:  ethereum
Ghosttext
👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
Stars: ✭ 2,614 (+1036.52%)
Mutual labels:  chrome-extension
Piper
Browser extension that adds Picture in Picture support to YouTube, Netflix, Amazon Video, Twitch, Plex, and more!
Stars: ✭ 227 (-1.3%)
Mutual labels:  chrome-extension
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-8.7%)
Mutual labels:  ethereum
Nemosminer
NemosMiner multi algo profit switching NVIDIA miner
Stars: ✭ 224 (-2.61%)
Mutual labels:  ethereum
Gofw
Chrome 扩展:麻麻再也不用担心 Google API 抽风了
Stars: ✭ 229 (-0.43%)
Mutual labels:  chrome-extension
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-0.87%)
Mutual labels:  ethereum
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+8976.52%)
Mutual labels:  chrome-extension

EtherAddressLookup

Automatically adds links to strings that look like Ethereum addresses so you can quickly look them up on your favourite block explorer.

Prevents you from interacting with known phishing domains by wiping the DOM and displaying text notifying you.

The blacklists found in this repo serve both the EAL Chrome Extension & MetaMask Chrome Extension. We use a Levenshtein distance algoritm to detect similar URLs, so if you encounter an errounously-blocked website, please add it to the whitelist.

Announcement Post: http://harrydenley.com/ethaddresslookup-chrome-extension-release/

Ether/ERC20 donation address: 0x661b5dc032bedb210f225df4b1aa2bdd669b38bc

Install Chrome Extension Here: https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn

Install Firefox Extension Here: https://addons.mozilla.org/en-US/firefox/addon/etheraddresslookup/

Installations

Chrome & Firefox Extension

The master branch is bundled on every release and pushed to the Chrome & Firefox Extension store, you can view/download it here: https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn for Chrome, and https://addons.mozilla.org/en-US/firefox/addon/etheraddresslookup/ for Firefox.

(Note that this will have automatic updates)

Manual Installation

Chrome

  • Clone/download the repo.
  • Go to chrome://extensions in Chrome
  • Turn on developer mode.
  • Load the manifest.json file by dragging and dropping.

Firefox

  • Clone/download the repo.
  • Go to about:debugging in Firefox
  • Click "Load Temporary Add-on"
  • Browse to the downloaded repo, and double click manifest.json

(Note that this will not have automatic updates)

Found a Phishing URL? Is your website getting erroneously blocked? You have the power to fix it, not just talk about it!

As a community resource, everyone is encouraged to make a PR to add or update these lists. This process is far easier than you might imagine!

  1. If you do not already have a Github account, sign up. (it's free and easy!)
  2. Navigate to the file you would like to make the adjustment to by clicking it's name.
    • If a site is erroneously blacklisted you will likely want to add it to the whitelist. It probably isn't on the blacklist and got caught due to Levenstein distance algoritm.
    • If you see a scam website being passed around that isn't blockced, please add it to the blackliast.
  3. Click the pencil icon in upper right.
  4. Type "yourdomain.com", on line #2 (right below the first [)
  5. Type "www.yourdomain.com", on line #3
  6. Scroll to the bottom. under "Commit changes" enter a reason you are making this change.
    • Example: "Adding myetherscam.com to blacklist. See [link to tweet / reddit post / screenshot]."
    • You can also provide more details in the box below. Please provide as much detail / evidence as reasonable so reviewers can verify quickly.
  7. Click the green "Propose File change" button.
  8. This next page is a review of what you did. Proofread and stuff.
  9. Click the "Create Pull Request" button.....twice.
  10. That's it. You successfully made a new pull request and helped make the world a better place! Tell all your friends.

Blacklisted Domains

The blacklist can only be updated by myself (@409H) and MyEtherWallet (@tayvano). This is a to prevent anyone from modifying the blacklist (ie: removing something). To request a change to the blacklist, please open an issue or open a pull request with the changes. Make sure you give some details on why the changes are needed.

Whitelisted Domains

The whitelist can only be updated by myself (@409H) and MyCrypto (@tayvano). The whitelist will prevent any false-positives from happening with the Levenshtein algo (special thanks to @sogoiii). If you find a domain that is wrongly blacklisted, then please open an issue or open a pull request with the changes.

Special Thanks

  • Thanks to the team at MyCrypto for helping keep the domain blacklist up-to-date!
  • Thanks to the team at Cryptominded for the store graphics!
  • Thanks to MrLuit for providing https://etherscamdb.info and the report domain functionality (v1.5)
  • Thanks to Samyoul for continued support and development!
  • To everyone who reports bad domains to us through the various channels!
  • Thanks to danielkmakcom from ChronoLogicETH for doing the label functionality (v1.17)!
  • Thanks to CryptoInfl for providing a whitelist of Twitter handles (v1.18)!

Changelog

Read the changelog on my blog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].