Millennials to Snake People
Replaces the text 'Millennial' with 'Snake People'.
Vad är Millennials to Snake People?
Millennials to Snake People är en Chrome-tillägg utvecklad av Eric Bailey, och dess huvudfunktion är "Replaces the text 'Millennial' with 'Snake People'.".
Tilläggsskärmbilder
Ladda ner Millennials to Snake People-förlängningens CRX-fil
Ladda ner Millennials to Snake People-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?
Grundläggande Information om Tillägg
Namn | Millennials to Snake People |
ID | jhkibealmjkbkafogihpeidfcgnigmlf |
Officiell webbadress | https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf |
Beskrivning | Replaces the text 'Millennial' with 'Snake People'. |
Filstorlek | 27.41 KB |
Antal Installationer | 9,627 |
Aktuell Version | 2.3 |
Senast Uppdaterad | 2019-03-11 |
Publiceringsdatum | 2019-03-10 |
Betyg | 4.70/5 Totalt 343 Betyg |
Utvecklare | Eric Bailey |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ericwbailey/millennial-to-snake-people |
Hjälpsida URL | https://github.com/ericwbailey/millennials-to-snake-people/issues |
Stödda Språk | 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" } ] } |