Keyword Minus for Google Plus™
Filter keywords on Google Plus™ webpage and hide corresponding posts
Keyword Minus for Google Plus™란 무엇입니까?
Keyword Minus for Google Plus™은(는) Catofes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter keywords on Google Plus™ webpage and hide corresponding posts"입니다.
확장 프로그램 스크린샷
Keyword Minus for Google Plus™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
很simple很naive的Google Plus™页面关键词过滤 发po的人名,po的内容,po的门神,回复的人名,回复的内容,回复的门神统统做掉 ( ´∀`) A simple and naive keyword filter for google plus™. Kill everything you dong't like~. 谢谢我们敬爱的KT~~ Thanks to our little KT (Kanade Tachibana https://plus.google.com/+KanadeTachibanaM/posts) 同步功能绝赞测试中,请访问 ce.tau.xyz 注册帐号。 Sync is under test. Please goto ce.tau.xyz to register.
확장 프로그램 기본 정보
이름 | |
ID | nilnpooaepilabcjnflomgjnepabbfen |
공식 URL | https://chrome.google.com/webstore/detail/nilnpooaepilabcjnflomgjnepabbfen |
설명 | Filter keywords on Google Plus™ webpage and hide corresponding posts |
파일 크기 | 224 KB |
설치 횟수 | 13 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2015-11-19 |
출시 날짜 | 2015-11-19 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Catofes |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/KTachibanaM/googleminus |
도움말 페이지 URL | https://github.com/KTachibanaM/googleminus |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyword Minus for Google Plus\u2122", "version": "0.1.1", "author": "KTachibanaM,Catofes", "description": "Filter keywords on Google Plus\u2122 webpage and hide corresponding posts", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "js": [ "js\/googleminus.js", "chrome_js\/main.js" ], "matches": [ "https:\/\/plus.google.com\/*" ] } ], "icons": { "128": "icon-128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "options.html" }, "background": { "scripts": [ "chrome_js\/persistent_runtime_messenger.js", "js\/jquery.js", "js\/sync.js", "js\/persistent.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "alarms" ] } |