AdWars for YouTube

A community supported extension skipping YouTube in-video ads segments

Τι είναι το AdWars for YouTube;

Το AdWars for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adwars.red, και η κύρια λειτουργία του είναι "A community supported extension skipping YouTube in-video ads segments".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension is intended to skip over (block) YouTube in-video ads segments reported by users. So, AdWars is more a community than an app itself, because its usefulness fully depends on the amount of users and their activity. 
The idea is simple - users report ads segments timecodes and rate them.
The main goal - save each others time.

Features: 
 • post ad timecodes;
 • rate timecodes;
 • report video if ads skips incorrectly;
 • disable skipping for certain video or for all.

By installing this extension you'll only be able to skip (block) ads. To become a part of community and participate you need to sign in with your Google account.

Test YouTube videos:
 — https://youtu.be/Cln0J87vulU
 — https://youtu.be/-DLEFVhLIyI
 — https://youtu.be/LkH2r-sNjQs
 — https://youtu.be/VqlDyEwtFlY

Changelog and feedback on https://twitter.com/AdWarsred                    

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

Όνομα AdWars for YouTube AdWars for YouTube
ID mhmfjemihkbjggabhhjnemccjpfoaggd
Επίσημο URL https://chromewebstore.google.com/detail/adwars-for-youtube/mhmfjemihkbjggabhhjnemccjpfoaggd
Περιγραφή A community supported extension skipping YouTube in-video ads segments
Μέγεθος Αρχείου 1.32 MB
Αριθμός Εγκαταστάσεων 167
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2020-01-09
Ημερομηνία Δημοσίευσης 2020-01-09
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://adwars.red
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://adwars.red
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/AdWarsred
URL της Σελίδας Πολιτικής Απορρήτου https://adwars.red/policy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "oauth2": {
        "client_id": "1080367835554-ume0g902p5pp3vrhauo8q8utgttchep5.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "tabs"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon_19.png",
        "img\/tc_stop.svg",
        "img\/tc_start.svg",
        "img\/aw_enable.svg",
        "img\/aw_disable.svg",
        "img\/cancel.svg"
    ],
    "content_security_policy": "script-src 'self' 'sha256-f8ehpaiR1lLSGMi8X+XwqxGb5c7t0V2qc1sckZ7N3u8='; object-src 'self'"
}