manifest.json "content_scripts": [{ "js" : ["js/detector.js"], "matches": ["<all_urls>"], "all_frames": true, "run_at": "document_end" }] detector.js
確定! 回上一頁