beABot
Become a javascript crawler bot (beta)
beABotとは何ですか?
beABotはhttps://williamnharvey.comによって開発されたChromeの拡張機能で、その主な機能は「Become a javascript crawler bot (beta)」です。
拡張機能のスクリーンショット
beABot拡張機能のCRXファイルをダウンロード
beABot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes your actions to emulate a javascript crawler. Originally designed to test if a web scraping bot would be able to log into reddit.
拡張機能の基本情報
名前 | beABot |
ID | obheiedhodboffaomefkclbnhmngjioa |
公式URL | https://chromewebstore.google.com/detail/beabot/obheiedhodboffaomefkclbnhmngjioa |
説明 | Become a javascript crawler bot (beta) |
ファイルサイズ | 51.2 KB |
インストール数 | 198 |
現在のバージョン | 1.0.3 |
最終更新日 | 2018-01-16 |
公開日 | 2018-01-16 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://williamnharvey.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "beABot", "version": "1.0.3", "author": "Will Harvey", "description": "Become a javascript crawler bot (beta)", "manifest_version": 2, "browser_action": { "default_title": "beABot", "default_popup": "popup.html", "default_icon": "assets\/williamnharvey.png" }, "icons": { "16": "assets\/williamnharvey.png", "48": "assets\/williamnharvey.png", "128": "assets\/williamnharvey.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "assets\/jquery-3.2.1.min.js", "scripts\/contentscript.js" ] } ] } |