ruFastTech
Convert price to ru
Wat is ruFastTech?
ruFastTech is een Chrome-extensie ontwikkeld door who.just.the.doctor, en de belangrijkste functie is "Convert price to ru".
Extensie Screenshots
Download het CRX-bestand van de extensie ruFastTech
Download ruFastTech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение для магазина FastTech, конвертирующее доллары в рубли.
Basisinformatie over de Extensie
Naam | |
ID | kooadbdncmjlnaeamdkkookadgggfjin |
Officiële URL | https://chromewebstore.google.com/detail/rufasttech/kooadbdncmjlnaeamdkkookadgggfjin |
Beschrijving | Convert price to ru |
Bestandsgrootte | 9.96 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.6.0 |
Laatst Bijgewerkt | 2016-11-03 |
Publicatiedatum | 2016-11-02 |
Beoordeling | 4.31/5 Totaal 13 Beoordelingen |
Ontwikkelaar | who.just.the.doctor |
Betalingswijze | free |
Ondersteunde Talen | 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" } |