Not Now Youtube

This extension will one-click to hide your youtube recommendations so that you can concentrate on your work.

Qu'est-ce que Not Now Youtube ?

Not Now Youtube est une extension Chrome développée par oasisweng, et sa fonction principale est "This extension will one-click to hide your youtube recommendations so that you can concentrate on your work.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Not Now Youtube

Téléchargez les fichiers d'extension Not Now Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Are you tired of clicking into endless recommended videos when you are working? Are you tired of wasting your time in youtube when you can do gym, cook, hang out with your friends and all the rest of the wonderful things in the world?

MERRY CHRISTMAS! Here goes the must-have extension for your needs!

Recommendation in Youtube is F**king annoying. It makes you procrastinating, it makes you forget what you are supposed to search for. It makes you ignore your girlfriend, it makes you forget your friends. Most viciously, it robs your bedtime. It makes your deadlines overdue. Now, it is time for Youtube Recommendations to LEAVE us ALONE! 

Cherish your life, stay away from Youtube Recommendations.                    

Informations de Base sur l'Extension

Nom Not Now Youtube Not Now Youtube
ID mhccheobkmjgkipfgmialdnhfloflnne
URL Officiel https://chrome.google.com/webstore/detail/not-now-youtube/mhccheobkmjgkipfgmialdnhfloflnne
Description This extension will one-click to hide your youtube recommendations so that you can concentrate on your work.
Taille du Fichier 72.35 KB
Nombre d'Installations 341
Version Actuelle 1.2
Dernière Mise à Jour 2014-12-05
Date de Publication 2014-12-05
Évaluation 3.94/5 Total 17 Évaluations
Développeur oasisweng
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "*:\/\/*.youtube.com\/*",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "distraction is removed!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "hidden-recommendation.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}