Youtube Monetization and Demonetization Check

Youtube monetization

Τι είναι το Youtube Monetization and Demonetization Check;

Το Youtube Monetization and Demonetization Check είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον taltigolt, και η κύρια λειτουργία του είναι "Youtube monetization".

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

Λήψη αρχείου CRX της επέκτασης Youtube Monetization and Demonetization Check

Λήψη αρχείων επέκτασης Youtube Monetization and Demonetization Check σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension was made because as a youtuber i am tired of always checking for demonetized videos and then going through the painfully slow process of requesting a review one by one for each video, so i came up with this extension, if you have this extension running in a seperate tab or on a seperate pc 24/7 then you don't have to worry about demonetization of your videos, this extension will look for new demonetized videos and as soon as it detects one it will request a review you can stop focusing on demonetized videos and instead focus on making videos 

(currently only one page is supported but an update to let the extension go through every single demonetized video is planned)

this project was created by me Jonathan (taltigolt)
you can find out more about my work by visiting
www.symetium.com
www.facebook.com/symetium
www.youtube.com/taltigolt
note that you need to keep the tab open in order for the extension to function, this extension does not support more than one page, if you keep several video pages open it may confuse the extension and make it stop refreshing the page, i would recommend keeping it running in a seperate browser all together and not touch that browser use this extension at your own risk there is no documented case of google seeing multiple videos being requested for review as spam, but if you want to be on the safe side don't let the extension go through all videos at once, also note that this extension will stop functioning if youtube makes enough changes to their videopage, by using this extension you agree to these terms.                    

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

Όνομα Youtube Monetization and Demonetization Check Youtube Monetization and Demonetization Check
ID ffihidkffmefhfbkagaaoadnlbjgicfp
Επίσημο URL https://chromewebstore.google.com/detail/youtube-monetization-and/ffihidkffmefhfbkagaaoadnlbjgicfp
Περιγραφή Youtube monetization
Μέγεθος Αρχείου 180 KB
Αριθμός Εγκαταστάσεων 748
Τρέχουσα Έκδοση 0.9.0
Τελευταία Ενημέρωση 2018-09-29
Ημερομηνία Δημοσίευσης 2018-09-28
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής taltigolt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Youtube Monetization and Demonetization Check",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Youtube monetization",
    "background": {
        "page": "background.html"
    },
    "version": "0.9.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Youtube monetization"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}