Firewall Trump
The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.
Firewall Trumpとは何ですか?
Firewall Trumpはgcollazoによって開発されたChromeの拡張機能で、その主な機能は「The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.」です。
拡張機能のスクリーンショット
Firewall Trump拡張機能のCRXファイルをダウンロード
Firewall Trump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ogogoppfpbgaeieikehihejnnkjenfnb |
| 公式URL | https://chromewebstore.google.com/detail/firewall-trump/ogogoppfpbgaeieikehihejnnkjenfnb |
| 説明 | The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall. |
| ファイルサイズ | 38.01 KB |
| インストール数 | 108 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2016-10-09 |
| 公開日 | 2016-10-09 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | gcollazo |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.firewalltrump.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Firewall Trump",
"version": "1.3",
"description": "The Firewall Trump extension delivers a beautiful Trump\u2013Free Internet experience. If he\u2019s building a wall, we\u2019ll build a firewall.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"websiteBlocker.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_end"
}
]
} | |