Every Bee
Replaces every bee on a webpage with the entire Bee Movie script
Every Beeとは何ですか?
Every Beeはmgustinによって開発されたChromeの拡張機能で、その主な機能は「Replaces every bee on a webpage with the entire Bee Movie script」です。
拡張機能のスクリーンショット
Every Bee拡張機能のCRXファイルをダウンロード
Every Bee拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Will replace every 'bee' on a webpage with the entire Bee Movie script. Because internet.
拡張機能の基本情報
名前 | |
ID | dgcikeidmkelecddmhgeicofebbbpodk |
公式URL | https://chromewebstore.google.com/detail/every-bee/dgcikeidmkelecddmhgeicofebbbpodk |
説明 | Replaces every bee on a webpage with the entire Bee Movie script |
ファイルサイズ | 43.23 KB |
インストール数 | 107 |
現在のバージョン | 1.1 |
最終更新日 | 2016-12-01 |
公開日 | 2016-12-01 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | mgustin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Every Bee", "version": "1.1", "description": "Replaces every bee on a webpage with the entire Bee Movie script", "icons": { "16": "bee16.png", "32": "bee32.png", "48": "bee48.png", "128": "bee128.png" }, "author": "Matt Gustin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |