Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

What is Feature Policy Tester DevTools Extension?

Feature Policy Tester DevTools Extension is a Chrome extension developed by https://developers.google.com/web, and its main feature is "DevTools extension to test Feature Policy settings".

Extension Screenshots

screenshot

Download Feature Policy Tester DevTools Extension Extension CRX File

Download Feature Policy Tester DevTools Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Developer tool to help testing try and test Feature Policies on live pages.

Read more about Feature Policy at https://developers.google.com/web/updates/2018/06/feature-policy.                    

Extension Basic Information

Name Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
Official URL https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
Description DevTools extension to test Feature Policy settings
File Size 221 KB
Installation Count 694
Current Version 0.0.2
Last Updated 2019-01-06
Publish Date 2019-01-05
Rating 3.25/5 Total 4 Ratings
Developer https://developers.google.com/web
Payment Type free
Extension Website https://developers.google.com/web/updates/2018/06/feature-policy
Help Page URL https://developers.google.com/web/updates/2018/06/feature-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feature Policy Tester DevTools Extension",
    "manifest_version": 2,
    "description": "DevTools extension to test Feature Policy settings",
    "version": "0.0.2",
    "devtools_page": "page.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}