Policy Control - JavaScript and Flash blocker

Block third-party or all resources of style, script, image, font, xmlhttprequest types

Policy Control - JavaScript and Flash blockerคืออะไร?

Policy Control - JavaScript and Flash blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rynu.smith และคุณลักษณะหลักของมันคือ "Block third-party or all resources of style, script, image, font, xmlhttprequest types"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Policy Control - JavaScript and Flash blocker

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

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

                        This is an alternative to "NoScript Security Suite" extension to provide filtering rules for different types of resources that each hostname is allowed to use. 

This extension can be used as a simple image blocker or even Flash blocker or it can be used to improve users privacy and security by blocking third-party resources.

Available Policy Rules:
1. Font (@font-face)
2. Image
3. Media (audio and video)
4. Object (plugin-handled content)
5. Script (JavaScript)
6. Stylesheet (CSS)
7. Sub Document (iframes and frames)
8. XMLHttpRequest
9. Plugins
10. WebSocket
11. Ping
12. Beacon

Note: The extension offers an advanced filtering settings to allow certain resources to bypass the Policy rules defined in the toolbar panel.

Note: To lean more about how to use this extension please visit the extension's homepage, http://add0n.com/policy-control.html

Change Logs:
version 0.3.1
1. It is now possible to import and export settings from the options page.
2. The default policy rule for "other" type is set to 2 (allow all)
3. A new button is added to the toolbar popup to refresh the current page.                    

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

ชื่อ Policy Control - JavaScript and Flash blocker Policy Control - JavaScript and Flash blocker
ID eekommagmgepaafaaegimeldlnnnolgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/policy-control-javascript/eekommagmgepaafaaegimeldlnnnolgn
คำอธิบาย Block third-party or all resources of style, script, image, font, xmlhttprequest types
ขนาดไฟล์ 20.22 KB
จำนวนการติดตั้ง 789
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2018-02-08
วันที่เผยแพร่ 2018-02-08
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา rynu.smith
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/policy-control.html
URL หน้าช่วยเหลือ http://add0n.com/policy-control.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/rynu.smith.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.5",
    "name": "Policy Control - JavaScript and Flash blocker",
    "description": "Block third-party or all resources of style, script, image, font, xmlhttprequest types",
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "20": "\/data\/icons\/20.png",
        "24": "\/data\/icons\/24.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/index.html",
        "default_icon": {
            "16": "\/data\/icons\/16.png",
            "20": "\/data\/icons\/20.png",
            "24": "\/data\/icons\/24.png",
            "32": "\/data\/icons\/32.png",
            "48": "\/data\/icons\/48.png",
            "64": "\/data\/icons\/64.png"
        }
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    },
    "homepage_url": "http:\/\/add0n.com\/policy-control.html"
}