Obama Blocker

A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.

Obama Blockerคืออะไร?

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

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

screenshot

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

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

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

                        Gently filter and remove Barack Obama from all webpages and facebook posts.                    

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

ชื่อ Obama Blocker Obama Blocker
ID ojdidnojcgnohdmpgphncbdhkimkkdeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/obama-blocker/ojdidnojcgnohdmpgphncbdhkimkkdeo
คำอธิบาย A filter that removes Barack Obama from webpages and filters/removes Barack Obama from Facebook and Youtube.
ขนาดไฟล์ 88.16 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-01-16
วันที่เผยแพร่ 2016-01-15
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา NetLingo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://netlingo.netai.net/#ObamaBlocker
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Obama Blocker",
    "description": "A filter that removes Barack Obama from webpages and filters\/removes Barack Obama 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:\/\/*\/*"
            ]
        }
    ]
}