YAC ⇋ YouTube Auto Confirm
Never stop to click that 'YES' button again.
Τι είναι το YAC ⇋ YouTube Auto Confirm;
Το YAC ⇋ YouTube Auto Confirm είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον YAC, και η κύρια λειτουργία του είναι "Never stop to click that 'YES' button again.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YAC ⇋ YouTube Auto Confirm
Λήψη αρχείων επέκτασης YAC ⇋ YouTube Auto Confirm σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        YouTube Auto Confirm - YAC, is a tool to increase productivity and improve the experience of YouTube users. 
YAC is lightweight on the browser, and only activates in YouTube video and music pages.
Features:
► NEW - Auto repeat button for YouTube videos. Toggle the button on/off with a click
► Auto skip pre-video ads in YouTube videos
► Auto skip pre-music ads in YouTube music
► Auto confirms for YouTube videos
► Auto confirms for YouTube music
► Auto confirm works in different tabs
► Auto confirm works in different windows
Support: 
Please feel free to email the developer at [email protected] or request support in the support tab.
The extension will receive updates and maintenance from time to time.
Feedback:
YAC is on it's early days, so please provide any feedback you have on it!
Monetization:
YAC is free and will continue so in the future.
However, If YAC has helped you in any way, feel free to make a donation you are comfortable with via PayPal here:
https://tinyurl.com/yac-donations                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |  | 
| ID | mhlljjolmpcabhalkmdmjkmnnhegkblo | 
| Επίσημο URL | https://chromewebstore.google.com/detail/yac-%E2%87%8B-youtube-auto-confir/mhlljjolmpcabhalkmdmjkmnnhegkblo | 
| Περιγραφή | Never stop to click that 'YES' button again. | 
| Μέγεθος Αρχείου | 15.63 KB | 
| Αριθμός Εγκαταστάσεων | 1,269 | 
| Τρέχουσα Έκδοση | 3.0.0 | 
| Τελευταία Ενημέρωση | 2020-07-31 | 
| Ημερομηνία Δημοσίευσης | 2020-07-05 | 
| Αξιολόγηση | 3.95/5 Συνολικά 20 Αξιολογήσεις | 
| Προγραμματιστής | YAC | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YAC \u21cb YouTube Auto Confirm",
    "description": "Never stop to click that 'YES' button again.",
    "version": "3.0.0",
    "icons": {
        "16": ".\/images\/icons\/icon.png",
        "48": ".\/images\/icons\/icon.png",
        "128": ".\/images\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": {
            "16": ".\/images\/icons\/icon.png",
            "24": ".\/images\/icons\/icon.png",
            "32": ".\/images\/icons\/icon.png"
        },
        "default_title": "YouTube Auto Confirm"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/scripts\/content\/youtube-videos.js"
            ],
            "runs_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                ".\/scripts\/content\/youtube-music.js"
            ],
            "runs_at": "document_start"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
} | |