ruFastTech
Convert price to ru
What is ruFastTech?
ruFastTech is a Chrome extension developed by who.just.the.doctor, and its main feature is "Convert price to ru".
Extension Screenshots
Download ruFastTech Extension CRX File
Download ruFastTech 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
Расширение для магазина FastTech, конвертирующее доллары в рубли.
Extension Basic Information
Name | |
ID | kooadbdncmjlnaeamdkkookadgggfjin |
Official URL | https://chromewebstore.google.com/detail/rufasttech/kooadbdncmjlnaeamdkkookadgggfjin |
Description | Convert price to ru |
File Size | 9.96 KB |
Installation Count | 56 |
Current Version | 0.6.0 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-02 |
Rating | 4.31/5 Total 13 Ratings |
Developer | who.just.the.doctor |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/www.fasttech.com*", "https:\/\/www.fasttech.com*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Convert price to ru", "icons": { "128": "fasttech.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlF9RWGCx8QpRPSa1AnM1gT0sEy2vtRa6zSBElDCzyISJoLRj8owKXLnu1\/ncfBw8xnl\/0t0WCZx7SLc1KX23JrxjW9XzVKkJ8hjucWUZxSdUoQZwp5D+9wPvKiyTLDFaud3B58jYqOWDpiXVBTMvFwJ58mVpuOTKXVPk7x0m9z5WU0RCKwDS7N1x98ofK\/uhwDFhkUZHyzT+cNwBxjf6shF8V83yw3dHHG33suK4+OF36wuDVodb++W9YWJlqp9r6eIAfdCEvsX7A3R5d\/12qkSNOL3asYgr6DpLhcrQHYzvYlL2zMMGubwJ3UZWZW44m8B6ZbpbEMzESRN513SFYQIDAQAB", "manifest_version": 2, "name": "ruFastTech", "permissions": [ "http:\/\/www.cbr.ru\/*", "https:\/\/www.cbr.ru\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.6.0" } |