Flickr Universal Header Remover
Removes the universal header from Flickr
Co to jest Flickr Universal Header Remover?
Flickr Universal Header Remover to rozszerzenie Chrome opracowane przez Bertrand Fan, a jego główną funkcją jest „Removes the universal header from Flickr”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flickr Universal Header Remover
Pobierz pliki rozszerzeń Flickr Universal Header Remover 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
Removes the universal header from Flickr using CSS rules.
https://github.com/bertrandom/flickr-universal-header-remover Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oicdglafmanoljpbijobnacdgdknhjdg |
| Oficjalny URL | https://chromewebstore.google.com/detail/flickr-universal-header-r/oicdglafmanoljpbijobnacdgdknhjdg |
| Opis | Removes the universal header from Flickr |
| Rozmiar pliku | 10.69 KB |
| Liczba instalacji | 711 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-03-03 |
| Data Publikacji | 2014-03-03 |
| Ocena | 4.50/5 Łącznie 8 Oceny |
| Deweloper | Bertrand Fan |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Flickr Universal Header Remover",
"description": "Removes the universal header from Flickr",
"version": "1.1",
"content_scripts": [
{
"matches": [
"http:\/\/www.flickr.com\/*",
"https:\/\/www.flickr.com\/*"
],
"css": [
"css\/unibrow.css"
],
"run_at": "document_start"
}
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |