UnBlur Quora
Read unlimited Quora answers without signing up.
UnBlur Quora란 무엇입니까?
UnBlur Quora은(는) Soumya Ranjan Mohanty (geekysrm)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read unlimited Quora answers without signing up."입니다.
확장 프로그램 스크린샷
UnBlur Quora 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | UnBlur Quora |
ID | dbiilmhbpifcgcpikjfagempfijhfpgd |
공식 URL | https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd |
설명 | Read unlimited Quora answers without signing up. |
파일 크기 | 23.59 KB |
설치 횟수 | 3,173 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-09-14 |
출시 날짜 | 2020-07-01 |
평점 | 3.40/5 총 15 개의 평점 |
개발자 | Soumya Ranjan Mohanty (geekysrm) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://link.soumya.dev/about-unblur-quora |
지원되는 언어 | 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" ] } |