Pepper Grid
Brings back the best grid layout for Pepper websites. Report issues on [email protected].
What is Pepper Grid?
Pepper Grid is a Chrome extension developed by CoUsT, and its main feature is "Brings back the best grid layout for Pepper websites. Report issues on [email protected].".
Extension Screenshots
Download Pepper Grid Extension CRX File
Download Pepper Grid 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
Brings back the best grid layout for Pepper websites. The layout is as close as possible to the old grid layout while making full use of the workspace. Check screenshot for grid layout. If something breaks or doesn't work, please report on Discord (coust8894) or [email protected].
Extension Basic Information
Name | Pepper Grid |
ID | ijikeihjoblmjokjojiincoieadkneli |
Official URL | https://chromewebstore.google.com/detail/pepper-grid/ijikeihjoblmjokjojiincoieadkneli |
Description | Brings back the best grid layout for Pepper websites. Report issues on [email protected]. |
File Size | 5.03 KB |
Installation Count | 62 |
Current Version | 1.0.5 |
Last Updated | 2023-06-28 |
Publish Date | 2020-12-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CoUsT |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pepper Grid", "description": "Brings back the best grid layout for Pepper websites. Report issues on [email protected].", "version": "1.0.5", "manifest_version": 2, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.pepper.pl\/*", "*:\/\/*.promodescuentos.com\/*", "*:\/\/*.pelando.com.br\/*", "*:\/\/*.hotukdeals.com\/*", "*:\/\/*.dealabs.com\/*", "*:\/\/*.nl.pepper.com\/*", "*:\/\/*.mydealz.de\/*", "*:\/\/*.preisjaeger.at\/*", "*:\/\/*.desidime.com\/*", "*:\/\/*.chollometro.com\/*", "*:\/\/*.pepper.ru\/*", "*:\/\/*.pepper.it\/*" ], "js": [], "css": [ "styles\/grid.css" ], "run_at": "document_start" } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |