Javascript & Css auto injection

Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...

什麼是Javascript & Css auto injection?

Javascript & Css auto injection是由dotpower.com開發的Chrome擴展程式,該擴展的主要功能是“Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...”。

擴展截圖

screenshot

下載Javascript & Css auto injection擴展crx文件

下載Javascript & Css auto injection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension help to inject addition js/css for every webpage.
It can be use for developer to test web page.
add new functions to web page and more easy to use with injection rules.                    

擴展基本資訊

名稱 Javascript & Css auto injection Javascript & Css auto injection
ID oakjdafonfdgbgbcofjpaecngfimohno
官方網址 https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno
簡介 Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
檔案大小 899 KB
安裝次數 1,250
目前版本 1.5
更新時間 2021-12-30
上架時間 2019-03-11
評分 2.85/5 共 13 次評分
開發者 dotpower.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Javascript & Css auto injection",
    "description": "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...",
    "version": "1.5",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background\/background.nocache.js"
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webNavigation",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}