Trump Filter

Turn off election related Facebook content.

Trump Filterคืออะไร?

Trump Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spiritwayco และคุณลักษณะหลักของมันคือ "Turn off election related Facebook content."

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

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

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

                        Filter election-related material on Facebook.  'Nuff said.                    

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

ชื่อ Trump Filter Trump Filter
ID gbjnofnmpmkngonfjkjecdchjgldckhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-filter/gbjnofnmpmkngonfjkjecdchjgldckhm
คำอธิบาย Turn off election related Facebook content.
ขนาดไฟล์ 484 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.12
อัปเดตครั้งล่าสุด 2016-03-10
วันที่เผยแพร่ 2016-03-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา spiritwayco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://spiritway.co
URL หน้านโยบายความเป็นส่วนตัว http://spiritway.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Filter",
    "description": "Turn off election related Facebook content.",
    "version": "0.12",
    "homepage_url": "http:\/\/spiritway.co",
    "short_name": "Trump Filter",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/spiritway.co\/",
        "https:\/\/spiritway.co\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/*.gstatic.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.12.0.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/uncle_sam_bw.png"
    },
    "icons": {
        "16": "icons\/uncle_sam.png",
        "48": "icons\/uncle_sam.png",
        "128": "icons\/uncle_sam.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "css\/grid.min.css",
        "css\/main.css",
        "img\/uncle_sam.png",
        "img\/uncle_sam_bw.png",
        "main.html"
    ]
}