Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
Gay? Wikipediaとは何ですか?
Gay? Wikipediaはseven-dilleniaによって開発されたChromeの拡張機能で、その主な機能は「Change the word "Personal Life" to "Gay?" on Wikipedia pages」です。
拡張機能のスクリーンショット
Gay? Wikipedia拡張機能のCRXファイルをダウンロード
Gay? Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?". 拡張機能の基本情報
| 名前 | |
| ID | npfkncfachgpmimogndpnmgfipfomjki |
| 公式URL | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
| 説明 | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
| ファイルサイズ | 13.73 KB |
| インストール数 | 791 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2019-12-26 |
| 公開日 | 2019-12-25 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | seven-dillenia |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/leechuyem/gay-wikipedia |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.1",
"name": "Gay? Wikipedia",
"short_name": "Gay? Wikipedia",
"description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages",
"author": "Lee Chu Yem",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/en.wikipedia.org\/wiki\/*"
],
"js": [
"content.js"
]
}
]
} | |