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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Keyword Minus for Google Plus™拡張機能のCRXファイルをダウンロード

Keyword Minus for Google Plus™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        很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.                    

拡張機能の基本情報

名前 Keyword Minus for Google Plus™ Keyword Minus for Google Plus™
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"
    ]
}