Anonymizer & Sentiments Extension
It hides names and other personal data using NLP. Share your screen in your streaming without risks!
什麼是Anonymizer & Sentiments Extension?
Anonymizer & Sentiments Extension是由streamingsentiments開發的Chrome擴展程式,該擴展的主要功能是“It hides names and other personal data using NLP. Share your screen in your streaming without risks!”。
擴展截圖
下載Anonymizer & Sentiments Extension擴展crx文件
下載Anonymizer & Sentiments Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
(Chrome extension created during the Sentiment Expert.ai Hackathon). Anonymizer web. It hides sensitive content on web pages and replaces it with asterisks (*****). It allows you to configure what type of entities to view: names of people, addresses, telephones, etc... It uses the API of expert.ai to detect these entities. It calculates the sentiment score of the web and displays it in a "gauge" type graph. It shows the emotions of the web in a radar chart (or spider), using the API of expert.ai. Displays the main topic of the page, using the expert.ai API for main syncons. This chrome extension allows you to change the API Token of expert.ai very easily.
擴展基本資訊
名稱 | Anonymizer & Sentiments Extension |
ID | lipefganjgdcbpmmlaipondjbklgiapd |
官方網址 | https://chromewebstore.google.com/detail/anonymizer-sentiments-ext/lipefganjgdcbpmmlaipondjbklgiapd |
簡介 | It hides names and other personal data using NLP. Share your screen in your streaming without risks! |
檔案大小 | 177 KB |
安裝次數 | 45 |
目前版本 | 1.0 |
更新時間 | 2021-07-14 |
上架時間 | 2021-07-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | streamingsentiments |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anonymizer & Sentiments Extension", "description": "It hides names and other personal data using NLP. Share your screen in your streaming without risks!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/nlapi.expert.ai\/*", "https:\/\/code.jquery.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/streaming-sentiments-16.png", "32": "\/images\/streaming-sentiments-32.png", "48": "\/images\/streaming-sentiments-48.png", "128": "\/images\/streaming-sentiments-128.png" } }, "icons": { "16": "\/images\/streaming-sentiments-16.png", "32": "\/images\/streaming-sentiments-32.png", "48": "\/images\/streaming-sentiments-48.png", "128": "\/images\/streaming-sentiments-128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |