Disqus Hider
Hides the Disqus comment section on a webpage.
Disqus Hider란 무엇입니까?
Disqus Hider은(는) Omnigatherum에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides the Disqus comment section on a webpage."입니다.
확장 프로그램 스크린샷
Disqus Hider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension hides a Disqus comment section on a webpage. The extension works in the background and requires no user intervention. The extension is always on, and hides the comment section as the page loads. To turn it off, go to chrome://extensions and uncheck "Enabled" next to the title of the extension. Disqus Hider is not an official extension from Disqus. -- Before posting a negative review: Please take the time to provide feedback. Extensions break every so often. They usually can be fixed quite quickly. Thanks. -- Plugin history: 0.1.0 - Initial release.
확장 프로그램 기본 정보
이름 | Disqus Hider |
ID | dbdacjoefpcminpbfchmhgjomblkdkda |
공식 URL | https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda |
설명 | Hides the Disqus comment section on a webpage. |
파일 크기 | 14.61 KB |
설치 횟수 | 122 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2015-03-13 |
출시 날짜 | 2015-03-13 |
평점 | 4.63/5 총 8 개의 평점 |
개발자 | Omnigatherum |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_title__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Richard Bruneau", "default_locale": "en", "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "src\/disqus_hider_styles.css" ], "js": [ "src\/inject.js" ], "run_at": "document_end" } ] } |