Big Brother Blocker

This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.

Big Brother Blockerคืออะไร?

Big Brother Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ville.pv และคุณลักษณะหลักของมันคือ "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Big Brother Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Big Brother Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The extension will look for BB or Big Brother related content from mtv.fi, iltasanomat.fi, iltalehti.fi and hs.fi news websites and remove them. See screenshots.                    

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

ชื่อ Big Brother Blocker Big Brother Blocker
ID gjoppkgfoenmfemaobkefghgnfejoood
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/big-brother-blocker/gjoppkgfoenmfemaobkefghgnfejoood
คำอธิบาย This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.
ขนาดไฟล์ 76.59 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-09-02
วันที่เผยแพร่ 2014-09-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ville.pv
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Brother Blocker",
    "description": "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/iltasanomat.fi\/*",
                "http:\/\/www.iltasanomat.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltasanomat.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mtv.fi\/*",
                "http:\/\/mtv.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "mtv.js"
            ]
        },
        {
            "matches": [
                "http:\/\/iltalehti.fi\/*",
                "http:\/\/www.iltalehti.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltalehti.js"
            ]
        },
        {
            "matches": [
                "http:\/\/hs.fi\/*",
                "http:\/\/www.hs.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "hs.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}