Clear my NSFW history
Clean all nsfw websites from browser's history
什麼是Clear my NSFW history?
Clear my NSFW history是由ilyamedzhidov開發的Chrome擴展程式,該擴展的主要功能是“Clean all nsfw websites from browser's history”。
擴展截圖
下載Clear my NSFW history擴展crx文件
下載Clear my NSFW history擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will help you to remove all nsfw content from your browser's history. 擴展基本資訊
| 名稱 | |
| ID | jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
| 官方網址 | https://chrome.google.com/webstore/detail/clear-my-nsfw-history/jnmlpdjhbcmkekgdfjfdgpfcincoalgg |
| 簡介 | Clean all nsfw websites from browser's history |
| 檔案大小 | 4.54 MB |
| 安裝次數 | 209 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2020-08-04 |
| 上架時間 | 2020-08-04 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | ilyamedzhidov |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clear my NSFW history",
"version": "1.0.1",
"description": "Clean all nsfw websites from browser's history",
"author": "medzhidov",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"permissions": [
"background",
"storage",
"history"
],
"browser_action": {
"default_icon": "icons\/512.png",
"default_title": "Clear my NSFW history",
"default_popup": "pages\/popup.html"
},
"background": {
"persistent": false,
"page": "pages\/background.html"
},
"options_page": "pages\/options.html",
"offline_enabled": true,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |