add deturl script
add deturl script
What is add deturl script?
add deturl script is a Chrome extension developed by shraga, and its main feature is "add deturl script".
Extension Screenshots
Download add deturl script Extension CRX File
Download add deturl script 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
add deturl script
Extension Basic Information
Name | ![]() |
ID | omgpfooknekkhniejgmnomiebopfboid |
Official URL | https://chrome.google.com/webstore/detail/add-deturl-script/omgpfooknekkhniejgmnomiebopfboid |
Description | add deturl script |
File Size | 23.61 KB |
Installation Count | 164 |
Current Version | 0.1 |
Last Updated | 2019-08-16 |
Publish Date | 2019-08-16 |
Developer | shraga |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "add deturl script", "version": "0.1", "description": "add deturl script", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "js": [ "script.js" ] } ], "permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ "vimeo-blocker.js" ] } |