Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Co to jest Youtube Recommend Removal?
Youtube Recommend Removal to rozszerzenie Chrome opracowane przez vector.mic, a jego główną funkcją jest „Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!”.
Pobierz plik CRX rozszerzenia Youtube Recommend Removal
Pobierz pliki rozszerzeń Youtube Recommend Removal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
Opis | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
Rozmiar pliku | 67.24 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-06-13 |
Data Publikacji | 2018-06-13 |
Ocena | 4.79/5 Łącznie 109 Oceny |
Deweloper | vector.mic |
Typ Płatności | free |
Strona Rozszerzenia | https://sgweb.vn/ |
Obsługiwane Języki | 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" ] } |