Productive Youtube

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

Apa itu Productive Youtube?

Productive Youtube adalah ekstensi Chrome yang dikembangkan oleh daniel.ziorli, dan fitur utamanya adalah "Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Productive Youtube

Unduh file ekstensi Productive Youtube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
URL Resmi https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
Deskripsi Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
Ukuran File 12.19 KB
Jumlah Instalasi 116
Versi Saat Ini 0.5.1
Terakhir Diperbarui 2019-04-19
Tanggal Publikasi 2019-04-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang daniel.ziorli
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}