UnBlur Quora
Read unlimited Quora answers without signing up.
Wat is UnBlur Quora?
UnBlur Quora is een Chrome-extensie ontwikkeld door Soumya Ranjan Mohanty (geekysrm), en de belangrijkste functie is "Read unlimited Quora answers without signing up.".
Extensie Screenshots
Download het CRX-bestand van de extensie UnBlur Quora
Download UnBlur Quora-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
How often have you searched a question on Google, landed on Quora and wanted to read an answer but oh!, you face a nagging sign up screen that forces you to signup. No cross/ exit buttons.
Here's where UnBlur Quora comes to rescue. UnBlur the whole page with just a button click and read to your heart's content.
Using Firefox? Download the addon here: https://addons.mozilla.org/en-US/firefox/addon/unblur-quora/
Buy me a coffee: https://coffee.soumya.dev?from=unblur-quora
Report any bugs/ suggest features to the developer: Soumya (@geekysrm) on Twitter Basisinformatie over de Extensie
| Naam | |
| ID | dbiilmhbpifcgcpikjfagempfijhfpgd |
| Officiële URL | https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd |
| Beschrijving | Read unlimited Quora answers without signing up. |
| Bestandsgrootte | 23.59 KB |
| Aantal Installaties | 3,173 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-09-14 |
| Publicatiedatum | 2020-07-01 |
| Beoordeling | 3.40/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Soumya Ranjan Mohanty (geekysrm) |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://link.soumya.dev/about-unblur-quora |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "35",
"name": "UnBlur Quora",
"description": "Read unlimited Quora answers without signing up.",
"version": "2.0",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"declarativeContent"
]
} | |