Wikizero Direct
Access imgur and Wikipedia
What is Wikizero Direct?
Wikizero Direct is a Chrome extension developed by Ahmet Muhsin, and its main feature is "Access imgur and Wikipedia".
Extension Screenshots
Download Wikizero Direct Extension CRX File
Download Wikizero Direct 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
---------------------------------------------------------------------------------------- Add-on that redirects to 0imgur.com and 1wikipedia.org to access the Wikipedia and imgur.
Extension Basic Information
Name | |
ID | koddlfhcbgnicnehplahjnhgikcanaip |
Official URL | https://chrome.google.com/webstore/detail/wikizero-direct/koddlfhcbgnicnehplahjnhgikcanaip |
Description | Access imgur and Wikipedia |
File Size | 72.93 KB |
Installation Count | 32 |
Current Version | 0.0.2.1 |
Last Updated | 2019-04-27 |
Publish Date | 2019-04-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ahmet Muhsin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/killerbean26/Wikizero-Direct |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikizero Direct", "short_name": "wikizero", "version": "0.0.2.1", "manifest_version": 2, "author": "Ahmet Muhsin", "description": "Access imgur and Wikipedia", "browser_action": { "default_icon": "icon\/icon.png", "default_popup": "source\/popup.html" }, "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "scripts": [ "source\/background2.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "http:\/\/*.wikipedia.org\/", "https:\/\/*.wikipedia.org\/", "https:\/\/*.imgur.com\/", "http:\/\/*.imgur.com\/" ] } |