YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
Co to jest YouTube™ Redirector?
YouTube™ Redirector to rozszerzenie Chrome opracowane przez https://mrkannah.com, a jego główną funkcją jest „Automatically redirects logged in users to the subscriptions page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube™ Redirector
Pobierz pliki rozszerzeń YouTube™ Redirector 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
An extension that redirects logged in users from the youtube homepage to their subscriptions page. To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube™ Redirector |
ID | fnlklbjlpkkdnelohembgpdahpfpfcbp |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp |
Opis | Automatically redirects logged in users to the subscriptions page. |
Rozmiar pliku | 44.4 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 2.2.0 |
Ostatnia Aktualizacja | 2017-10-18 |
Data Publikacji | 2017-10-17 |
Ocena | 2.33/5 Łącznie 6 Oceny |
Deweloper | https://mrkannah.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Redirector", "version": "2.2.0", "description": "Automatically redirects logged in users to the subscriptions page.", "background": { "scripts": [ "scripts\/raven.min.js", "background.js" ] }, "page_action": { "default_icon": "icons\/off-48.png", "default_title": "YouTube Redirector", "default_popup": "popUp\/popUp.html" }, "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "identity", "*:\/\/*.youtube.com\/*" ], "homepage_url": "http:\/\/mrkannah.com\/", "manifest_version": 2 } |