PCPartPicker (unofficial)
Find computer parts on PCPartPicker without visiting PCPartPicker
What is PCPartPicker (unofficial)?
PCPartPicker (unofficial) is a Chrome extension developed by Hristijan Tintar, and its main feature is "Find computer parts on PCPartPicker without visiting PCPartPicker".
Extension Screenshots
Download PCPartPicker (unofficial) Extension CRX File
Download PCPartPicker (unofficial) 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
Easily find computer parts on PCPartPicker. *Note: this is an unofficial extension.
Extension Basic Information
Name | PCPartPicker (unofficial) |
ID | hagjjaanfgoejcijlhopialckeckemge |
Official URL | https://chromewebstore.google.com/detail/pcpartpicker-unofficial/hagjjaanfgoejcijlhopialckeckemge |
Description | Find computer parts on PCPartPicker without visiting PCPartPicker |
File Size | 42.38 KB |
Installation Count | 58 |
Current Version | 0.0.1 |
Last Updated | 2020-06-17 |
Publish Date | 2020-06-17 |
Developer | Hristijan Tintar |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PCPartPicker (unofficial)", "description": "Find computer parts on PCPartPicker without visiting PCPartPicker", "version": "0.0.1", "icons": { "96": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "https:\/\/pcpartpicker.com\/*", "http:\/\/pcpartpicker.com\/*" ] } |