Don't forget to like

Don't forget to like your favorite videos on youtube.com!

Don't forget to likeとは何ですか?

Don't forget to likeはarismelachroinosによって開発されたChromeの拡張機能で、その主な機能は「Don't forget to like your favorite videos on youtube.com!」です。

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

screenshot

Don't forget to like拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a simple extension that likes/dislikes Youtube videos that you watch from specific channels that you choose, so you never forget to do it yourself.

Once you install the extension, a button will appear bellow every Youtube video you are watching, where you can choose:
● Manual (Default)
● Auto Like
● Auto Dislike

This extension does not like/dislike videos that you haven't opened, or videos you have watched in the past.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

拡張機能の基本情報

名前 Don't forget to like Don't forget to like
ID kjkjajiikfcoaibbccgmlnikeekjeaka
公式URL https://chromewebstore.google.com/detail/dont-forget-to-like/kjkjajiikfcoaibbccgmlnikeekjeaka
説明 Don't forget to like your favorite videos on youtube.com!
ファイルサイズ 36.54 KB
インストール数 18
現在のバージョン 0.8
最終更新日 2022-07-08
公開日 2021-10-20
評価 5.00/5 合計 1 レビュー
開発者 arismelachroinos
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Don't forget to like",
    "version": "0.8",
    "description": "Don't forget to like your favorite videos on youtube.com!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}