NoImages
Save loading time in slow internet connections by removing all images from the page
Co to jest NoImages?
NoImages to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Save loading time in slow internet connections by removing all images from the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoImages
Pobierz pliki rozszerzeń NoImages 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
Do you have a slow internet connection while traveling abroad or just with your regular ISP ? Save loading time in slow internet connections by removing all images from the page using this nifty extension. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fkmkefpehlolmdiloilglfcojbomaoii |
| Oficjalny URL | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
| Opis | Save loading time in slow internet connections by removing all images from the page |
| Rozmiar pliku | 14.2 KB |
| Liczba instalacji | 4,151 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2015-05-25 |
| Data Publikacji | 2015-05-22 |
| Ocena | 1.86/5 Łącznie 7 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NoImages",
"description": "Save loading time in slow internet connections by removing all images from the page",
"version": "0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
]
} | |