| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "manifest_version": 3,
- "name": "脚本助手",
- "version": "2.0.5",
- "description": "联系邮箱: mail@puge.org",
- "icons": {
- "16": "img/16.png",
- "48": "img/48.png",
- "128": "img/128.png"
- },
- "action": {
- "default_icon": "img/48.png",
- "default_title": "脚本助手",
- "default_popup": "popup.html"
- },
- "background": {
- "service_worker": "background.js"
- },
- "content_scripts": [
- {
- "matches": ["https://listado.mercadolibre.com.mx/*"],
- "css": ["./plug/standard.css"],
- "js": ["./plug/star.js", "./scripts/376.js"],
- "all_frames": true,
- "run_at": "document_start"
- },
- {
- "matches": ["<all_urls>"],
- "js": ["insert-auto.js", "content-script.js"],
- "all_frames": true,
- "run_at": "document_start"
- }
-
- ],
- "permissions": [
- "scripting",
- "storage",
- "activeTab",
- "webRequest",
- "notifications",
- "declarativeNetRequest"
- ],
- "host_permissions": [
- "http://*/*",
- "https://*/*"
- ],
- "externally_connectable": {
- "matches": [
- "https://demos.run/*",
- "https://cunchu.site/*"
- ]
- },
- "declarative_net_request": {
- "rule_resources": [{
- "id": "ruleset_1",
- "enabled": true,
- "path": "rules.json"
- }]
- },
- "homepage_url": "https://work.weixin.qq.com/ca/cawcde1652d7683651"
- }
|