Thanos Facebook

Thanos Extension for Facebook on Chrome browser, cleaning up everything.

Thanos Facebookとは何ですか?

Thanos Facebookはnamanh11611.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Thanos Extension for Facebook on Chrome browser, cleaning up everything.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Revert old Facebook version.
Hide advertisement for new version.
Remove all invite page request.
Remove all friends request.
Increase chat's height.
Contact: fb.com/namanh1910                    

拡張機能の基本情報

名前 Thanos Facebook Thanos Facebook
ID ofpgempoafickpaogjehhiomfcpnmmpn
公式URL https://chrome.google.com/webstore/detail/thanos-facebook/ofpgempoafickpaogjehhiomfcpnmmpn
説明 Thanos Extension for Facebook on Chrome browser, cleaning up everything.
ファイルサイズ 58.02 KB
インストール数 223
現在のバージョン 2.0.0
最終更新日 2020-10-19
公開日 2020-09-20
評価 4.60/5 合計 10 レビュー
開発者 namanh11611.github.io
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thanos Facebook",
    "description": "Thanos Extension for Facebook on Chrome browser, cleaning up everything.",
    "version": "2.0.0",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-3.5.1.js",
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/thanos16.png",
            "32": "images\/thanos32.png",
            "48": "images\/thanos48.png",
            "128": "images\/thanos128.png"
        }
    },
    "icons": {
        "16": "images\/thanos16.png",
        "32": "images\/thanos32.png",
        "48": "images\/thanos48.png",
        "128": "images\/thanos128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}