CR GB Delete

An extension to delete every GB post

CR GB Deleteとは何ですか?

CR GB DeleteはBeardfistによって開発されたChromeの拡張機能で、その主な機能は「An extension to delete every GB post」です。

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

screenshot

CR GB Delete拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A quick extension to delete GB posts.                    

拡張機能の基本情報

名前 CR GB Delete CR GB Delete
ID kpdenplmognkddfdfmnaggamjmhaahbc
公式URL https://chromewebstore.google.com/detail/cr-gb-delete/kpdenplmognkddfdfmnaggamjmhaahbc
説明 An extension to delete every GB post
ファイルサイズ 86.7 KB
インストール数 30
現在のバージョン 1.6.8
最終更新日 2018-10-24
公開日 2018-10-24
評価 5.00/5 合計 1 レビュー
開発者 Beardfist
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CR GB Delete",
    "version": "1.6.8",
    "manifest_version": 2,
    "description": "An extension to delete every GB post",
    "background": {
        "scripts": [
            "bgp.js",
            "jquery.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/user\/*",
                "https:\/\/www.crunchyroll.com\/group\/*"
            ],
            "js": [
                "jquery.min.js",
                "delete.js"
            ],
            "css": [
                "gb.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/showgb*"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "gbDelete.js"
            ],
            "css": [
                "jquery-ui.min.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.crunchyroll.com\/"
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    }
}