Putin to Unicorn
Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Vad är Putin to Unicorn?
Putin to Unicorn är en Chrome-tillägg utvecklad av sumita913, och dess huvudfunktion är "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".
Tilläggsskärmbilder
Ladda ner Putin to Unicorn-förlängningens CRX-fil
Ladda ner Putin to Unicorn-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
Changes the name "Vladimir Putin" to "The Grand Magical Unicorn."
Grundläggande Information om Tillägg
Namn | Putin to Unicorn |
ID | aifgmfjbhcjjbdbgkojdhemaeidmlnla |
Officiell webbadress | https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla |
Beskrivning | Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn' |
Filstorlek | 4.6 KB |
Antal Installationer | 342 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-03-28 |
Publiceringsdatum | 2014-03-28 |
Betyg | 4.78/5 Totalt 18 Betyg |
Utvecklare | sumita913 |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putin to Unicorn", "version": "1.0", "description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |