Don't forget to like

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

What is Don't forget to like?

Don't forget to like is a Chrome extension developed by arismelachroinos, and its main feature is "Don't forget to like your favorite videos on youtube.com!".

Extension Screenshots

screenshot

Download Don't forget to like Extension CRX File

Download Don't forget to like extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Don't forget to like Don't forget to like
ID kjkjajiikfcoaibbccgmlnikeekjeaka
Official URL https://chromewebstore.google.com/detail/dont-forget-to-like/kjkjajiikfcoaibbccgmlnikeekjeaka
Description Don't forget to like your favorite videos on youtube.com!
File Size 36.54 KB
Installation Count 18
Current Version 0.8
Last Updated 2022-07-08
Publish Date 2021-10-20
Rating 5.00/5 Total 1 Ratings
Developer arismelachroinos
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Supported Languages 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"
    }
}