Suppress.it
Removes or suppresses content of choice (sports or spoilers?) from webpages and social media.
Suppress.it란 무엇입니까?
Suppress.it은(는) http://suppress.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes or suppresses content of choice (sports or spoilers?) from webpages and social media."입니다.
확장 프로그램 스크린샷
Suppress.it 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website: http://suppress.it Removes Facebook posts, news articles and content of your choice based on words or phrases. No more nasty tv-series spoilers, celebrity news or whatever you find uninteresting. How it works: Specify any number of words or phrases. SuppressIt finds this content on any webpage. Content is made invisible or semi-transparent depending on what you prefer. Configure SuppressIt to remove certain words/phrases unless they contain other words/phrases. Example: Remove "Paris Hilton", but not "hilton hotel" (as in Hilton Hotels). Configure all websites and/or specific websites. You might want different rules for Facebook and your favorite news site. This also means you can turn off SuppressIt for certain websites. Visit the support forum if you have any questions or suggestions: http://support.suppress.it Thank you for using Suppress.it!
확장 프로그램 기본 정보
이름 | |
ID | bagaapeoenfknmcjbpkcpngfphnjkjpk |
공식 URL | https://chrome.google.com/webstore/detail/suppressit/bagaapeoenfknmcjbpkcpngfphnjkjpk |
설명 | Removes or suppresses content of choice (sports or spoilers?) from webpages and social media. |
파일 크기 | 137 KB |
설치 횟수 | 13 |
현재 버전 | 0.517 |
최근 업데이트 | 2014-09-09 |
출시 날짜 | 2014-09-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://suppress.it |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://suppress.it |
도움말 페이지 URL | http://support.suppress.it |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Suppress.it", "short_name": "Suppress.it", "description": "Removes or suppresses content of choice (sports or spoilers?) from webpages and social media.", "version": "0.517", "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "19": "img\/icon_19.png", "16": "img\/icon_16.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "\/addons\/*" ], "permissions": [ "storage", "tabs", "background", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "3rdparty\/jquery.2.1.1.min.js", "core.definitions.js", "core.driver.chrome.js", "content\/engine.prototype.js", "background\/core.config.migrate.js", "core.prototype.global.js", "addon.definitions.js", "background\/core.prototype.js", "background\/init.js" ] }, "browser_action": { "default_icon": { "64": "img\/icon_64.png", "16": "img\/icon_16.png", "19": "img\/icon_19.png" }, "default_popup": "popup\/popup.html" }, "options_page": "\/options\/options.html", "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "3rdparty\/jquery.2.1.1.min.js", "core.definitions.js", "core.driver.chrome.js", "core.prototype.global.js", "addon.definitions.js", "content\/engine.prototype.js", "content\/init.js" ] } ] } |