Ad Replacer: Turn Spammy Ads To Breaking News

Replace Obnoxious Ads with awesome human curated news!

Ad Replacer: Turn Spammy Ads To Breaking Newsคืออะไร?

Ad Replacer: Turn Spammy Ads To Breaking News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.adreplacer.net และคุณลักษณะหลักของมันคือ "Replace Obnoxious Ads with awesome human curated news!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Replacer: Turn Spammy Ads To Breaking News

ดาวน์โหลดไฟล์ส่วนขยาย Ad Replacer: Turn Spammy Ads To Breaking News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ad Replacer hunts down those misleading ’sponsored' boxes cluttering up your favorite websites, sending you where you DON'T want to go, and replaces them with the latest breaking news stories and headlines, hand-curated by real people!

Fool me once, shame on me. Fool me 100,000 times, every time I’m trying to read freaking Mashable, shame on YOU! Ad Replacer goes right after all those sneaky headlines hiding in the corners and columns of your favorite blogs and news sources, taunting you with real-sounding medical, political and entertainment news only to drop you into a spammy clickbait nightmare. (Also the name of my favorite Rob Zombie film!)

After you install it, you’ll never even accidentally scan those nefarious, questionable, even offensive links again! They’ll all be magically, seamlessly replaced with ACTUAL photos and headlines, pointing you exclusively to the trusted sources you want to read, browse and bookmark.

Imagine it! Getting rid of content purposefully put there to trick you and steal your clicks, and replacing it with content you’ll actually want to read: Breaking news stories you’ll find out about before anyone else. Ad Replacer’s editorial team is online 24 hours a day, 7 days a week, hunting down and curating only the most fascinating, up-to-date news and curating it to keep you super-informed.

Unless, you know, you’d prefer to read about fraudulent herbal supplements and purely theoretical celebrity sex tapes. It’s your call. No, go ahead, think about it. We’ll wait...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ad Replacer: Turn Spammy Ads To Breaking News Ad Replacer: Turn Spammy Ads To Breaking News
ID eckeeomlpacfhejaameopnmgipghaoam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ad-replacer-turn-spammy-a/eckeeomlpacfhejaameopnmgipghaoam
คำอธิบาย Replace Obnoxious Ads with awesome human curated news!
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 337
เวอร์ชันปัจจุบัน 1.0.0.5
อัปเดตครั้งล่าสุด 2015-11-11
วันที่เผยแพร่ 2015-11-11
คะแนน 3.94/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา http://www.adreplacer.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.adreplacer.net
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Replacer: Turn Spammy Ads To Breaking News",
    "short_name": "ADR",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/browser-icon-on.png"
        }
    },
    "description": "Replace Obnoxious Ads with awesome human curated news!",
    "version": "1.0.0.5",
    "icons": {
        "16": "images\/ADR-icon-16x16.png",
        "48": "images\/ADR-icon-48x48.png",
        "128": "images\/ADR-icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "history"
    ],
    "content_security_policy": "script-src 'self' https:\/\/s3.amazonaws.com http:\/\/localhost:8000 https:\/\/www.google-analytics.com; object-src 'self'"
}