Kardashian Filter

Block any words which annoy you, including the Kardashians

Kardashian Filterとは何ですか?

Kardashian Filterはchiralsoftwareによって開発されたChromeの拡張機能で、その主な機能は「Block any words which annoy you, including the Kardashians」です。

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

screenshot
screenshot

Kardashian Filter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        UPDATE, Feb 3, 2016: Add your own blocked words!

New feature: you can add more words to the blocked list. Install the extension and click "options" on the Chrome settings area.
 
FACEBOOK: Users are reporting that this doesn't effectively remove Kardashian content from Facebook, and maybe also Twitter and Google search results.  We're looking into those.  Please understand, this is not a paid project, it's in the "fun" category, and we support it when we can.

You can now experience the web without any Kardashians.  All Kardashian content is automatically removed.

REAL TESTIMONIALS FROM PEOPLE LIKE YOU

"Around the time of Kimye's wedding, I started getting headaches.  It got worse when I saw pictures of them in Versailles.  I went to my doctor.  He recommended that I install Kardashian Filter.  The headaches went away!  Thanks chiralsoftware!"
Ralph, Park City, Utah

"My sleep apnea is gone and I'm making more money!  Thanks, chiralsoftware!"
Jeanette, Billings, Montana

"I installed this filter, just to see what would happen.  I felt pretty weird afterwards.  I talked to my friend about these feelings I was having, like I'm not interested in tattoos anymore.  My friend explained, these feelings I'm having are called self-esteem.  Thanks, chiralsoftware!"
Shawna, Tampa, Florida

"I no longer have distracting thoughts about diapers.  Thanks, chiralsoftware!"
Kanye, Los Angeles, California


Chiral Software, publisher of Kardashian Filter, has no connection with the KardBlock extension, which swiped our icon. We have no connection with Mr. James Shamsi either. Our extension was released over a year before KardBlock was. Mr. Shamsi is better at getting news coverage, while we're better at creating software.                    

拡張機能の基本情報

名前 Kardashian Filter Kardashian Filter
ID kbnhlagadnlfihhgjkmcaffjadkadoap
公式URL https://chromewebstore.google.com/detail/kardashian-filter/kbnhlagadnlfihhgjkmcaffjadkadoap
説明 Block any words which annoy you, including the Kardashians
ファイルサイズ 34.27 KB
インストール数 10,503
現在のバージョン 3.2
最終更新日 2016-02-10
公開日 2016-02-10
評価 3.48/5 合計 432 レビュー
開発者 chiralsoftware
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kardashian Filter",
    "description": "Block any words which annoy you, including the Kardashians",
    "version": "3.2",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}