Remote Firefox
Navigate through the files!
Remote Firefox क्या है?
Remote Firefox Cameyo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate through the files!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remote Firefox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remote browsing provides absolute security & anonymity.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlnglhkiobjbldahiobfolnhegdgiobg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/remote-firefox/hlnglhkiobjbldahiobfolnhegdgiobg |
विवरण | Navigate through the files! |
फ़ाइल का आकार | 27.66 MB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 0.60 |
अंतिम अपडेट | 2017-11-03 |
प्रकाशन तिथि | 2017-11-03 |
डेवलपर | Cameyo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "web_accessible_resources": [ "\/*" ], "minimum_chrome_version": "28", "browser_action": { "default_title": "Launch Remote Firefox" }, "name": "Remote Firefox", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 2, "description": "Navigate through the files!", "offline_enabled": true, "platforms": [ { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific\/x86_64" }, { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific\/x86_32" } ], "homepage_url": "https:\/\/online.cameyo.com", "version": "0.60", "background": { "persistent": false, "scripts": [ "background.js", "utils.js", "app_launcher.js" ] }, "content_security_policy": "script-src 'self' https:\/\/online.cameyo.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "alarms", "storage", "unlimitedStorage", "clipboardRead", "clipboardWrite", "tabs" ] } |