4chan X Name Sync
Enables names on 4chan's forced anon boards. Requires 4chan X.
What is 4chan X Name Sync?
4chan X Name Sync is a Chrome extension developed by https://milkytiptoe.github.io/Name-Sync, and its main feature is "Enables names on 4chan's forced anon boards. Requires 4chan X.".
Extension Screenshots
Download 4chan X Name Sync Extension CRX File
Download 4chan X Name Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 4chan X Name Sync |
ID | cgfjnpgnolbkmhmagkaihicooplcjipl |
Official URL | https://chromewebstore.google.com/detail/4chan-x-name-sync/cgfjnpgnolbkmhmagkaihicooplcjipl |
Description | Enables names on 4chan's forced anon boards. Requires 4chan X. |
File Size | 24.45 KB |
Installation Count | 496 |
Current Version | 4.9.3 |
Last Updated | 2017-03-02 |
Publish Date | 2017-03-01 |
Developer | https://milkytiptoe.github.io/Name-Sync |
Payment Type | free |
Extension Website | https://namesync.net |
Help Page URL | https://github.com/milkytiptoe/Name-Sync/ |
Supported Languages | 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\/*" ] } |