Pirate Bay Filter

Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).

Pirate Bay Filterとは何ですか?

Pirate Bay FilterはYuri C.によって開発されたChromeの拡張機能で、その主な機能は「Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).」です。

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

screenshot

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

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

拡張機能の使用方法

                        Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).                    

拡張機能の基本情報

名前 Pirate Bay Filter Pirate Bay Filter
ID ikfoeijjhbjlgadpoojchhdkapaehnbm
公式URL https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm
説明 Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
ファイルサイズ 27.23 KB
インストール数 54
現在のバージョン 0.1.4
最終更新日 2017-08-04
公開日 2017-08-04
開発者 Yuri C.
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pirate Bay Filter",
    "version": "0.1.4",
    "description": "Hides\/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/thepiratebay.org\/*"
            ]
        }
    ]
}