Snoper
Highlight text, right click and you're checking snopes.
What is Snoper?
Snoper is a Chrome extension developed by boomeasy, and its main feature is "Highlight text, right click and you're checking snopes.".
Extension Screenshots
Download Snoper Extension CRX File
Download Snoper 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
Highlight text, right click and you're checking snopes. source on github: https://github.com/boomeasy/snoper
Extension Basic Information
Name | Snoper |
ID | icpohijjpfiaglbjcjpndgkkmjoeocgb |
Official URL | https://chromewebstore.google.com/detail/snoper/icpohijjpfiaglbjcjpndgkkmjoeocgb |
Description | Highlight text, right click and you're checking snopes. |
File Size | 8.55 KB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2018-02-10 |
Publish Date | 2018-02-09 |
Developer | boomeasy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/boomeasy/snoper |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snoper", "description": "Highlight text, right click and you're checking snopes.", "version": "1.0.1", "permissions": [ "contextMenus" ], "icons": { "96": "search.png" }, "background": { "scripts": [ "snoper.js" ] }, "manifest_version": 2 } |