Clean Feedly
Clean up annoying Feedly UI clutter.
Co to jest Clean Feedly?
Clean Feedly to rozszerzenie Chrome opracowane przez https://floffimedia.de, a jego główną funkcją jest „Clean up annoying Feedly UI clutter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clean Feedly
Pobierz pliki rozszerzeń Clean Feedly 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
                        This extension will give Feedly a much cleaner look, resembling the old Google Reader style.                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | afjifanaibbcelmkkobefdliemgofbjg | 
| Oficjalny URL | https://chromewebstore.google.com/detail/clean-feedly/afjifanaibbcelmkkobefdliemgofbjg | 
| Opis | Clean up annoying Feedly UI clutter. | 
| Rozmiar pliku | 8.24 KB | 
| Liczba instalacji | 50 | 
| Aktualna Wersja | 1.0.2 | 
| Ostatnia Aktualizacja | 2014-06-07 | 
| Data Publikacji | 2014-06-07 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | https://floffimedia.de | 
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Feedly",
    "version": "1.0.2",
    "description": "Clean up annoying Feedly UI clutter.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.feedly.com\/*"
            ],
            "css": [],
            "js": [
                "Clean_Feedly.user.js"
            ]
        }
    ]
} | |