OpenQuora
Remove login prompts while browsing Quora anonymously.
What is OpenQuora?
OpenQuora is a Chrome extension developed by David Xu, and its main feature is "Remove login prompts while browsing Quora anonymously.".
Download OpenQuora Extension CRX File
Download OpenQuora 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
Removes login prompts while browsing Quora anonymously.
Extension Basic Information
Name | |
ID | lmjdhlnfgoehannajimamlnelagjpipl |
Official URL | https://chrome.google.com/webstore/detail/openquora/lmjdhlnfgoehannajimamlnelagjpipl |
Description | Remove login prompts while browsing Quora anonymously. |
File Size | 121 KB |
Installation Count | 23 |
Current Version | 0.0.1 |
Last Updated | 2015-09-20 |
Publish Date | 2015-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | David Xu |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenQuora", "version": "0.0.1", "manifest_version": 2, "description": "Remove login prompts while browsing Quora anonymously.", "homepage_url": "http:\/\/dxu.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/quora.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.quora.com\/*" ], "css": [ "style.css" ] } ] } |