OpenQuora
Remove login prompts while browsing Quora anonymously.
Wat is OpenQuora?
OpenQuora is een Chrome-extensie ontwikkeld door David Xu, en de belangrijkste functie is "Remove login prompts while browsing Quora anonymously.".
Download het CRX-bestand van de extensie OpenQuora
Download OpenQuora-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
Removes login prompts while browsing Quora anonymously.
Basisinformatie over de Extensie
Naam | |
ID | lmjdhlnfgoehannajimamlnelagjpipl |
Officiële URL | https://chrome.google.com/webstore/detail/openquora/lmjdhlnfgoehannajimamlnelagjpipl |
Beschrijving | Remove login prompts while browsing Quora anonymously. |
Bestandsgrootte | 121 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-09-20 |
Publicatiedatum | 2015-09-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | David Xu |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |