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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter keywords on Google Plus™ webpage and hide corresponding posts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyword Minus for Google Plus™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |