Privacy Filter

Advanced blocker of network resources with advertisements and tracking beacons blocking functions

Privacy Filterคืออะไร?

Privacy Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nsmalcev และคุณลักษณะหลักของมันคือ "Advanced blocker of network resources with advertisements and tracking beacons blocking functions"

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

screenshot
screenshot

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

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

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

                        The Privacy Filter is a multi functional proxy thich blocks requests by blacklists.
At the same time it is an ad blocker, web tracking blocker and tool for researching website performance.
It tries to keep balance between total removing suspicious and annoying content on websites and comfortable level of performance while browsing.                    

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

ชื่อ Privacy Filter Privacy Filter
ID ofenfhknmogoegambbgcjckoegkhfhlh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/privacy-filter/ofenfhknmogoegambbgcjckoegkhfhlh
คำอธิบาย Advanced blocker of network resources with advertisements and tracking beacons blocking functions
ขนาดไฟล์ 339 KB
จำนวนการติดตั้ง 760
เวอร์ชันปัจจุบัน 0.4.163.0
อัปเดตครั้งล่าสุด 2018-11-24
วันที่เผยแพร่ 2018-11-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา nsmalcev
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://malceff.blogspot.com/p/privacy-filter.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/db.js",
            "js\/background.common.js",
            "js\/background.core.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "inject_scripts\/content_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/security-32f.png",
        "default_popup": "page\/popup_page2.html",
        "default_title": "Privacy Filter"
    },
    "icons": {
        "16": "icons\/security-16.png",
        "20": "icons\/security-20.png",
        "32": "icons\/security-32.png",
        "48": "icons\/security-48.png",
        "64": "icons\/security-64.png",
        "128": "icons\/security-128.png"
    },
    "manifest_version": 2,
    "name": "Privacy Filter",
    "description": "Advanced blocker of network resources with advertisements and tracking beacons blocking functions",
    "permissions": [
        "contextMenus",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "downloads",
        "contentSettings"
    ],
    "version": "0.4.163.0",
    "web_accessible_resources": [
        "content\/css\/images\/logo.png",
        "content\/css\/images\/loadingImage.gif",
        "block.html",
        "page\/stat_page.html"
    ],
    "options_page": "\/page\/options.html"
}