Removed Sponsored Content

This extension removes sponsored Content from web pages

Removed Sponsored Content là gì?

Removed Sponsored Content là một tiện ích mở rộng Chrome được phát triển bởi abrownm24, và tính năng chính của nó là "This extension removes sponsored Content from web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Removed Sponsored Content

Tải xuống các tệp mở rộng Removed Sponsored Content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Removed Sponsored Content Removed Sponsored Content
ID hcdjjimgpihpnlbhgpjappbjehhpbfol
URL Chính Thức https://chrome.google.com/webstore/detail/removed-sponsored-content/hcdjjimgpihpnlbhgpjappbjehhpbfol
Mô tả This extension removes sponsored Content from web pages
Kích Thước Tệp 89.09 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-28
Ngày Phát Hành 2015-11-28
Đánh Giá 2.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển abrownm24
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}