Productive Youtube

Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…

Qu'est-ce que Productive Youtube ?

Productive Youtube est une extension Chrome développée par daniel.ziorli, et sa fonction principale est "Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Productive Youtube

Téléchargez les fichiers d'extension Productive 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

                        Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a recommendations page optimized for watch time who can blame you. By removing it you can use youtube as a search engine instead of a mindless social media platform. Filter the channels you deem productive and increase the speed past 2x to take in information faster. Productive Youtube is designed to remove distraction and let you become the best you.                    

Informations de Base sur l'Extension

Nom Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
URL Officiel https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
Description Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
Taille du Fichier 12.19 KB
Nombre d'Installations 116
Version Actuelle 0.5.1
Dernière Mise à Jour 2019-04-19
Date de Publication 2019-04-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur daniel.ziorli
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Youtube",
    "version": "0.5.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "extension_icon.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "popup.html"
    ]
}