autolete
It stops browser to store a porn website visit in history.
autoleteとは何ですか?
autoleteはhttps://wadersgroup.inによって開発されたChromeの拡張機能で、その主な機能は「It stops browser to store a porn website visit in history.」です。
拡張機能のスクリーンショット
autolete拡張機能のCRXファイルをダウンロード
autolete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is really hard to delete history after every time you watch porn. Autolete is the one-stop solution for this problem. No need to worry, browser will not store your porn surfing history. This works only when your browser's web sync is off In browser visit chrome://settings/syncSetup to switch it off (if on) & sign-out from your Google account at chrome://settings/ ------------------------------------------------------------ For Firefox: Download it from https://addons.mozilla.org/en-US/firefox/addon/autolete/
拡張機能の基本情報
名前 | autolete |
ID | fabidlmkdnjhcnpklohpoobeejaefpjc |
公式URL | https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc |
説明 | It stops browser to store a porn website visit in history. |
ファイルサイズ | 60.31 KB |
インストール数 | 37 |
現在のバージョン | 1.11 |
最終更新日 | 2018-09-30 |
公開日 | 2018-09-30 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://wadersgroup.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.wadersgroup.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "autolete", "short_name": "autolete", "description": "It stops browser to store a porn website visit in history.", "version": "1.11", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/inactive.png", "default_popup": "main.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "history", "storage", "tabs" ] } |