Bernie Blocker

Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.

Bernie Blockerคืออะไร?

Bernie Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NetLingo และคุณลักษณะหลักของมันคือ "Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube."

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

screenshot

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

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

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

                        Gently filter and remove Bernie Sanders from webpages and from facebook posts.                    

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

ชื่อ Bernie Blocker Bernie Blocker
ID mcocieadfficfjkppfkeebbelbhalekf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf
คำอธิบาย Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
ขนาดไฟล์ 78.4 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-06-11
วันที่เผยแพร่ 2016-06-10
คะแนน 4.14/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา NetLingo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://netlingo.netai.net/#BernieBlocker
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bernie Blocker",
    "description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.",
    "version": "1.5",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "ui.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "source\/ytfilter.css"
            ],
            "js": [
                "source\/jquery-2.1.3.min.js",
                "source\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}