违禁词检查
检查商品描述中可能违反广告法,可能导致用户投诉的违禁词和高风险词,且支持图片文字识别。
What is 违禁词检查?
违禁词检查 is a Chrome extension developed by 无码科技, and its main feature is "检查商品描述中可能违反广告法,可能导致用户投诉的违禁词和高风险词,且支持图片文字识别。".
Extension Screenshots
Download 违禁词检查 Extension CRX File
Download 违禁词检查 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
检查商品描述中可能违反广告法,或可能导致审核不通过的违禁词和高风险词,且支持图片文字识别。
Extension Basic Information
Name | |
ID | hidcgccgkiamehonfofohinbaeefabmi |
Official URL | https://chrome.google.com/webstore/detail/%E8%BF%9D%E7%A6%81%E8%AF%8D%E6%A3%80%E6%9F%A5/hidcgccgkiamehonfofohinbaeefabmi |
Description | 检查商品描述中可能违反广告法,可能导致用户投诉的违禁词和高风险词,且支持图片文字识别。 |
File Size | 215 KB |
Installation Count | 1,000 |
Current Version | 0.1.9 |
Last Updated | 2018-11-12 |
Publish Date | 2018-11-12 |
Rating | 4.96/5 Total 28 Ratings |
Developer | 无码科技 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.9", "manifest_version": 2, "default_locale": "zh_CN", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "minimum_chrome_version": "10.0", "commands": { "toggle": { "description": "\u5f00\u542f\/\u5173\u95ed \u8fdd\u7981\u8bcd\u68c0\u67e5" } }, "permissions": [ "activeTab", "commands", "declarativeContent", "storage", "https:\/\/*.taptapcode.com\/*" ], "web_accessible_resources": [ "assets\/SVG\/*.svg", "images\/close.png", "images\/logo.png", "images\/*" ] } |