YouTube Creators Endorsement

Help your favorite creators to reach the top! Automatically like watched videos on selected channels!

Τι είναι το YouTube Creators Endorsement;

Το YouTube Creators Endorsement είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Just4Fun, και η κύρια λειτουργία του είναι "Help your favorite creators to reach the top! Automatically like watched videos on selected channels!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Creators Endorsement

Λήψη αρχείων επέκτασης YouTube Creators Endorsement σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Help your favorite video creators on YouTube to reach the top! So many times they asked you to like their videos but you often forgot to do so?..

Don't worry! With YouTube Creators Endorsement extension you will never forget to like videos on your favorite channels! It has Auto-Like feature for YouTube videos - enable it for any channel and your like will be posted automatically for all watched videos of that specific channel! Easy as it should be =) As well, you can change your mind and turn Auto-Like off for specific channel.

It's free and effective!

Note:
Youtube ™ & the YouTube logo are trademarks of Google Inc. This extension is not created nor endorsed by Google.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Creators Endorsement YouTube Creators Endorsement
ID feblfoocmdapbnfbepedkpmmjpdihnpj
Επίσημο URL https://chrome.google.com/webstore/detail/youtube-creators-endorsem/feblfoocmdapbnfbepedkpmmjpdihnpj
Περιγραφή Help your favorite creators to reach the top! Automatically like watched videos on selected channels!
Μέγεθος Αρχείου 331 KB
Αριθμός Εγκαταστάσεων 329
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2019-11-05
Ημερομηνία Δημοσίευσης 2019-11-01
Αξιολόγηση 3.50/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Just4Fun
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.spotifynd.online/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/analytics.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon\/inactive\/icon16.png",
            "32": "img\/icon\/inactive\/icon32.png",
            "64": "img\/icon\/inactive\/icon64.png",
            "128": "img\/icon\/inactive\/icon128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extBrowserActionTitle__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.9.1.min.js",
                "js\/content.youtube.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon\/active\/icon16.png",
        "32": "img\/icon\/active\/icon32.png",
        "64": "img\/icon\/active\/icon64.png",
        "128": "img\/icon\/active\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/youtube.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "short_name": "__MSG_extShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2"
}