Keyword Minus for Google Plus™
Filter keywords on Google Plus™ webpage and hide corresponding posts
Keyword Minus for Google Plus™ là gì?
Keyword Minus for Google Plus™ là một tiện ích mở rộng Chrome được phát triển bởi Catofes, và tính năng chính của nó là "Filter keywords on Google Plus™ webpage and hide corresponding posts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keyword Minus for Google Plus™
Tải xuống các tệp mở rộng Keyword Minus for Google Plus™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
很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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nilnpooaepilabcjnflomgjnepabbfen |
URL Chính Thức | https://chrome.google.com/webstore/detail/nilnpooaepilabcjnflomgjnepabbfen |
Mô tả | Filter keywords on Google Plus™ webpage and hide corresponding posts |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-11-19 |
Ngày Phát Hành | 2015-11-19 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Catofes |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/KTachibanaM/googleminus |
URL Trang Trợ Giúp | https://github.com/KTachibanaM/googleminus |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |