Anilist Twist Extension
Buttons that take you to Twist.moe appear under your watching anime
Wat is Anilist Twist Extension?
Anilist Twist Extension is een Chrome-extensie ontwikkeld door Zubatomic Inc., en de belangrijkste functie is "Buttons that take you to Twist.moe appear under your watching anime".
Extensie Screenshots
Download het CRX-bestand van de extensie Anilist Twist Extension
Download Anilist Twist Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds buttons to anilist that take you to Twist.meo, which appear under you watching anime. Basisinformatie over de Extensie
| Naam | |
| ID | cpkfaldoicjlebbeimdpknjabclgkjgg |
| Officiële URL | https://chromewebstore.google.com/detail/anilist-twist-extension/cpkfaldoicjlebbeimdpknjabclgkjgg |
| Beschrijving | Buttons that take you to Twist.moe appear under your watching anime |
| Bestandsgrootte | 72.27 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2020-06-21 |
| Publicatiedatum | 2020-06-20 |
| Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Zubatomic Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://zerosimple.net/projects/AnilistExtension/ |
| Help Pagina-URL | https://zerosimple.net/projects/AnilistExtension/ |
| URL van de Privacybeleid Pagina | http://zubatomic.com/privacyPolicy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Anilist Twist Extension",
"version": "2.1",
"description": "Buttons that take you to Twist.moe appear under your watching anime",
"permissions": [
"declarativeContent",
"https:\/\/anilist.co\/home"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/anilist.co\/home"
],
"js": [
"jquery.js",
"injection\/main.js"
],
"css": [
"injection\/main.css"
],
"run_at": "document_idle"
}
],
"manifest_version": 2
} | |