Return The Red Subscribe Button

Brings back the classic red subscribe button.

Return The Red Subscribe Buttonとは何ですか?

Return The Red Subscribe Buttonはhttps://damiendavisneff.comによって開発されたChromeの拡張機能で、その主な機能は「Brings back the classic red subscribe button.」です。

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

screenshot
screenshot
screenshot

Return The Red Subscribe Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Returns the Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. 

Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!                    

拡張機能の基本情報

名前 Return The Red Subscribe Button Return The Red Subscribe Button
ID jelocjcknmhfifcapebeibnolciholbl
公式URL https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl
説明 Brings back the classic red subscribe button.
ファイルサイズ 442 KB
インストール数 1,061
現在のバージョン 0.5.1.5
最終更新日 2023-10-10
公開日 2022-10-31
評価 4.72/5 合計 18 レビュー
開発者 https://damiendavisneff.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md
ヘルプページのURL https://www.damiendavisneff.com/support
プライバシーポリシーページのURL https://github.com/DamienDavisNeff/PrivacyPolicies
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return The Red Subscribe Button",
    "short_name": "Red Subscribe Button",
    "version": "0.5.1.5",
    "description": "Brings back the classic red subscribe button.",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon_small.png"
    },
    "action": {
        "default_popup": "\/popup\/info.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/variables.css"
            ],
            "js": [
                "scripts\/apply_settings.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/subscribe_button.css",
                "css\/blue_buttons.css",
                "css\/like_button.css",
                "css\/uppercase_letters.css",
                "css\/uppercase_engagment.css",
                "css\/rectangle_buttons.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}