Skip to content

Discover and connect with Iranian rap artists effortlessly. This Chrome extension compiles a curated list of Iranian rap artists, along with direct links to their official social media profiles. Enhance your interaction with artists, support their official pages, and respect copyright.

Notifications You must be signed in to change notification settings

alihoushy/gangcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gangsta Cloud

Introduction

A Chrome extension that lists Iranian rappers along with all of their social networks.

Screenshot of Extension Functionality

alt text

Artists added to the extension (updating)

Name Avatar Social Networks
Hichkas Hichkas Install Extension
Yas Yas Install Extension
Reza Pishro Reza Pishro Install Extension
Erfan Paydar Erfan Paydar Install Extension
Amir Tataloo Amir Tataloo Install Extension
Toomaj Salehi Toomaj Salehi Install Extension
Omid Ghadar Omid Ghadar Install Extension
Ali Owj Ali Owj Install Extension
Sina Sae Sina Sae Install Extension
Bahram Nouraei Bahram Nouraei Install Extension
Ali Sorena Ali Sorena Install Extension
Amir Khalvat Amir Khalvat Install Extension
Mohammadreza Shayea Mohammadreza Shayea Install Extension
Shahin Najafi Shahin Najafi Install Extension
Ho3ein Ho3ein Install Extension
Sadegh Vahedi Sadegh Vahedi Install Extension
Sogand Sogand Install Extension
Daniyal Daniyal Install Extension
Sajadii Sajadii Install Extension
Meraj Tehrani Meraj Tehrani Install Extension
Putak Putak Install Extension
Justina Justina Install Extension
Moer Moer Install Extension
Sina Taham Sina Taham Install Extension
Mehrad Hidden Mehrad Hidden Install Extension
Shahin Loo Shahin Loo Install Extension
Alibi Rafeon Alibi Rafeon Install Extension
Nabilety Nabilety Install Extension
Saman Wilson Saman Wilson Install Extension
Alireza JJ Alireza JJ Install Extension
Sohrab MJ Sohrab MJ Install Extension
Nima Nimosh Nima Nimosh Install Extension
Bahman Deev Bahman Deev Install Extension
Babak Tighe Babak Tighe Install Extension
Shahin Felakat Shahin Felakat Install Extension
Hossein Tohi Hossein Tohi Install Extension
Jarshaa Jarshaa Install Extension
Babak Makaveli Babak Makaveli Install Extension
Hossein Haft Hossein Haft Install Extension
Reza Pike Reza Pike Install Extension
Solly Alibak Solly Alibak Install Extension
Ali Maslak Ali Maslak Install Extension
Farid Farid Install Extension
Gdaal Gdaal Install Extension
Zakhmi Zakhmi Install Extension
Sinab Sinab Install Extension
Amirali A2 Amirali A2 Install Extension
Catchybeatz Catchybeatz Install Extension
Shayan Asphalt Shayan Asphalt Install Extension
Rez Rez Install Extension

Installation Instructions

To install this Chrome extension manually, follow these steps:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Use the Extension

    • You can now use the extension as intended.
  6. Updating the Extension

    • To update the extension, follow the same steps but choose the updated version of the extension folder.

Notes:

  • 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.

JSON Data

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.

About

Discover and connect with Iranian rap artists effortlessly. This Chrome extension compiles a curated list of Iranian rap artists, along with direct links to their official social media profiles. Enhance your interaction with artists, support their official pages, and respect copyright.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published