Youtube Recommend Removal

Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!

Apa itu Youtube Recommend Removal?

Youtube Recommend Removal adalah ekstensi Chrome yang dikembangkan oleh vector.mic, dan fitur utamanya adalah "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".

Unduh Berkas CRX Ekstensi Youtube Recommend Removal

Unduh file ekstensi Youtube Recommend Removal 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

                        Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!                    

Informasi Dasar Ekstensi

Nama Youtube Recommend Removal Youtube Recommend Removal
ID dijlhlnapjjambnbnochecfdobionjlf
URL Resmi https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf
Deskripsi Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Ukuran File 67.24 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-06-13
Tanggal Publikasi 2018-06-13
Penilaian 4.79/5 Total 109 Penilaian
Pengembang vector.mic
Tipe Pembayaran free
Situs Ekstensi https://sgweb.vn/
Bahasa yang Didukung vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Recommend Removal",
    "version": "1.0.1",
    "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!",
    "manifest_version": 2,
    "icons": {
        "16": "images\/sgw-16x16.png",
        "128": "images\/sgw-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/third-party\/jquery-3.3.1.min.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sgw-50x50-bw.png",
        "images\/sgw-50x50-gray.png"
    ]
}