Mitbbs Fake Post Filter

Filter fake post links for ads in mitbbs page.

Mitbbs Fake Post Filterとは何ですか?

Mitbbs Fake Post FilterはCoderによって開発されたChromeの拡張機能で、その主な機能は「Filter fake post links for ads in mitbbs page.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        For mitbbs.com only, the extension is used to block the links to fake posts that lead to ads. It also block posts from known ID that promote fake posts.

巨烦mitbbs在首页放一些假的帖子链接,欺骗用户点击广告,还有不少坑王老是弄些乱七八糟的帖子吸引眼球。用本插件可完全屏蔽这些垃圾信息。                    

拡張機能の基本情報

名前 Mitbbs Fake Post Filter Mitbbs Fake Post Filter
ID pdcljffafafmpnnkampbiioblfkdohhn
公式URL https://chromewebstore.google.com/detail/mitbbs-fake-post-filter/pdcljffafafmpnnkampbiioblfkdohhn
説明 Filter fake post links for ads in mitbbs page.
ファイルサイズ 12.3 KB
インストール数 89
現在のバージョン 1.2
最終更新日 2013-07-24
公開日 2013-07-23
評価 5.00/5 合計 4 レビュー
開発者 Coder
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mitbbs Fake Post Filter",
    "version": "1.2",
    "description": "Filter fake post links for ads in mitbbs page.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mitbbs.com\/*",
                "http:\/\/www.mitbbs.com\/*",
                "http:\/\/mitbbs.ca\/*",
                "http:\/\/www.mitbbs.ca\/*",
                "http:\/\/mitbbs.cn\/*",
                "http:\/\/www.mitbbs.cn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "block.png",
        "default_title": "No more fake Mitbbs post!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}