Removed Sponsored Content

This extension removes sponsored Content from web pages

Co je Removed Sponsored Content?

Removed Sponsored Content je rozšíření Chrome vyvinuté abrownm24, a jeho hlavní funkcí je „This extension removes sponsored Content from web pages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Removed Sponsored Content

Stáhněte si soubory rozšíření Removed Sponsored Content ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Tired of sponsored content on websites tricking you into navigating to unwanted pages across often suspicious and advertisement filled websites?  Well no more!

This extension will remove all "Around the web", "Sponsored", and "Featured" content from websites that redirect you to another web site.  Any links internal to the site you are currently viewing are left in tact, only the links to external sites are removed.

The extension is still new so please note any bugs you find.  If there are any websites where the "sponsored" section still appears, let me know and I will work on including them.                    

Základní Informace o Rozšíření

Název Removed Sponsored Content Removed Sponsored Content
ID hcdjjimgpihpnlbhgpjappbjehhpbfol
Oficiální URL https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol
Popis This extension removes sponsored Content from web pages
Velikost souboru 89.09 KB
Počet instalací 215
Aktuální Verze 1.0
Poslední Aktualizace 2015-11-28
Datum Vydání 2015-11-28
Hodnocení 2.30/5 Celkem 10 Hodnocení
Vývojář abrownm24
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Removed Sponsored Content",
    "short_name": "R S C",
    "description": "This extension removes sponsored Content from web pages",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "mycss.css"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "RSC.png",
        "48": "RSC.png",
        "128": "RSC.png"
    },
    "permissions": [
        "tabs"
    ]
}