Unf*ck My Northeastern
Stop myNortheastern from stealing your ctrl+f
Unf*ck My Northeasternとは何ですか?
Unf*ck My Northeasternはbenmuscholによって開発されたChromeの拡張機能で、その主な機能は「Stop myNortheastern from stealing your ctrl+f」です。
拡張機能のスクリーンショット
Unf*ck My Northeastern拡張機能のCRXファイルをダウンロード
Unf*ck My Northeastern拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | bfbeolkajjaollpdbnaaidliiafnbjon |
公式URL | https://chrome.google.com/webstore/detail/unfck-my-northeastern/bfbeolkajjaollpdbnaaidliiafnbjon |
説明 | Stop myNortheastern from stealing your ctrl+f |
ファイルサイズ | 4.69 KB |
インストール数 | 13 |
現在のバージョン | 0.0.5 |
最終更新日 | 2017-12-17 |
公開日 | 2017-12-17 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | benmuschol |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unf*ck My Northeastern", "version": "0.0.5", "manifest_version": 2, "description": "Stop myNortheastern from stealing your ctrl+f", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/my.northeastern.edu\/*" ], "js": [ "app.js" ] } ] } |