A Chrome extension that lists Iranian rappers along with all of their social networks.
To install this Chrome extension manually, follow these steps:
-
Download the Extension
- Clone this repository to your local machine using Git:
git clone https://github.com/alihoushy/gangcloud.git
- Alternatively, download the ZIP file of this repository and extract it to a local folder.
- Clone this repository to your local machine using Git:
-
Install the Extension
- Open Google Chrome.
- Navigate to
chrome://extensions/
(you can also access this page by clicking on the Chrome menu > More Tools > Extensions). - Ensure that the Developer mode toggle in the top right-hand corner is turned on.
-
Load the Extension
- Click on the Load unpacked button that appears.
- In the file dialog that opens, navigate to the folder where you cloned or extracted the extension files, and select the folder.
-
Confirm Installation
- The extension should now be installed and visible in your list of extensions in Chrome. You should see its icon in the Chrome toolbar if it has one.
-
Use the Extension
- You can now use the extension as intended.
-
Updating the Extension
- To update the extension, follow the same steps but choose the updated version of the extension folder.
- Make sure to reload the extension if you make changes to the code. You can do this by going back to
chrome://extensions/
and clicking the refresh icon under your extension. - If you encounter any issues, check the Chrome Developer Documentation or open an issue in this repository.
Below is an example of the JSON data structure used in this project:
[
{
"id": 21,
"name_fa": "نام فارسی",
"name_en": "English Name",
"avatar": "<avatar-url>",
"socials": [
{ "type": "tg", "url": "<telegram-url>" },
{ "type": "ig", "url": "<instagram-url>" },
{ "type": "x", "url": "<twitter-url>" },
{ "type": "yt", "url": "<youtube-url>" },
{ "type": "fb", "url": "<facebook-url>" },
{ "type": "sc", "url": "<soundcloud-url>" },
{ "type": "st", "url": "<spotify-url>" },
{ "type": "a_m", "url": "<apple-music-url>" },
{ "type": "yt_m", "url": "<youtube-music-url>" },
{ "type": "ws", "url": "<website-url>" },
{ "type": "wp", "url": "<wikipedia-url>" },
{ "type": "gn", "url": "<genius-url>" },
{ "type": "gp", "url": "<google-search-url>" },
{ "type": "tw", "url": "<twitch-url>" },
{ "type": "dz", "url": "<deezer-url>" },
{ "type": "tdl", "url": "<tidal-url>" }
]
},
// more rapper objects
]
This is the link to the rappers.json file.