History Blocker by Site
prevents the logging of specified websites
History Blocker by Siteとは何ですか?
History Blocker by SiteはFrosationによって開発されたChromeの拡張機能で、その主な機能は「prevents the logging of specified websites」です。
拡張機能のスクリーンショット
History Blocker by Site拡張機能のCRXファイルをダウンロード
History Blocker by Site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*coded by CZ*
Black lists specified websites from being logged into history.
- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path
Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)
__________________________________________
v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com
v1.1 - 17.08.2016:
-added pointless copyright notice
v1.0 - 16.08.2016:
-initial 拡張機能の基本情報
| 名前 | |
| ID | keamekimefemnbgegbfkdkmbomaahfai |
| 公式URL | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
| 説明 | prevents the logging of specified websites |
| ファイルサイズ | 22.96 KB |
| インストール数 | 6,291 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2017-10-02 |
| 公開日 | 2017-10-02 |
| 評価 | 2.75/5 合計 68 レビュー |
| 開発者 | Frosation |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Blocker by Site",
"short_name": "History Blocker",
"description": "prevents the logging of specified websites",
"version": "1.2",
"manifest_version": 2,
"minimum_chrome_version": "45",
"background": {
"scripts": [
"backg.js"
],
"persistent": true
},
"icons": {
"16": "img\/filter16.png",
"48": "img\/filter48.png",
"128": "img\/filter128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/filter19.png",
"39": "img\/filter38.png"
},
"default_title": "Configure Options"
},
"options_page": "options\/options.html",
"permissions": [
"background",
"history",
"storage"
]
} | |