one-click dogetip
This extension makes it
What is one-click dogetip?
one-click dogetip is a Chrome extension developed by Unknown, and its main feature is "This extension makes it".
Extension Screenshots
Download one-click dogetip Extension CRX File
Download one-click dogetip 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
Shibe's favorites way to tip people on reddit using doge coin.
Extension Basic Information
Name | one-click dogetip |
ID | lpmcfliggmmmaflhdknjbclgjmoncpdj |
Official URL | https://chromewebstore.google.com/detail/one-click-dogetip/lpmcfliggmmmaflhdknjbclgjmoncpdj |
Description | This extension makes it |
File Size | 87.75 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2013-12-20 |
Publish Date | 2013-12-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "one-click dogetip", "description": "This extension makes it", "version": "1.1", "permissions": [ "https:\/\/www.reddit.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "dogetip.css" ], "js": [ "jquery.js", "dogetip.js" ] } ], "web_accessible_resources": [ "images\/dogecoin.png" ] } |