Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
Vad är Gay? Wikipedia?
Gay? Wikipedia är en Chrome-tillägg utvecklad av seven-dillenia, och dess huvudfunktion är "Change the word "Personal Life" to "Gay?" on Wikipedia pages".
Tilläggsskärmbilder
Ladda ner Gay? Wikipedia-förlängningens CRX-fil
Ladda ner Gay? Wikipedia-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
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".
Grundläggande Information om Tillägg
Namn | Gay? Wikipedia |
ID | npfkncfachgpmimogndpnmgfipfomjki |
Officiell webbadress | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
Beskrivning | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
Filstorlek | 13.73 KB |
Antal Installationer | 791 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-12-26 |
Publiceringsdatum | 2019-12-25 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | seven-dillenia |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/leechuyem/gay-wikipedia |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "Gay? Wikipedia", "short_name": "Gay? Wikipedia", "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages", "author": "Lee Chu Yem", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "content.js" ] } ] } |