Millennials to Snake People
Replaces the text 'Millennial' with 'Snake People'.
Millennials to Snake Peopleとは何ですか?
Millennials to Snake PeopleはEric Baileyによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Millennial' with 'Snake People'.」です。
拡張機能のスクリーンショット
Millennials to Snake People拡張機能のCRXファイルをダウンロード
Millennials to Snake People拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?
拡張機能の基本情報
名前 | Millennials to Snake People |
ID | jhkibealmjkbkafogihpeidfcgnigmlf |
公式URL | https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf |
説明 | Replaces the text 'Millennial' with 'Snake People'. |
ファイルサイズ | 27.41 KB |
インストール数 | 9,627 |
現在のバージョン | 2.3 |
最終更新日 | 2019-03-11 |
公開日 | 2019-03-10 |
評価 | 4.70/5 合計 343 レビュー |
開発者 | Eric Bailey |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ericwbailey/millennial-to-snake-people |
ヘルプページのURL | https://github.com/ericwbailey/millennials-to-snake-people/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People'.", "author": "Eric Bailey", "version": "2.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |