Drakeify
Want to be friends with Drake?
Co to jest Drakeify?
Drakeify to rozszerzenie Chrome opracowane przez http://nolandchaliha.com, a jego główną funkcją jest „Want to be friends with Drake?”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drakeify
Pobierz pliki rozszerzeń Drakeify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces every one of your friends with Drake.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jghnnbdihbclmobpcnplnmaiicdhpogl |
Oficjalny URL | https://chrome.google.com/webstore/detail/drakeify/jghnnbdihbclmobpcnplnmaiicdhpogl |
Opis | Want to be friends with Drake? |
Rozmiar pliku | 181 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-02-02 |
Data Publikacji | 2015-02-02 |
Ocena | 2.09/5 Łącznie 11 Oceny |
Deweloper | http://nolandchaliha.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drakeify", "description": "Want to be friends with Drake?", "version": "0.1", "author": "Noland Bo Chaliha", "short_name": "Drakeify", "manifest_version": 2, "icons": { "16": "resources\/drake16.png", "48": "resources\/drake48.png", "128": "resources\/drake128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "resources\/*" ] } |