ADWHORE.NET for YouTube™

Share and skip commercial video segments from YouTubers that sell your trust!

ADWHORE.NET for YouTube™ क्या है?

ADWHORE.NET for YouTube™ https://adwhore.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share and skip commercial video segments from YouTubers that sell your trust!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ADWHORE.NET for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Never waste time watching 'sponsored by' parts of YouTube's videos.

Our users share commercial segments of YT videos, moderate each other's contributions, and compete.
When you watch a video that our users have already processed, all ads will be marked in it so you can skip them!

AWN is basically a database of advertising segments that is updated and moderated by extension users.

Youtubers around the world earn money by inserting ads into their videos. Sometimes it's just an honest sale of screen time, but most often the blogger's opinion is bought, so the YouTuber tries to sell you a product using your trust in him.
A small group of YouTubers treat advertising as a way of self-expression and make a very high-quality content while some YouTubers advertise fraud without worrying about their reputation.

The main goal of the project is to collect information on HOW and WHAT bloggers advertise.

When enough data has been collected, the community will be able to identify conscientious bloggers, and the extension will alert you about bloggers who repeatedly advertised controversial products or were involved in cheating their viewers for money.

With your help, we will create a database of YouTubers around the world who earn money by selling the trust of viewers, in order to distinguish honest creators from abusers of your trust!

🌐 Links
* GitHub: https://www.github.com/qrlk/adwhore.net                    

एक्सटेंशन की मूल जानकारी

नाम ADWHORE.NET for YouTube™ ADWHORE.NET for YouTube™
ID emfkjghgdkajicmnicojahgojkemagcm
आधिकारिक URL https://chromewebstore.google.com/detail/adwhorenet-for-youtube/emfkjghgdkajicmnicojahgojkemagcm
विवरण Share and skip commercial video segments from YouTubers that sell your trust!
फ़ाइल का आकार 2.38 MB
स्थापना संख्या 1,905
वर्तमान संस्करण Public Alfa (mv3)
अंतिम अपडेट 2022-07-08
प्रकाशन तिथि 2020-08-04
रेटिंग 4.99/5 कुल 121 रेटिंग्स
डेवलपर https://adwhore.net
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/qrlk/adwhore.net/issues
गोपनीयता नीति पृष्ठ URL https://github.com/qrlk/adwhore.net/wiki/Privacy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.7.10",
    "version_name": "Public Alfa (mv3)",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/arrive.min.js",
                "js\/purify.min.js",
                "adwhore.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "img\/adwhore-logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "static\/*"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "extension_ids": []
        }
    ]
}