PayPal Ticker
Keep track of your current paypal balance
What is PayPal Ticker?
PayPal Ticker is a Chrome extension developed by jfreak53, and its main feature is "Keep track of your current paypal balance".
Download PayPal Ticker Extension CRX File
Download PayPal Ticker 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
PayPal Tick allows you to keep track of your current PayPal account balance through the secure PayPal API over SSL at all times. It sits as an extension icon in Chrome and updates every minute your current balance.
Extension Basic Information
Name | |
ID | khmifablcaogobekfmkhljljdfpenlel |
Official URL | https://chrome.google.com/webstore/detail/paypal-ticker/khmifablcaogobekfmkhljljdfpenlel |
Description | Keep track of your current paypal balance |
File Size | 44.58 KB |
Installation Count | 1,000 |
Current Version | 0.1 |
Last Updated | 2015-03-12 |
Publish Date | 2015-03-12 |
Rating | 4.52/5 Total 31 Ratings |
Developer | jfreak53 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": true, "page": "bg.html" }, "browser_action": { "default_icon": "bcicon.png", "default_title": "PayPal Ticker", "default_popup": "popup.html" }, "description": "Keep track of your current paypal balance", "name": "PayPal Ticker", "permissions": [ "https:\/\/*.paypal.com\/*", "storage" ], "version": "0.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html" } |