FeedSpot Minimal
Maximize your reading area with this extension and remove ads
Co to jest FeedSpot Minimal?
FeedSpot Minimal to rozszerzenie Chrome opracowane przez Prashan Fernando, a jego główną funkcją jest „Maximize your reading area with this extension and remove ads”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FeedSpot Minimal
Pobierz pliki rozszerzeń FeedSpot Minimal 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
Maximize your reading area with this extension and remove ads Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dhjjageceimmgofhkplkbdjkfablfopa |
| Oficjalny URL | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa |
| Opis | Maximize your reading area with this extension and remove ads |
| Rozmiar pliku | 36.06 KB |
| Liczba instalacji | 78 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-02-04 |
| Data Publikacji | 2014-02-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Prashan Fernando |
| 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": "FeedSpot Minimal",
"description": "Maximize your reading area with this extension and remove ads",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/*.feedspot.com\/*",
"http:\/\/feedspot.com\/*",
"https:\/\/*.feedspot.com\/*",
"https:\/\/feedspot.com\/*"
],
"js": [
"jquery-2.1.0.min.js",
"script.min.js"
],
"css": [
"minimal.min.css"
]
}
]
} | |