Productive Youtube

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

Cos'è Productive Youtube?

Productive Youtube è un'estensione di Chrome sviluppata da daniel.ziorli, e la sua funzione principale è "Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Productive Youtube

Scarica i file di estensione Productive Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
URL Ufficiale https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
Descrizione Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
Dimensione del File 12.19 KB
Conteggio Installazioni 116
Versione Corrente 0.5.1
Ultimo Aggiornamento 2019-04-19
Data di Pubblicazione 2019-04-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore daniel.ziorli
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}