No Thank You, Website!
No Thank You, Website!, an open-source Chrome productivity extension to block website access
No Thank You, Website!とは何ですか?
No Thank You, Website!はswrittenbによって開発されたChromeの拡張機能で、その主な機能は「No Thank You, Website!, an open-source Chrome productivity extension to block website access」です。
No Thank You, Website!拡張機能のCRXファイルをダウンロード
No Thank You, Website!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!
拡張機能の基本情報
名前 | |
ID | lfableeiebdjblgjnphnmfnhdfaefokc |
公式URL | https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc |
説明 | No Thank You, Website!, an open-source Chrome productivity extension to block website access |
ファイルサイズ | 6.61 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2016-12-08 |
公開日 | 2016-12-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | swrittenb |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Thank You, Website!", "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "No Thank You, Website!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ] } |