óSmartland
Losnaðu við Smartland og aðrar síður úr þínu lífi!
Hvad er óSmartland?
óSmartland er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Losnaðu við Smartland og aðrar síður úr þínu lífi!".
Udvidelsesskærmbilleder
Download óSmartland-udvidelses-CRX-fil
Download óSmartland-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Lokar einnig á:
- Trendnet.is
- Pjatt.is
- Mannlif.is *nýtt*
Þú getur stillt hvaða síður þú vilt losna við á Options síðunni fyrir viðbótina.
------------------------------
Hver hefur ekki lent í því að ramba inn á einhverja grein á Mbl.is vegna lokkandi fyrirsagnar til þess eins að komast að því að þú varst lent/ur á Smartlandi?
Þessi viðbót fjarlægir alla Smartland tengla af Mbl.is forsíðunni og undirsíðum.
Ef þú skyldir ramba inn á Smartland af t.d. Facebook, þá passar hún einnig upp á að beina þér aftur á rétta braut (á forsíðu Mbl.is) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | foocabgllcojjpbldhjdicdfpjmjbnbo |
| Officiel URL | https://chromewebstore.google.com/detail/%C3%B3smartland/foocabgllcojjpbldhjdicdfpjmjbnbo |
| Beskrivelse | Losnaðu við Smartland og aðrar síður úr þínu lífi! |
| Filstørrelse | 171 KB |
| Antal Installationer | 422 |
| Nuværende Version | 2.0.1 |
| Senest Opdateret | 2021-11-24 |
| Udgivelsesdato | 2014-11-14 |
| Bedømmelse | 4.97/5 Samlet 73 Bedømmelser |
| Udvikler | [email protected] |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u00f3Smartland",
"version": "2.0.1",
"manifest_version": 2,
"description": "Losna\u00f0u vi\u00f0 Smartland og a\u00f0rar s\u00ed\u00f0ur \u00far \u00fe\u00ednu l\u00edfi!",
"homepage_url": "https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=CNG5KG8KP8QXQ",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"default_locale": "en",
"permissions": [
"storage"
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.map",
"\/options.html"
],
"content_scripts": [
{
"matches": [
"*:\/\/mbl.is\/*",
"*:\/\/*.mbl.is\/*",
"*:\/\/pjatt.is\/*",
"*:\/\/*.pjatt.is\/*",
"*:\/\/trendnet.is\/*",
"*:\/\/*.trendnet.is\/*",
"*:\/\/mannlif.is\/*",
"*:\/\/*.mannlif.is\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"css": [
"css\/smartland.css"
],
"run_at": "document_start"
}
]
} | |