DISLIKE I'll be back
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
Что такое DISLIKE I'll be back?
DISLIKE I'll be back - это расширение Chrome, разработанное WG web-products, и его основная функция - "An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…".
Снимки экрана расширения
Скачать файл CRX расширения DISLIKE I'll be back
Скачайте файлы расширений DISLIKE I'll be back в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes. To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos. ## # In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.
Основная информация о расширении
Название | DISLIKE I'll be back |
ID | jabfapildgnlaeeenmnimphihfdbljno |
Официальный URL | https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno |
Описание | An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select… |
Размер файла | 52.32 KB |
Количество установок | 14 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-05-06 |
Дата публикации | 2022-05-05 |
Разработчик | WG web-products |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://pastebin.com/gjmUMkFN |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DISLIKE I'll be back", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "ryd.background.js" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "bundled-content-script.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "ryd.script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |