Removed Sponsored Content

This extension removes sponsored Content from web pages

Was ist Removed Sponsored Content?

Removed Sponsored Content ist eine Chrome-Erweiterung, die von abrownm24 entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes sponsored Content from web pages".

Erweiterungsscreenshots

screenshot

Removed Sponsored Content-Erweiterungs-CRX-Datei herunterladen

Laden Sie Removed Sponsored Content-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Removed Sponsored Content Removed Sponsored Content
ID hcdjjimgpihpnlbhgpjappbjehhpbfol
Offizielle URL https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol
Beschreibung This extension removes sponsored Content from web pages
Dateigröße 89.09 KB
Installationsanzahl 215
Aktuelle Version 1.0
Letztes Update 2015-11-28
Veröffentlichungsdatum 2015-11-28
Bewertung 2.30/5 Insgesamt 10 Bewertungen
Entwickler abrownm24
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}