Custom JavaScript for Websites 3
Run custom JavaScript on any website.
什麼是Custom JavaScript for Websites 3?
Custom JavaScript for Websites 3是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Run custom JavaScript on any website.”。
擴展截圖
下載Custom JavaScript for Websites 3擴展crx文件
下載Custom JavaScript for Websites 3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Overview Run custom JavaScript on any website. Added remote uploading. Run custom JavaScript on any website. Use this tool to inject custom JavaScript in any website. Your scripts are kept by the Chrome sync API and applied across domain URLs. You can inject custom JavaScript based on domain or custom Regular Expression (since v3.1.1). This extension supports dedicated tab to edit your codes since v2.5.1 You can use some built-in libraries such as * jQuery 1.12.4 * jQuery 2.2.4 * jQuery 3.2.1 * Indefinite Observable 1.0.1 * MooTools 1.6.0 or/and your own external scripts. Use cases: * Site debugging (wrong list sort, etc.) * Extract useful information from website, such as billings/orders metadata * Hide annoying popups and Ads * Custom UI * Anything you can think of :) New features: Ace Editor (formating, highlight, undo/redo by hotkeys) Draft auto save (so doesn't matter when you close the window without saving) Hosts (websites) switch (you can browse customjs of other websites) Include external script (eq. Underscore.js is cool) Thanks to: Ace - http://ace.c9.io/ Pure - http://purecss.io/
擴展基本資訊
名稱 | Custom JavaScript for Websites 3 |
ID | fadhnaamieppahmfbeppffbpfkkiohdl |
官方網址 | https://chromewebstore.google.com/detail/custom-javascript-for-web/fadhnaamieppahmfbeppffbpfkkiohdl |
簡介 | Run custom JavaScript on any website. |
檔案大小 | 572 KB |
安裝次數 | 608 |
目前版本 | 3.4.10 |
更新時間 | 2022-01-17 |
上架時間 | 2022-01-16 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Unknown |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Run custom JavaScript on any website.", "version": "3.4.10", "manifest_version": 2, "name": "Custom JavaScript for Websites 3", "short_name": "customjs3", "author": "helene.ramirez37", "minimum_chrome_version": "52.0.2743", "icons": { "16": "icon-16.png", "19": "icon-19.png", "32": "icon-32.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "run.js" ], "matches": [ " |