Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
What is Gay? Wikipedia?
Gay? Wikipedia is a Chrome extension developed by seven-dillenia, and its main feature is "Change the word "Personal Life" to "Gay?" on Wikipedia pages".
Extension Screenshots
Download Gay? Wikipedia Extension CRX File
Download Gay? Wikipedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".
Extension Basic Information
Name | Gay? Wikipedia |
ID | npfkncfachgpmimogndpnmgfipfomjki |
Official URL | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki |
Description | Change the word "Personal Life" to "Gay?" on Wikipedia pages |
File Size | 13.73 KB |
Installation Count | 791 |
Current Version | 1.1 |
Last Updated | 2019-12-26 |
Publish Date | 2019-12-25 |
Rating | 5.00/5 Total 10 Ratings |
Developer | seven-dillenia |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/leechuyem/gay-wikipedia |
Supported Languages | 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" ] } ] } |