Google Anime Waifus
Changes default google logo as Animated Waifus
Google Anime Waifus क्या है?
Google Anime Waifus PausePlayed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes default google logo as Animated Waifus"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Anime Waifus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🟥All F/Animations are made by the developer itself [PausePlayed]
⬛100% No Art/Artist ripped off, unlike most of anime extensions here
⬛Now available for Android devices via (KIWI browser)
⬛Includes simple option to select specific or randomized animation
⬛Works Offline and Responsive to most screen sizes
⬛Version Update Log:
1.19 (12/21/2022)
Migrated to Manifest V3
Added new animations
Currently debugging bookmarks
Currently fixing animation titles
1.18 (01/27/2022)
More animation Increments
Fixed highlights and buttons
1.17 (09/18/21)
Added new animations and buttons
Fixed format to adapt on Android Platform
1.1 (08/04/21)
Added Title on each Animation
Fixed Scroll issues on side Panel
1.0 (07/11/21)
Initial release
Merged all userstyle animations
Copyright ©2020-2069 PausePlayed एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | lkpebdhmblffaikggdghmknokfekdlph |
| आधिकारिक URL | https://chrome.google.com/webstore/detail/google-anime-waifus/lkpebdhmblffaikggdghmknokfekdlph |
| विवरण | Changes default google logo as Animated Waifus |
| फ़ाइल का आकार | 13.98 MB |
| स्थापना संख्या | 10,000 |
| वर्तमान संस्करण | 420.69.1.19 |
| अंतिम अपडेट | 2022-12-22 |
| प्रकाशन तिथि | 2021-07-11 |
| रेटिंग | 4.86/5 कुल 286 रेटिंग्स |
| डेवलपर | PausePlayed |
| ईमेल | [email protected] |
| भुगतान के प्रकार | in_app |
| एक्सटेंशन वेबसाइट | https://twitter.com/pauseplayed |
| सहायता पृष्ठ URL | https://patreon.com/pauseplayed |
| समर्थित भाषाएँ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"version": "420.69.1.19",
"default_locale": "en",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"offline_enabled": true,
"background": {
"service_worker": "js\/unins-waifu.js"
},
"action": {
"default_icon": "image\/icon48.png"
},
"chrome_url_overrides": {
"newtab": "default.html"
},
"host_permissions": [
"*:\/\/www.google.com\/*"
],
"content_scripts": [
{
"css": [
"css\/googl.css"
],
"matches": [
"*:\/\/www.google.com\/*"
]
}
],
"icons": {
"128": "image\/icon128.png",
"48": "image\/icon48.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |