óSmartland

Losnaðu við Smartland og aðrar síður úr þínu lífi!

What is óSmartland?

óSmartland is a Chrome extension developed by [email protected], and its main feature is "Losnaðu við Smartland og aðrar síður úr þínu lífi!".

Extension Screenshots

screenshot
screenshot

Download óSmartland Extension CRX File

Download óSmartland extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name óSmartland óSmartland
ID foocabgllcojjpbldhjdicdfpjmjbnbo
Official URL https://chromewebstore.google.com/detail/%C3%B3smartland/foocabgllcojjpbldhjdicdfpjmjbnbo
Description Losnaðu við Smartland og aðrar síður úr þínu lífi!
File Size 171 KB
Installation Count 422
Current Version 2.0.1
Last Updated 2021-11-24
Publish Date 2014-11-14
Rating 4.97/5 Total 73 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}