Cursor Repulsor Prank
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Cursor Repulsor Prankとは何ですか?
Cursor Repulsor Prankはhttp://leodesigaux.comによって開発されたChromeの拡張機能で、その主な機能は「1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.」です。
拡張機能のスクリーンショット
Cursor Repulsor Prank拡張機能のCRXファイルをダウンロード
Cursor Repulsor Prank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
拡張機能の基本情報
名前 | |
ID | dmndppncnconmfhckffflaegdbojnhle |
公式URL | https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle |
説明 | 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues. |
ファイルサイズ | 18.22 KB |
インストール数 | 269 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-09-18 |
公開日 | 2020-09-16 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | http://leodesigaux.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Repulsor Prank", "description": "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.", "version": "1.0.0", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", " |