Millennials to Snake People Pure
Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.
Millennials to Snake People Pureとは何ですか?
Millennials to Snake People PureはSteven Tanによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.」です。
拡張機能のスクリーンショット
Millennials to Snake People Pure拡張機能のCRXファイルをダウンロード
Millennials to Snake People Pure拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This a simple fork of the original Millennials to Snake People extension by Eric Bailey. I love the original extension, however the large Easter Egg list made it increasingly difficult to ready news articles without having random text changed. I have forked off the original 1.7 version to create this extension. Version History: v1.0 - Original fork v1.1 - Pulled in upstream changes to avoid the weird Facebook backwards entry bug v1.2 - Removed a "pliskin faction" easter egg I missed earlier. Also streamlined repo so it's easier for me to do future updates.
拡張機能の基本情報
名前 | Millennials to Snake People Pure |
ID | ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
公式URL | https://chromewebstore.google.com/detail/millennials-to-snake-peop/ekkcdmnckghgcbgkdfbafpgepbmkjhnd |
説明 | Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed. |
ファイルサイズ | 12.91 KB |
インストール数 | 176 |
現在のバージョン | 1.2 |
最終更新日 | 2019-01-27 |
公開日 | 2019-01-27 |
評価 | 4.00/5 合計 11 レビュー |
開発者 | Steven Tan |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/steven-tan/millennials-to-snake-people-pure |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Millennials to Snake People Pure", "short_name": "Snake People", "description": "Replaces the text 'Millennial' with 'Snake People', with easter eggs from the original MtSP v1.7 removed.", "author": "Steven Tan", "version": "1.2", "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" } ] } |