NoImages
Save loading time in slow internet connections by removing all images from the page
Vad är NoImages?
NoImages är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Save loading time in slow internet connections by removing all images from the page".
Tilläggsskärmbilder
Ladda ner NoImages-förlängningens CRX-fil
Ladda ner NoImages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fkmkefpehlolmdiloilglfcojbomaoii |
| Officiell webbadress | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
| Beskrivning | Save loading time in slow internet connections by removing all images from the page |
| Filstorlek | 14.2 KB |
| Antal Installationer | 4,151 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2015-05-25 |
| Publiceringsdatum | 2015-05-22 |
| Betyg | 1.86/5 Totalt 7 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |