Auto lock480p for Youtube
Starts youtube video player in 480p
Co to jest Auto lock480p for Youtube?
Auto lock480p for Youtube to rozszerzenie Chrome opracowane przez RA, a jego główną funkcją jest „Starts youtube video player in 480p”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto lock480p for Youtube
Pobierz pliki rozszerzeń Auto lock480p for Youtube 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
Starts youtube video player in 480p. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mggfpknieaikjicdpajbpgplgeonncka |
| Oficjalny URL | https://chromewebstore.google.com/detail/auto-lock480p-for-youtube/mggfpknieaikjicdpajbpgplgeonncka |
| Opis | Starts youtube video player in 480p |
| Rozmiar pliku | 122 KB |
| Liczba instalacji | 24 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2019-11-08 |
| Data Publikacji | 2019-11-08 |
| Deweloper | RA |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"background": {
"persistent": true,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/i4.png",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [],
"js": [
"js\/library_youtube.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' ; connect-src *; object-src 'self' ",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "images\/default.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"activeTab",
"alarms",
"contextMenus",
"privacy",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.1"
} | |