4chan X Name Sync
Enables names on 4chan's forced anon boards. Requires 4chan X.
4chan X Name Syncとは何ですか?
4chan X Name Syncはhttps://milkytiptoe.github.io/Name-Syncによって開発されたChromeの拡張機能で、その主な機能は「Enables names on 4chan's forced anon boards. Requires 4chan X.」です。
拡張機能のスクリーンショット
4chan X Name Sync拡張機能のCRXファイルをダウンロード
4chan X Name Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables names on 4chan's forced anon boards. Requires 4chan X. This verion uses a different domain than https://chrome.google.com/webstore/detail/4chan-x-name-sync/oplkokdeabkddkihcbghgmpcamnddegk, but remains on the same server. 拡張機能の基本情報
| 名前 | |
| ID | cgfjnpgnolbkmhmagkaihicooplcjipl |
| 公式URL | https://chromewebstore.google.com/detail/4chan-x-name-sync/cgfjnpgnolbkmhmagkaihicooplcjipl |
| 説明 | Enables names on 4chan's forced anon boards. Requires 4chan X. |
| ファイルサイズ | 24.45 KB |
| インストール数 | 496 |
| 現在のバージョン | 4.9.3 |
| 最終更新日 | 2017-03-02 |
| 公開日 | 2017-03-01 |
| 開発者 | https://milkytiptoe.github.io/Name-Sync |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://namesync.net |
| ヘルプページのURL | https://github.com/milkytiptoe/Name-Sync/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "4chan X Name Sync",
"version": "4.9.3",
"manifest_version": 2,
"description": "Enables names on 4chan's forced anon boards. Requires 4chan X.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"NameSync.js"
],
"matches": [
"*:\/\/boards.4chan.org\/*\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"homepage_url": "https:\/\/namesync.net\/",
"minimum_chrome_version": "33",
"permissions": [
"https:\/\/namesync.net\/*"
]
} | |